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.
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.