Expand description
The physics plugin and systems.
Re-exports§
pub use self::configuration::RapierConfiguration;
pub use self::configuration::TimestepMode;
pub use self::context::systemparams::RapierContext;
pub use self::context::systemparams::RapierContextMut;
pub use self::context::systemparams::ReadRapierContext;
pub use self::context::systemparams::WriteRapierContext;
pub use self::context::DefaultRapierContext;
pub use self::context::RapierContextEntityLink;
pub use self::context::SimulationToRenderTime;
Modules§
- Components used to configure a simulation run by rapier, these are not modified by bevy_rapier.
- These are components used and modified during a simulation frame.
- Systems responsible for interfacing our Bevy components with the Rapier physics engine.
Structs§
- Read-only access to the properties of a contact manifold.
- Read-only access to the properties of a contact pair.
- Read-only access to the properties of a single contact.
- A plugin responsible for setting up a full Rapier physics simulation pipeline and resources.
- A set for rapier’s copy of Bevy’s transform propagation systems.
- Read-only access to the properties of a single solver contact.
Enums§
SystemSet
for each phase of the plugin.- Specifies a default configuration for the default
RapierContext
Type Aliases§
- No specific user-data is associated to the hooks.