PlaneOrientation


class PlaneOrientation


Orientation of a plane, to specify valid surfaces for anchoring.

For example, see MovableComponent.createAnchorable.

Summary

Public companion properties

Set<PlaneOrientation>

Immutable Set containing all PlaneOrientations.

PlaneOrientation

Specify horizontal planes.

PlaneOrientation

Specify vertical planes.

Public functions

open String

Public companion properties

ALL

val ALLSet<PlaneOrientation>

Immutable Set containing all PlaneOrientations.

HORIZONTAL

val HORIZONTALPlaneOrientation

Specify horizontal planes.

VERTICAL

val VERTICALPlaneOrientation

Specify vertical planes.

Public functions

toString

open fun toString(): String