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.
An event representing a change in pose, scale, and size.
Compose Multiplatform
Ship iOS, desktop, and web apps with Compose
RevenueCat
Add subscriptions to your apps in minutes
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: