docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum PlaneClassifications

    Represents the semantic classifications of a plane.

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

    An XR provider might not support plane classification. You can check supportsClassification to determine whether the current provider can classify planes.

    An XR provider might not support all of the classifications in this list.

    Different XR providers might assign different semantic classifications in the same situation.

    Fields

    Name Description
    Ceiling

    The plane is classified as the ceiling.

    Couch

    The plane is classified as a couch.

    DoorFrame

    The plane is classified as a door frame.

    Floor

    The plane is classified as the floor.

    InvisibleWallFace

    The plane is classified as an invisible wall face .

    None

    No classification is assigned.

    Other

    The plane is classified as other.

    Seat

    The plane is classified as a seat.

    SeatOfAnyType

    The plane is classified as any type of seat.

    Table

    The plane is classified as a table.

    WallArt

    The plane is classified as wall art.

    WallFace

    The plane is classified as a wall face.

    WindowFrame

    The plane is classified as a window frame.

    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)