docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class AndroidOpenXRBoundingBoxSubsystem

    The Android-OpenXR implementation of the UnityEngine.XR.ARSubsystems.XRBoundingBoxSubsystem.

    Inheritance
    object
    SubsystemWithProvider
    SubsystemWithProvider<XRBoundingBoxSubsystem, XRBoundingBoxSubsystemDescriptor, XRBoundingBoxSubsystem.Provider>
    TrackingSubsystem<XRBoundingBox, XRBoundingBoxSubsystem, XRBoundingBoxSubsystemDescriptor, XRBoundingBoxSubsystem.Provider>
    XRBoundingBoxSubsystem
    AndroidOpenXRBoundingBoxSubsystem
    Implements
    ISubsystem
    Inherited Members
    XRBoundingBoxSubsystem.GetChanges(Allocator)
    TrackingSubsystem<XRBoundingBox, XRBoundingBoxSubsystem, XRBoundingBoxSubsystemDescriptor, XRBoundingBoxSubsystem.Provider>.GetChanges(Allocator)
    SubsystemWithProvider<XRBoundingBoxSubsystem, XRBoundingBoxSubsystemDescriptor, XRBoundingBoxSubsystem.Provider>.subsystemDescriptor
    SubsystemWithProvider.Start()
    SubsystemWithProvider.Stop()
    SubsystemWithProvider.Destroy()
    SubsystemWithProvider.running
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEngine.XR.OpenXR.Features.Android
    Assembly: Unity.XR.AndroidOpenXR.dll
    Syntax
    [Preserve]
    public sealed class AndroidOpenXRBoundingBoxSubsystem : XRBoundingBoxSubsystem, ISubsystem

    Methods

    GetBoundingBoxDetectionMode()

    Gets which bounding boxes are currently being detected.

    Declaration
    public BoundingBoxClassifications GetBoundingBoxDetectionMode()
    Returns
    Type Description
    BoundingBoxClassifications

    The classifications of bounding boxes that are being detected.

    GetSupportedBoundingBoxDetectionModes()

    Gets which bounding boxes classifications for which detection is supported.

    Declaration
    public BoundingBoxClassifications GetSupportedBoundingBoxDetectionModes()
    Returns
    Type Description
    BoundingBoxClassifications

    The classifications of bounding boxes for which detection is supported.

    TrySetBoundingBoxDetectionMode(BoundingBoxClassifications)

    Attempts to set which bounding boxes will be detected.

    Declaration
    public XRResultStatus TrySetBoundingBoxDetectionMode(BoundingBoxClassifications detectionMode)
    Parameters
    Type Name Description
    BoundingBoxClassifications detectionMode

    Specifies which classifications of bounding boxes should be detected.

    Returns
    Type Description
    XRResultStatus

    The status of setting the detection mode.

    Implements

    ISubsystem
    In This Article
    Back to top
    Copyright © 2025 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)