Crate bevy_prototype_debug_lines[][src]

Expand description

bevy_debug_lines

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

Structs

Bevy resource providing facilities to draw lines.

Bevy plugin, for initializing stuff.

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

Shader data, passed to the GPU.

Constants

Maximum number of unique lines to draw at once.

Maximum number of points.