pub unsafe extern "C" fn ecs_observer_get_ctx(
world: *const ecs_world_t,
observer: ecs_entity_t,
) -> *mut c_voidExpand description
Get observer ctx. Return the value set in ecs_observer_desc_t::ctx.
@param world The world. @param observer The observer. @return The context.