Function ambient_api::prelude::entity::get_components
source · pub fn get_components(
entity: EntityId,
components: &[&dyn UntypedComponent]
) -> EntityExpand description
Retrieves the components components for entity. Will return an empty Entity if no components are found.