PlaneSemanticType


class PlaneSemanticType


The detected semantic type of a plane, to specify valid surfaces for anchoring.

For example, see MovableComponent.createAnchorable.

Summary

Public companion properties

Set<PlaneSemanticType>

Immutable Set containing all PlaneSemanticTypes.

PlaneSemanticType

Specify planes that are identified as the ceiling.

PlaneSemanticType

Specify planes that are identified as the floor.

PlaneSemanticType

Specify planes that are identified as a table.

PlaneSemanticType

Specify planes that are identified as a wall.

Public functions

open String

Public companion properties

ALL

val ALLSet<PlaneSemanticType>

Immutable Set containing all PlaneSemanticTypes.

CEILING

val CEILINGPlaneSemanticType

Specify planes that are identified as the ceiling.

FLOOR

val FLOORPlaneSemanticType

Specify planes that are identified as the floor.

TABLE

val TABLEPlaneSemanticType

Specify planes that are identified as a table.

WALL

val WALLPlaneSemanticType

Specify planes that are identified as a wall.

Public functions

toString

open fun toString(): String