Expand description
Modules§
- aabb
bevy_render
- A module adding debug visualization of
Aabb
s. - arcs
- Additional
GizmoBuffer
Functions – Arcs - arrows
- Additional
GizmoBuffer
Functions – Arrows - circles
- Additional
GizmoBuffer
Functions – Circles - config
- A module for the
GizmoConfig<T>
Resource
. - cross
- Additional
GizmoBuffer
Functions – Crosses - curves
- Additional
GizmoBuffer
Functions – Curves - gizmos
- A module for the
Gizmos
SystemParam
. - grid
- Additional
GizmoBuffer
Functions – Grids - light
bevy_pbr
andbevy_render
- A module adding debug visualization of
PointLight
s,SpotLight
s andDirectionalLight
s. - prelude
- The gizmos prelude.
- primitives
- A module for rendering each of the 2D and 3D
bevy_math::primitives
withcrate::prelude::Gizmos
. - retained
- This module is for ‘retained’ alternatives to the ‘immediate mode’
Gizmos
system parameter. - rounded_
box - Additional
GizmoBuffer
Functions – Rounded cuboids and rectangles
Structs§
- Gizmo
Asset - A collection of gizmos.
- Gizmo
Plugin - A
Plugin
that provides an immediate mode drawing api for visual debugging. - Update
Gizmo Meshes - System set for updating the rendering meshes for drawing gizmos.
Enums§
- Gizmo
Render System - System set label for the systems handling the rendering of gizmos.
Traits§
- AppGizmo
Builder - A extension trait adding
App::init_gizmo_group
andApp::insert_gizmo_config
.
Functions§
- clear_
gizmo_ context - Clear out the contextual gizmos.
- collect_
requested_ gizmos - Collect the requested gizmos into a specific clear context.
- end_
gizmo_ context - End this gizmo clearing context.
- propagate_
gizmos - Propagate the contextual gizmo into the
Update
storage for rendering. - start_
gizmo_ context - Start a new gizmo clearing context.