pub unsafe extern "C" fn ecs_record_find(
world: *const ecs_world_t,
entity: ecs_entity_t,
) -> *mut ecs_record_tExpand description
Find record for entity.
pub unsafe extern "C" fn ecs_record_find(
world: *const ecs_world_t,
entity: ecs_entity_t,
) -> *mut ecs_record_tFind record for entity.