Struct ARFoundationBackgroundRendererChangedEventArgs | AR Foundation | 2.2.0-preview.6
docs.unity3d.com
    Show / Hide Table of Contents

    Struct ARFoundationBackgroundRendererChangedEventArgs

    The arguments for the backgroundRendererChanged 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 ARFoundationBackgroundRendererChangedEventArgs : IEquatable<ARFoundationBackgroundRendererChangedEventArgs>

    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(ARFoundationBackgroundRendererChangedEventArgs)

    Interface for IEquatable

    Declaration
    public bool Equals(ARFoundationBackgroundRendererChangedEventArgs other)
    Parameters
    Type Name Description
    ARFoundationBackgroundRendererChangedEventArgs 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
    Overrides
    ValueType.GetHashCode()

    Operators

    Equality(ARFoundationBackgroundRendererChangedEventArgs, ARFoundationBackgroundRendererChangedEventArgs)

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

    Inequality(ARFoundationBackgroundRendererChangedEventArgs, ARFoundationBackgroundRendererChangedEventArgs)

    Declaration
    public static bool operator !=(ARFoundationBackgroundRendererChangedEventArgs lhs, ARFoundationBackgroundRendererChangedEventArgs rhs)
    Parameters
    Type Name Description
    ARFoundationBackgroundRendererChangedEventArgs lhs
    ARFoundationBackgroundRendererChangedEventArgs 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