Trait nphysics3d::object::ColliderHandle[][src]

pub trait ColliderHandle: CollisionObjectHandle + Debug { }
Expand description

Trait auto-implemented for types that can be used as a Collider handle.

Collider handles must be unique, i.e., they should not suffer from the ABA problem.

Implementors