rapier2d::geometry

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