Expand description
The gizmos prelude.
This includes the most common types in this crate, re-exported for your convenience.
Structs§
- The
GizmoConfigGroup
used for debug visualizations ofAabb
components on entities - The default gizmo config group.
- A struct that stores configuration for gizmos.
- A
SystemParam
for drawing gizmos.
Enums§
- An enum configuring how line joints will be drawn.
- An enum used to configure the style of gizmo lines, similar to CSS line-style
Traits§
- A extension trait adding
App::init_gizmo_group
andApp::insert_gizmo_config
. - A trait used to create gizmo configs groups.
- A trait for rendering 2D geometric primitives (
P
) withGizmos
. - A trait for rendering 3D geometric primitives (
P
) withGizmos
.
Derive Macros§
- Implements the
GizmoConfigGroup
trait for a gizmo config group type.