Crate bevy_prototype_debug_lines

Source

Re-exports§

pub use crate::shapes::DebugShapes;

Modules§

shapes

Structs§

DebugLines
Bevy resource providing facilities to draw lines.
DebugLinesMesh
Marker component for the debug lines mesh in the world.
DebugLinesPlugin
Bevy plugin, for initializing stuff.

Enums§

DebugLinesSet
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