Struct XRFace
A struct that describes face data stored in the XRFace
Inherited Members
Namespace: UnityEngine .XR.ARSubsystems
Assembly: solution.dll
Syntax
public struct XRFace : ITrackable, IEquatable<XRFace>
Properties
Name | Description |
---|---|
default |
Get a XRFace with reasonable default values. |
fixation |
The position where the eyes are fixated in relation to the face. |
left |
The pose of the left eye in relation to the face. |
native |
A native pointer associated with this XRFace. |
pose | The pose of the face describes its position and rotation in session space. |
right |
The pose of the right eye in relation to the face. |
trackable |
The unique Trackable |
tracking |
The tracking state associated with this XRFace. |
Methods
Name | Description |
---|---|
Equals(object) | Tests for equality. |
Equals(XRFace) | Tests for equality. |
Get |
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 |