pub trait Contains {
// Required method
fn contains(&self, entity: EntityId) -> bool;
}Expand description
Checks if an entity has some components.
pub trait Contains {
// Required method
fn contains(&self, entity: EntityId) -> bool;
}Checks if an entity has some components.