[][src]Trait oxygengine_physics_2d::prelude::ColliderHandle

pub trait ColliderHandle: Debug + CollisionObjectHandle { }

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

impl<T> ColliderHandle for T where
    T: Debug + CollisionObjectHandle
[src]

Loading content...