Start native apps faster with the Composables CLI ->
Class

PlaneOrientation

Type of plane based on orientation i.e.

Source set: Android
public class PlaneOrientation private constructor(internal val value: Set<SceneCorePlaneOrientation>)

Type of plane based on orientation i.e. Horizontal or Vertical.

Functions

toString

Source set: Android
override fun toString(): String

Members

Companion

Source set: Android
public companion object

Properties

Horizontal

Source set: Android
public val Horizontal: PlaneOrientation =
            PlaneOrientation(setOf(SceneCorePlaneOrientation.HORIZONTAL))

Vertical

Source set: Android
public val Vertical: PlaneOrientation =
            PlaneOrientation(setOf(SceneCorePlaneOrientation.VERTICAL))

Any

Source set: Android
public val Any: PlaneOrientation = PlaneOrientation(SceneCorePlaneOrientation.ALL)