ARFaceAnchor.RightEyeTransform Property
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.
Gets a transform from the face's anchor (position and orientation) to the position and orientation of the left eye.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual OpenTK.NMatrix4 RightEyeTransform { [Foundation.Export("rightEyeTransform")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; }
member this.RightEyeTransform : OpenTK.NMatrix4
Property Value
A transform from the face's anchor (position and orientation) to the position and orientation of the left eye.
- Attributes
Remarks
The Z axis is directed along the eyeball's gaze. Rotation about the X axis looks up and down, and about the Y axis side to side.