pub fn clear_z_coordinates(
query: Query<'_, '_, &mut Transform, With<RenderZCoordinate>>,
)Expand description
Clears the z-coordinate of everything with a RenderZCoordinate component.
pub fn clear_z_coordinates(
query: Query<'_, '_, &mut Transform, With<RenderZCoordinate>>,
)Clears the z-coordinate of everything with a RenderZCoordinate component.