Trait rhusics::collide::ecs::GetEntity [] [src]

pub trait GetEntity {
    fn entity(&self) -> Entity;
}

Retrieve the entity for the given object

Required Methods

Return the entity

Implementors