pub unsafe extern "C" fn ecs_defer_end(
world: *mut ecs_world_t,
) -> boolExpand description
End block of operations to defer. See defer_begin.
This operation is thread safe.
@param world The world. @return true if world changed from deferred mode to non-deferred mode.