Skip to main content

component_remove_batch_impl

Function component_remove_batch_impl 

Source
pub unsafe fn component_remove_batch_impl(
    context_id: GoudContextId,
    entity_ids: *const u64,
    count: u32,
    type_id_hash: u64,
) -> u32
Expand description

Removes the same component type from multiple entities in a batch.

§Safety

entity_ids must point to valid memory with count u64 values.