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 |
---|---|
ARCore |
Constructs an ARCore |
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(ARCore |
Tests for equality. |
Get |
Generates a hash suitable for use with containers like |
To |
Generates a string representation of this ARCore |
Operators
Name | Description |
---|---|
operator ==(ARCore |
Tests for equality. Same as Equals(ARCore |
operator !=(ARCore |
Tests for inequality. Same as |