Struct ARFaceUpdatedEventArgs | AR Foundation | 3.0.1
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 { 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
    Overrides
    ValueType.Equals(Object)

    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
    Overrides
    ValueType.GetHashCode()

    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 © 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