Trait rhusics_core::GetId

source ·
pub trait GetId<I> {
    fn id(&self) -> I;
}
Expand description

Trait used to extract the lookup id used by CollisionData, given the output from a broad phase

Required Methods

Get the id

Implementations on Foreign Types

Implementors