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