ARSession.SetWorldOrigin(NMatrix4) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Applies the specified transform to the world origin, moving it and translating it to the new world origin.
[Foundation.Export("setWorldOrigin:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 3, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void SetWorldOrigin (OpenTK.NMatrix4 relativeTransform);
abstract member SetWorldOrigin : OpenTK.NMatrix4 -> unit
override this.SetWorldOrigin : OpenTK.NMatrix4 -> unit
Parameters
- relativeTransform
- NMatrix4
The transform to apply to the world origin to create a new world origin.
- Attributes