docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum BoundingBoxClassifications

    Represents the semantic classifications of a 3D bounding box.

    Namespace: UnityEngine.XR.ARSubsystems
    Assembly: Unity.XR.ARSubsystems.dll
    Syntax
    [Flags]
    public enum BoundingBoxClassifications : uint
    Remarks

    An XR provider might not support 3D bounding box classifications. You can check supportsClassifications to determine whether the current provider can classify 3D bounding boxes.

    Fields

    Name Description
    Bed

    The bounding box is classified as a bed.

    Couch

    The bounding box is classified as a couch.

    Lamp

    The bounding box is classified as a lamp.

    None

    No classification is assigned.

    Other

    The bounding box is classified as other.

    Plant

    The bounding box is classified as a plant.

    Screen

    The bounding box is classified as a screen.

    Storage

    The bounding box is classified as storage.

    Table

    The bounding box is classified as a table.

    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)