Physics Body Snapshot
@Immutable
Immutable body state exported as part of PhysicsWorldSnapshot.
This DTO is intended for render-time usage: it contains only the data required to apply translation/rotation and optionally drive effects based on motion.
Constructors
Link copied to clipboard
constructor(key: Any, transformPx: PhysicsTransform, isAwake: Boolean, linearVelocityPxPerSecond: PhysicsVector2)