enum PlaneClassification (Niantic.ARDK.AR.Anchors.PlaneClassification)

Overview

Values describing possible characterizations of real-world surfaces represented by plane anchors. More…

enum PlaneClassification {
    None    = 0,
    Wall    = 1,
    Floor   = 2,
    Ceiling = 3,
    Table   = 4,
    Seat    = 5,
    Door    = 6,
    Window  = 7,
};

Detailed Documentation

Values describing possible characterizations of real-world surfaces represented by plane anchors.

Enum Values

None

No classification is available for the plane anchor.

Wall

The plane anchor represents a real-world wall or similar large vertical surface.

Floor

The plane anchor represents a real-world floor, ground plane, or similar large horizontal surface.

Ceiling

The plane anchor represents a real-world ceiling or similar overhead horizontal surface.

Table

The plane anchor represents a real-world table, desk, bar, or similar flat surface.

Seat

The plane anchor represents a real-world chair, stool, bench or similar flat surface.

Door

The plane anchor represents a real-world door or similar vertical surface.

Window

The plane anchor represents a real-world window or similar vertical surface.