pub unsafe extern "C" fn ecs_get_world(
poly: *const ecs_poly_t,
) -> *const ecs_world_tExpand description
Get world from poly.
@param poly A pointer to a poly object. @return The world.
pub unsafe extern "C" fn ecs_get_world(
poly: *const ecs_poly_t,
) -> *const ecs_world_tGet world from poly.
@param poly A pointer to a poly object. @return The world.