ecs_get_world

Function ecs_get_world 

Source
pub unsafe extern "C" fn ecs_get_world(
    poly: *const ecs_poly_t,
) -> *const ecs_world_t
Expand description

Get world from poly.

@param poly A pointer to a poly object. @return The world.