pub fn apply_snapshot(
world: &mut PyPhysicsWorld,
snap: &SimulationSnapshot,
) -> usizeExpand description
Restore world state from a snapshot (positions and velocities only).
pub fn apply_snapshot(
world: &mut PyPhysicsWorld,
snap: &SimulationSnapshot,
) -> usizeRestore world state from a snapshot (positions and velocities only).