Trait bevy_retrograde_physics::AppBuilderExt[]

pub trait AppBuilderExt {
    fn add_physics_system(
        &mut self,
        system: impl Into<SystemDescriptor>
    ) -> &mut Self; }
👎 Deprecated:

Physics system can be added to the bevy update stage. Use bevy’s add_system instead.

Required methods

👎 Deprecated:

Physics system can be added to the bevy update stage. Use bevy’s add_system instead.

Implementations on Foreign Types

👎 Deprecated:

Physics system can be added to the bevy update stage. Use bevy’s add_system instead.

Implementors