Function ambient_api::prelude::entity::has_components
source · pub fn has_components(
entity: EntityId,
components: &[&dyn UntypedComponent]
) -> bool
Expand description
Checks if the entity
has components
.