pub type ColliderShape = SharedShape;
The shape of a collider.
pub struct ColliderShape(pub Arc<dyn Shape>);
0: Arc<dyn Shape>