Start native apps faster with the Composables CLI ->
Class

SpatialMoveEvent

An event representing a change in pose, scale, and size.

Source set: Android
public class SpatialMoveEvent(
    public val type: SpatialMoveEventType,
    public val pose: Pose,
    public val previousPose: Pose,
    public val scale: Float,
    public val previousScale: Float,
    public val size: IntVolumeSize,
)

An event representing a change in pose, scale, and size.

Functions

equals

Source set: Android
override fun equals(other: Any?): Boolean

hashCode

Source set: Android
override fun hashCode(): Int

toString

Source set: Android
override fun toString(): String