docs.unity3d.com
    Show / Hide Table of Contents

    Struct ARKitBlendShapeCoefficient

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

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

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

    Properties

    blendShapeLocation

    The specific ARKitBlendShapeLocation being examined.

    Declaration
    public readonly ARKitBlendShapeLocation blendShapeLocation { get; }
    Property Value
    Type Description
    ARKitBlendShapeLocation

    coefficient

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

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

    Methods

    Equals(Object)

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

    Equals(ARKitBlendShapeCoefficient)

    Declaration
    public bool Equals(ARKitBlendShapeCoefficient other)
    Parameters
    Type Name Description
    ARKitBlendShapeCoefficient other
    Returns
    Type Description
    Boolean

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    Int32

    Operators

    Equality(ARKitBlendShapeCoefficient, ARKitBlendShapeCoefficient)

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

    Inequality(ARKitBlendShapeCoefficient, ARKitBlendShapeCoefficient)

    Declaration
    public static bool operator !=(ARKitBlendShapeCoefficient left, ARKitBlendShapeCoefficient right)
    Parameters
    Type Name Description
    ARKitBlendShapeCoefficient left
    ARKitBlendShapeCoefficient right
    Returns
    Type Description
    Boolean
    Back to top
    Terms of use
    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