docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct ARCoreBeforeGetCameraConfigurationEventArgs

    Event arguments for the beforeGetCameraConfiguration event.

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

    Properties

    Name Description
    filter

    Represents a native pointer to the ArCameraConfigFilter which is used to filter the results of a call to ArSession_getSupportedCameraConfigsWithFilter

    session

    Represents a native pointer to an ArSession

    Methods

    Name Description
    Equals(object)

    Tests for equality.

    Equals(ARCoreBeforeGetCameraConfigurationEventArgs)

    Tests for equality.

    GetHashCode()

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

    Operators

    Name Description
    operator ==(ARCoreBeforeGetCameraConfigurationEventArgs, ARCoreBeforeGetCameraConfigurationEventArgs)

    Tests for equality. Same as Equals(ARCoreBeforeGetCameraConfigurationEventArgs).

    operator !=(ARCoreBeforeGetCameraConfigurationEventArgs, ARCoreBeforeGetCameraConfigurationEventArgs)

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

    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)