docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct ARKitBlendShapeCoefficient

    An entry that specifies how much of a specific ARKitBlendShapeLocation is present in the current expression on the face.

    Implements
    IEquatable<ARKitBlendShapeCoefficient>
    Inherited Members
    ValueType.ToString()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetType()
    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 HashSet and Dictionary.

    Operators

    Name Description
    operator ==(ARKitBlendShapeCoefficient, ARKitBlendShapeCoefficient)

    Tests for equality. Same as Equals(ARKitBlendShapeCoefficient).

    operator !=(ARKitBlendShapeCoefficient, ARKitBlendShapeCoefficient)

    Tests for inequality. Same as !Equals(ARKitBlendShapeCoefficient).

    In This Article
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Friday, September 22, 2023