Type Alias ColliderShape

Source
pub type ColliderShape = SharedShape;
Expand description

The shape of a collider.

Aliased Type§

pub struct ColliderShape(pub Arc<dyn Shape>);

Tuple Fields§

§0: Arc<dyn Shape>