Struct XRFace
A struct that describes face data stored in the XRFaceSubsystem.
Inherited Members
Namespace: UnityEngine.XR.ARSubsystems
Assembly: solution.dll
Syntax
public struct XRFace : ITrackable, IEquatable<XRFace>
Properties
Name | Description |
---|---|
defaultValue | Get a XRFace with reasonable default values. |
fixationPoint | The position where the eyes are fixated in relation to the face. |
leftEyePose | The pose of the left eye in relation to the face. |
nativePtr | A native pointer associated with this XRFace. |
pose | The pose of the face describes its position and rotation in session space. |
rightEyePose | The pose of the right eye in relation to the face. |
trackableId | The unique TrackableId of the face as a trackable within the XRFaceSubsystem. |
trackingState | The tracking state associated with this XRFace. |
Methods
Name | Description |
---|---|
Equals(object) | Tests for equality. |
Equals(XRFace) | Tests for equality. |
GetHashCode() | Generates a hash suitable for use with containers like |
Operators
Name | Description |
---|---|
operator ==(XRFace, XRFace) | Tests for equality. Same as Equals(XRFace). |
operator !=(XRFace, XRFace) | Tests for inequality. Same as |