Trait topaz::HasComponents [] [src]

pub trait HasComponents {
    fn has_components(&self) -> bool;
fn empty() -> Self; }

Entities must implement this trait.

Required Methods

Return whether the current entity has any components.

Return a componentless entity.

Implementors