Expand description
Bevy Retro physics plugin
This is a re-export of bevy_rapier2d
with some of our own utilities added.
Re-exports§
pub use bevy_rapier2d;
Structs§
- Retro
Physics Plugin - Physics plugin for Bevy Retro
- Tesselated
Collider - A component used to automatically add a [
CollisionShape
] to an entity that is generated automatically by tesselatingImage
collision shape based on it’s alpha channel - Tesselated
Collider Config - Sprite collision tesselator config
Traits§
- Collision
Event Ext - Helper methods on [
bevy_rapier2d::CollisionEvent
]
Functions§
- create_
convex_ collider_ from_ image - Create a convex hull [
CollisionShape
] from a sprite image based on it’s alpha channel