Constant bevy_rapier3d::physics::TRANSFORM_SYNC_STAGE[][src]

pub const TRANSFORM_SYNC_STAGE: &'static str = "rapier::transform_sync_stage";
Expand description

The stage where the physics transform are output to the Bevy Transform.

This stage is added right before the POST_UPDATE stage.