Crate bevy_prototype_debug_lines[][src]

bevy_debug_lines

A plugin for drawing performant debug lines without a lot of hassle.

Structs

DebugLines

Bevy resource providing facilities to draw lines.

DebugLinesPlugin

Bevy plugin, for initializing stuff.

Line

A single line, usually initialized by helper methods on DebugLines instead of directly.

LineShader

Shader data, passed to the GPU.

Constants

MAX_LINES

Maximum number of unique lines to draw at once.

MAX_POINTS

Maximum number of points.