Type Alias rapier2d_f64::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>