Struct XRFaceArkitBlendShapeCoefficient | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Struct XRFaceArkitBlendShapeCoefficient

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

    Namespace: UnityEngine.XR.ARKit
    Syntax
    public struct XRFaceArkitBlendShapeCoefficient : IEquatable<XRFaceArkitBlendShapeCoefficient>
    Remarks

    You get a list of these for every expression a face makes.

    Properties

    arkitBlendShapeLocation

    The specific XRArkitBlendShapeLocation being examined.

    Declaration
    public XRArkitBlendShapeLocation arkitBlendShapeLocation { get; }
    Property Value
    Type Description
    XRArkitBlendShapeLocation

    coefficient

    A value from 0.0 to 1.0 that specifies how active the associated XRArkitBlendShapeLocation is in this expression.

    Declaration
    public float coefficient { get; }
    Property Value
    Type Description
    System.Single

    Methods

    Equals(Object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    System.Object obj
    Returns
    Type Description
    System.Boolean
    Overrides
    System.ValueType.Equals(System.Object)

    Equals(XRFaceArkitBlendShapeCoefficient)

    Declaration
    public bool Equals(XRFaceArkitBlendShapeCoefficient other)
    Parameters
    Type Name Description
    XRFaceArkitBlendShapeCoefficient other
    Returns
    Type Description
    System.Boolean

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32
    Overrides
    System.ValueType.GetHashCode()

    Operators

    Equality(XRFaceArkitBlendShapeCoefficient, XRFaceArkitBlendShapeCoefficient)

    Declaration
    public static bool operator ==(XRFaceArkitBlendShapeCoefficient left, XRFaceArkitBlendShapeCoefficient right)
    Parameters
    Type Name Description
    XRFaceArkitBlendShapeCoefficient left
    XRFaceArkitBlendShapeCoefficient right
    Returns
    Type Description
    System.Boolean

    Inequality(XRFaceArkitBlendShapeCoefficient, XRFaceArkitBlendShapeCoefficient)

    Declaration
    public static bool operator !=(XRFaceArkitBlendShapeCoefficient left, XRFaceArkitBlendShapeCoefficient right)
    Parameters
    Type Name Description
    XRFaceArkitBlendShapeCoefficient left
    XRFaceArkitBlendShapeCoefficient right
    Returns
    Type Description
    System.Boolean
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023