bevy/examples/gizmos
Lynn 9ef9f3b3a4
Inconsistent segments/resolution naming (#13438)
# Objective

- Fixes #13412

## Solution

- Renamed `segments` in `bevy_gizmos` to `resolution` and adjusted
examples

## Migration Guide

- When working with gizmos, replace all calls to `.segments(...)` with
`.resolution(...)`
2024-05-21 18:42:59 +00:00
..
2d_gizmos.rs Inconsistent segments/resolution naming (#13438) 2024-05-21 18:42:59 +00:00
3d_gizmos.rs Inconsistent segments/resolution naming (#13438) 2024-05-21 18:42:59 +00:00
axes.rs Adding explanation to seeded rng used in examples (#12593) 2024-03-26 19:40:18 +00:00
light_gizmos.rs Remove redundant imports (#12817) 2024-04-01 19:59:08 +00:00