Struct ARCoreFaceRegionData
Holds data associated with a face "region".
Implements
Inherited Members
Namespace: UnityEngine.XR.ARCore
Assembly: solution.dll
Syntax
public struct ARCoreFaceRegionData : IEquatable<ARCoreFaceRegionData>
Constructors
| Name | Description |
|---|---|
| ARCoreFaceRegionData(ARCoreFaceRegion, Pose) | Constructs an ARCoreFaceRegionData. |
Properties
| Name | Description |
|---|---|
| pose | The pose associated with the face region. |
| region | The region this data describes. |
Methods
| Name | Description |
|---|---|
| Equals(object) | Tests for equality. |
| Equals(ARCoreFaceRegionData) | Tests for equality. |
| GetHashCode() | Generates a hash suitable for use with containers like |
| ToString() | Generates a string representation of this ARCoreFaceRegionData. |
Operators
| Name | Description |
|---|---|
| operator ==(ARCoreFaceRegionData, ARCoreFaceRegionData) | Tests for equality. Same as Equals(ARCoreFaceRegionData). |
| operator !=(ARCoreFaceRegionData, ARCoreFaceRegionData) | Tests for inequality. Same as |