Expand description
Physics behavior for Heron, using rapier
§Supported custom collision shapes
The following types are accepted as heron_core::CustomCollisionShape
values.
Re-exports§
Modules§
- convert
- Type conversions between bevy and nalgebra (used by rapier’s API)
Structs§
- Collider
Handle - Component that holds a reference to the rapier collider
- Physics
World - A Bevy system parameter that can be used to perform queries such as ray casts on the physics world
- Rapier
Plugin - Plugin that enables collision detection and physics behavior, powered by rapier.
- RayCast
Info - The result of a
PhysicsWorld::ray_cast
operation - Rigid
Body Handle - Component that holds a reference to the rapier rigid body
- Shape
Cast Collision Info - Information about a shape cast collision
Enums§
- Shape
Cast Collision Type - The type of collision returned from a shape cast