docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct ARCoreBeforeSetConfigurationEventArgs

    Event arguments for the beforeSetConfiguration event.

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

    Constructors

    Name Description
    ARCoreBeforeSetConfigurationEventArgs(IntPtr, IntPtr)

    Constructs an ARCoreBeforeSetConfigurationEventArgs.

    ARCoreBeforeSetConfigurationEventArgs(ArSession, ArConfig)

    Constructs an ARCoreBeforeSetConfigurationEventArgs.

    Properties

    Name Description
    arConfig

    (Read Only) The native ARCore configuration which will be set.

    arSession

    (Read Only) The native ARCore session whose corresponding configuration object will be set.

    config

    (Read Only) The native ARCore configuration which will be set.

    session

    (Read Only) The native ARCore session whose corresponding configuration object will be set.

    Methods

    Name Description
    Equals(object)

    Tests for equality.

    Equals(ARCoreBeforeSetConfigurationEventArgs)

    Tests for equality.

    GetHashCode()

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

    Operators

    Name Description
    operator ==(ARCoreBeforeSetConfigurationEventArgs, ARCoreBeforeSetConfigurationEventArgs)

    Tests for equality. Same as Equals(ARCoreBeforeSetConfigurationEventArgs).

    operator !=(ARCoreBeforeSetConfigurationEventArgs, ARCoreBeforeSetConfigurationEventArgs)

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

    In This Article
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Friday, September 22, 2023