pub fn component_get_impl(
context_id: GoudContextId,
entity_id: GoudEntityId,
type_id_hash: u64,
) -> *const u8Expand description
Gets a read-only pointer to a component on an entity.
pub fn component_get_impl(
context_id: GoudContextId,
entity_id: GoudEntityId,
type_id_hash: u64,
) -> *const u8Gets a read-only pointer to a component on an entity.