Class

SpatialMoveEndEvent

An event representing the end of a move event.

Source set: Android
public class SpatialMoveEndEvent(
    public val pose: Pose,
    public val scale: Float,
    public val size: IntVolumeSize,
)

An event representing the end of a move event.

This is expected to trigger when the user finishes moving the movable element and should only be called once per move action.

Last updated: