Crate bevy_mod_physx
source ·Expand description
Re-exports
Modules
- Basic physics parts belonging to PhysicsCore plugin.
- Collection of plugins that sync additional components with PhysX engine.
- Re-exports of commonly imported symbols from this crate.
- Monomorphized PhysX types used by Bevy plugin.
- Various helpers and extension traits.
Structs
- Primary physics plugin that manages actor creation, simulation and transforms.
- This plugin group will add all available physics plugins.
- Dedicated schedule for all physics-related systems.
- A clock that tracks how much time was simulated by the physics engine.
Enums
- SystemSet inside PhysicsSchedule where all physics systems live.
- Defines how often physics shall be simulated with respect to bevy time.
Functions
- Runs PhysicsSchedule in
PreUpdate.