docs.unity3d.com
    Show / Hide Table of Contents

    Struct ARPointCloudUpdatedEventArgs

    The arguments for the updated event. This is currently empty, but may change in the future without the need to change the subscribers' method signatures.

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

    Methods

    Equals(Object)

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

    Equals(ARPointCloudUpdatedEventArgs)

    Interface for IEquatable

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

    GetHashCode()

    Generates a hash code suitable for use in a Dictionary or HashSet.

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    Int32

    Operators

    Equality(ARPointCloudUpdatedEventArgs, ARPointCloudUpdatedEventArgs)

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

    Inequality(ARPointCloudUpdatedEventArgs, ARPointCloudUpdatedEventArgs)

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