Crate bevy_gizmos
source ·Expand description
Modules§
- A module adding debug visualization of
Aabb
s. - Additional
Gizmos
Functions – Arcs - Additional
Gizmos
Functions – Arrows - Additional
Gizmos
Functions – Circles - A module for the
GizmoConfig<T>
Resource
. - A module for the
Gizmos
SystemParam
. - Additional
Gizmos
Functions – Grids - The
bevy_gizmos
prelude. - A module for rendering each of the 2D and 3D
bevy_math::primitives
withcrate::prelude::Gizmos
. - Additional
Gizmos
Functions – Rounded cuboids and rectangles
Structs§
- A
Plugin
that provides an immediate mode drawing api for visual debugging. - System set for updating the rendering meshes for drawing gizmos.
Enums§
- System set label for the systems handling the rendering of gizmos.
Traits§
- A extension trait adding
App::init_gizmo_group
andApp::insert_gizmo_config
.
Functions§
- Clear out the contextual gizmos.
- Collect the requested gizmos into a specific clear context.
- End this gizmo clearing context.
- Propagate the contextual gizmo into the
Update
storage for rendering. - Start a new gizmo clearing context.