Start native apps faster with the Composables CLI ->
Class

PlaneSemantic

Semantic plane types.

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

Semantic plane types.

Functions

toString

Source set: Android
override fun toString(): String

Members

Companion

Source set: Android
public companion object

Properties

Wall

Source set: Android
public val Wall: PlaneSemantic = PlaneSemantic(setOf(SceneCorePlaneSemantic.WALL))

Floor

Source set: Android
public val Floor: PlaneSemantic = PlaneSemantic(setOf(SceneCorePlaneSemantic.FLOOR))

Ceiling

Source set: Android
public val Ceiling: PlaneSemantic = PlaneSemantic(setOf(SceneCorePlaneSemantic.CEILING))

Table

Source set: Android
public val Table: PlaneSemantic = PlaneSemantic(setOf(SceneCorePlaneSemantic.TABLE))

Any

Source set: Android
public val Any: PlaneSemantic = PlaneSemantic(SceneCorePlaneSemantic.ALL)