[][src]Constant bevy_rapier2d::physics::TRANSFORM_SYNC_STAGE

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

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

This stage is added right before the POST_UPDATE stage.