docs.unity3d.com
    Show / Hide Table of Contents

    Struct ARFacesChangedEventArgs

    Event arguments for the event.

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

    Constructors

    ARFacesChangedEventArgs(List<ARFace>, List<ARFace>, List<ARFace>)

    Constructs an .

    Declaration
    public ARFacesChangedEventArgs(List<ARFace> added, List<ARFace> updated, List<ARFace> removed)
    Parameters
    Type Name Description
    List<ARFace> added

    The list of ARFaces added since the last event.

    List<ARFace> updated

    The list of ARFaces updated since the last event.

    List<ARFace> removed

    The list of ARFaces removed since the last event.

    Properties

    added

    The list of ARFaces added since the last event.

    Declaration
    public List<ARFace> added { readonly get; }
    Property Value
    Type Description
    List<ARFace>

    removed

    The list of ARFaces removed since the last event.

    Declaration
    public List<ARFace> removed { readonly get; }
    Property Value
    Type Description
    List<ARFace>

    updated

    The list of ARFaces udpated since the last event.

    Declaration
    public List<ARFace> updated { readonly get; }
    Property Value
    Type Description
    List<ARFace>

    Methods

    Equals(Object)

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

    Equals(ARFacesChangedEventArgs)

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

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    Int32

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    String

    Operators

    Equality(ARFacesChangedEventArgs, ARFacesChangedEventArgs)

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

    Inequality(ARFacesChangedEventArgs, ARFacesChangedEventArgs)

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