Struct ARKitBlendShapeCoefficient
An entry that specifies how much of a specific ARKitBlendShapeLocation is present in the current expression on the face.
Implements
Inherited Members
Namespace: UnityEngine.XR.ARKit
Assembly: solution.dll
Syntax
public struct ARKitBlendShapeCoefficient : IEquatable<ARKitBlendShapeCoefficient>
Remarks
Call GetBlendShapeCoefficients(TrackableId, Allocator) to get the list of coefficients for each blend shape location of the current facial expression.
Properties
Name | Description |
---|---|
blendShapeLocation | The specific ARKitBlendShapeLocation being examined. |
coefficient | A value from 0.0 to 1.0 that specifies how active the associated ARKitBlendShapeLocation is in this expression. |
Methods
Name | Description |
---|---|
Equals(object) | Tests for equality. |
Equals(ARKitBlendShapeCoefficient) | Tests for equality. |
GetHashCode() | Generates a hash suitable for use with containers like |
Operators
Name | Description |
---|---|
operator ==(ARKitBlendShapeCoefficient, ARKitBlendShapeCoefficient) | Tests for equality. Same as Equals(ARKitBlendShapeCoefficient). |
operator !=(ARKitBlendShapeCoefficient, ARKitBlendShapeCoefficient) | Tests for inequality. Same as |