Composables UI is out: our new component library for Compose Multiplatform ->
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.

Last updated: