docs.unity3d.com
    Show / Hide Table of Contents

    Struct ARFaceUpdatedEventArgs

    Holds data relevant to the updated event.

    Namespace: UnityEngine.XR.ARFoundation
    Syntax
    public struct ARFaceUpdatedEventArgs : IEquatable<ARFaceUpdatedEventArgs>

    Constructors

    ARFaceUpdatedEventArgs(ARFace)

    Constructor invoked by the ARFaceManager which triggered the event.

    Declaration
    public ARFaceUpdatedEventArgs(ARFace face)
    Parameters
    Type Name Description
    ARFace face

    The ARFace component that was updated.

    Properties

    face

    The ARFace component that was updated.

    Declaration
    public ARFace face { readonly get; }
    Property Value
    Type Description
    ARFace

    Methods

    Equals(Object)

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

    Equals(ARFaceUpdatedEventArgs)

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

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    Int32

    Operators

    Equality(ARFaceUpdatedEventArgs, ARFaceUpdatedEventArgs)

    Declaration
    public static bool operator ==(ARFaceUpdatedEventArgs lhs, ARFaceUpdatedEventArgs rhs)
    Parameters
    Type Name Description
    ARFaceUpdatedEventArgs lhs
    ARFaceUpdatedEventArgs rhs
    Returns
    Type Description
    Boolean

    Inequality(ARFaceUpdatedEventArgs, ARFaceUpdatedEventArgs)

    Declaration
    public static bool operator !=(ARFaceUpdatedEventArgs lhs, ARFaceUpdatedEventArgs rhs)
    Parameters
    Type Name Description
    ARFaceUpdatedEventArgs lhs
    ARFaceUpdatedEventArgs rhs
    Returns
    Type Description
    Boolean
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Friday, January 7, 2022
    Terms of use