Module bevy_gizmos::primitives::dim2
source · Expand description
A module for rendering each of the 2D bevy_math::primitives
with Gizmos
.
Structs§
- Builder for configuring the drawing options of
Annulus
. - Builder for configuring the drawing options of
Line2d
. - Builder for configuring the drawing options of
Segment2d
.
Traits§
- A trait for rendering 2D geometric primitives (
P
) withGizmos
.