Type Alias jumpy::core::physics::collisions::rapier::ColliderShape
pub type ColliderShape = SharedShape;Expand description
The shape of a collider.
Aliased Type§
struct ColliderShape(pub Arc<dyn Shape>);Fields§
§0: Arc<dyn Shape>