pub unsafe fn component_add_impl(
context_id: GoudContextId,
entity_id: GoudEntityId,
type_id_hash: u64,
data_ptr: *const u8,
data_size: usize,
) -> GoudResultExpand description
Adds a component to an entity.
§Safety
data_ptrmust point to valid component datadata_sizemust match the registered component size