Class

OrbiterOffsetType

Represents the type of offset used for positioning an orbiter.

Source set: Android
public value class OrbiterOffsetType private constructor(private val value: Int)

Represents the type of offset used for positioning an orbiter.

Companion Object

Properties

Source set: Android
public val OuterEdge: OrbiterOffsetType

The edge of the orbiter that is facing away from the content element.

Source set: Android
public val InnerEdge: OrbiterOffsetType

The edge of the orbiter that is directly facing the content element.

Source set: Android
public val Overlap: OrbiterOffsetType

Last updated: