Re-exports§
pub use crate::shapes::DebugShapes;
Modules§
Structs§
- Debug
Lines - Bevy resource providing facilities to draw lines.
- Debug
Lines Mesh - Marker component for the debug lines mesh in the world.
- Debug
Lines Plugin - Bevy plugin, for initializing stuff.
Enums§
- Debug
Lines Set - The
SystemSet
in which the debug lines update system runs.
Constants§
- MAX_
LINES - Maximum number of unique lines to draw at once.
- MAX_
POINTS - Maximum number of points.
- MESH_
PADDING