docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class XRBoundingBoxSubsystemDescriptor

    Indicates the capabilities supported by a provider of the XRBoundingBoxSubsystem. Provider implementations must derive from XRBoundingBoxSubsystem.Provider and may override virtual class members.

    Inheritance
    object
    SubsystemDescriptorWithProvider
    SubsystemDescriptorWithProvider<XRBoundingBoxSubsystem, XRBoundingBoxSubsystem.Provider>
    XRBoundingBoxSubsystemDescriptor
    Implements
    ISubsystemDescriptor
    Inherited Members
    SubsystemDescriptorWithProvider<XRBoundingBoxSubsystem, XRBoundingBoxSubsystem.Provider>.Create()
    SubsystemDescriptorWithProvider.id
    SubsystemDescriptorWithProvider.providerType
    SubsystemDescriptorWithProvider.subsystemTypeOverride
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEngine.XR.ARSubsystems
    Assembly: Unity.XR.ARSubsystems.dll
    Syntax
    public class XRBoundingBoxSubsystemDescriptor : SubsystemDescriptorWithProvider<XRBoundingBoxSubsystem, XRBoundingBoxSubsystem.Provider>, ISubsystemDescriptor

    Properties

    supportsClassifications

    Indicates whether the provider implementation can provide a value for XRBoundingBox.classifications. If false, all bounding boxes returned by XRBoundingBoxSubsystem.GetChanges will have classifications value of None.

    Declaration
    public bool supportsClassifications { get; }
    Property Value
    Type Description
    bool

    true if the implementation supports 3D bounding box classifications. Otherwise, false.

    Methods

    Register(Cinfo)

    Creates a new subsystem descriptor instance and registers it with the SubsystemManager.

    Declaration
    public static void Register(XRBoundingBoxSubsystemDescriptor.Cinfo cinfo)
    Parameters
    Type Name Description
    XRBoundingBoxSubsystemDescriptor.Cinfo cinfo

    Construction info for the descriptor.

    Implements

    ISubsystemDescriptor
    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)