Function bevy_defer::world

source ·
pub fn world() -> AsyncWorldMut
Expand description

Obtain the AsyncWorldMut of the currently running bevy_defer executor.

Can only be used inside a bevy_defer future.