docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct ARPointCloudUpdatedEventArgs

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

    Implements
    IEquatable<ARPointCloudUpdatedEventArgs>
    Inherited Members
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: UnityEngine.XR.ARFoundation
    Assembly: Unity.XR.ARFoundation.dll
    Syntax
    public struct ARPointCloudUpdatedEventArgs : IEquatable<ARPointCloudUpdatedEventArgs>

    Methods

    Equals(object)

    Tests for equality.

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

    The object to compare against.

    Returns
    Type Description
    bool

    True if obj is of type ARPointCloudUpdatedEventArgs and Equals(ARPointCloudUpdatedEventArgs) also returns true; otherwise false.

    Overrides
    ValueType.Equals(object)

    Equals(ARPointCloudUpdatedEventArgs)

    Tests for equality.

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

    The other ARPointCloudUpdatedEventArgs to compare against.

    Returns
    Type Description
    bool

    True if every field in other is equal to this ARPointCloudUpdatedEventArgs, otherwise false.

    GetHashCode()

    Generates a hash suitable for use with containers like HashSet and Dictionary.

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int

    A hash code generated from this object's fields.

    Overrides
    ValueType.GetHashCode()

    Operators

    operator ==(ARPointCloudUpdatedEventArgs, ARPointCloudUpdatedEventArgs)

    Tests for equality. Same as Equals(ARPointCloudUpdatedEventArgs).

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

    The left-hand side of the comparison.

    ARPointCloudUpdatedEventArgs rhs

    The right-hand side of the comparison.

    Returns
    Type Description
    bool

    True if lhs is equal to rhs, otherwise false.

    operator !=(ARPointCloudUpdatedEventArgs, ARPointCloudUpdatedEventArgs)

    Tests for inequality. Same as !Equals(ARPointCloudUpdatedEventArgs).

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

    The left-hand side of the comparison.

    ARPointCloudUpdatedEventArgs rhs

    The right-hand side of the comparison.

    Returns
    Type Description
    bool

    True if lhs is not equal to rhs, otherwise false.

    Implements

    IEquatable<T>
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)