Function ambient_api::prelude::entity::remove_components
source · pub fn remove_components(entity: EntityId, components: &[&dyn UntypedComponent])
Expand description
Removes the components
from entity
.
Does nothing if the component does not exist.