pub type RigidBodyWritebackComponents<'a> = (Entity, Option<&'a Parent>, Option<&'a mut Transform>, Option<&'a mut TransformInterpolation>, Option<&'a mut Velocity>, Option<&'a mut Sleeping>);
Expand description

Components that will be updated after a physics step.