Crate bevy_debug_grid
Source - rendering
- systems
- Grid
- The main grid component
- GridAxis
- Custom color overrides for axis of a grid.
Spawn it next to a grid for it to have effect.
- GridAxisChild
- Marker component to determine children spawned by a
GridAxis
- GridChild
- Marker component to determine children spawned by a
Grid
- SubGrid
- The sub-grid component, adds lines between the lines of a grid.
Spawn it next to a grid for it to have effect.
- SubGridChild
- Marker component to determine children spawned by a
SubGrid
- TrackedDebugGridPlugin
- The plugin which allows floor grids to work, where
T
is the component to track the floor grid to - TrackedGrid
- Marks a grid as “tracked”, meaning it will move with the main camera
- GridAlignment
- The tracking axis for a grid. Ex:
GridAlignment::Y
will result in a floor.
- spawn_floor_grid
- Spawns a default floor grid, resembling the one used in Blender
- DebugGridPlugin