ecs_defer_end

Function ecs_defer_end 

Source
pub unsafe extern "C" fn ecs_defer_end(
    world: *mut ecs_world_t,
) -> bool
Expand 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.