Class

SpatialMoveEvent

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

Source set: Android
public class SpatialMoveEvent(
    public var pose: Pose = Pose.Identity,
    public var scale: Float = 1.0F,
    public var size: IntVolumeSize = IntVolumeSize.Zero,
)

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

Last updated: