pub fn update_in_loaded_chunk(
commands: Commands<'_, '_>,
query: Query<'_, '_, (Entity, &WorldName, &Position)>,
worlds: Res<'_, Worlds>,
)Expand description
Update the InLoadedChunk component for all entities in the world.
pub fn update_in_loaded_chunk(
commands: Commands<'_, '_>,
query: Query<'_, '_, (Entity, &WorldName, &Position)>,
worlds: Res<'_, Worlds>,
)Update the InLoadedChunk component for all entities in the world.