Compose Unstyled 2.0 is out! Check the official announcement blog ->
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: