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