pub unsafe fn component_has_batch_impl(
context_id: GoudContextId,
entity_ids: *const u64,
count: u32,
type_id_hash: u64,
out_results: *mut u8,
) -> u32Expand description
Checks if multiple entities have a specific component type.
§Safety
entity_idsmust point to valid memory withcountu64 valuesout_resultsmust point to valid memory withcountu8 values