Type Alias rapier2d::geometry::ColliderShape

source ·
pub type ColliderShape = SharedShape;
Expand description

The shape of a collider.

Aliased Type§

struct ColliderShape(pub Arc<dyn Shape>);

Fields§

§0: Arc<dyn Shape>