Struct ARKitBlendShapeCoefficient
An entry that specifies how much of a specific is present in the current expression on the face.
Syntax
public struct ARKitBlendShapeCoefficient : IEquatable<ARKitBlendShapeCoefficient>
Properties
blendShapeLocation
Declaration
public readonly ARKitBlendShapeLocation blendShapeLocation { get; }
Property Value
coefficient
Declaration
public readonly float coefficient { get; }
Property Value
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
Object |
obj |
|
Returns
Equals(ARKitBlendShapeCoefficient)
Declaration
public bool Equals(ARKitBlendShapeCoefficient other)
Parameters
Returns
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Operators
Equality(ARKitBlendShapeCoefficient, ARKitBlendShapeCoefficient)
Declaration
public static bool operator ==(ARKitBlendShapeCoefficient left, ARKitBlendShapeCoefficient right)
Parameters
Returns
Inequality(ARKitBlendShapeCoefficient, ARKitBlendShapeCoefficient)
Declaration
public static bool operator !=(ARKitBlendShapeCoefficient left, ARKitBlendShapeCoefficient right)
Parameters
Returns