Expand description
A module for rendering each of the 2D bevy_math::primitives
with GizmoBuffer
.
Structs§
- Annulus2d
Builder - Builder for configuring the drawing options of
Annulus
. - Line2d
Builder - Builder for configuring the drawing options of
Line2d
. - Segment2d
Builder - Builder for configuring the drawing options of
Segment2d
.
Traits§
- Gizmo
Primitive2d - A trait for rendering 2D geometric primitives (
P
) withGizmoBuffer
.