pub fn update_bounding_box(
query: Query<'_, '_, (&mut Physics, &Position, &EntityDimensions), Or<(Changed<Position>, Changed<EntityDimensions>)>>,
)
Expand description
Sets the position of the entity. This doesn’t update the cache in azalea-world, and should only be used within azalea-world!
§Safety
Cached position in the world must be updated.