pub fn has_components(
    entity: EntityId,
    components: &[&dyn UntypedComponent]
) -> bool
Expand description

Checks if the entity has components.