Expand description
The gizmos prelude.
This includes the most common types in this crate, re-exported for your convenience.
Structs§
- Aabb
Gizmo Config Group - The
GizmoConfigGroup
used for debug visualizations ofAabb
components on entities - Default
Gizmo Config Group - The default gizmo config group.
- Gizmo
- A component that draws the gizmos of a
GizmoAsset
. - Gizmo
Asset - A collection of gizmos.
- Gizmo
Config - A struct that stores configuration for gizmos.
- Gizmo
Config Store - A
Resource
storingGizmoConfig
andGizmoConfigGroup
structs - Gizmo
Line Config - A struct that stores configuration for gizmos.
- Gizmos
- A
SystemParam
for drawing gizmos. - Show
Aabb Gizmo - Add this
Component
to an entity to draw itsAabb
component.
Enums§
- Gizmo
Line Joint - An enum configuring how line joints will be drawn.
- Gizmo
Line Style - An enum used to configure the style of gizmo lines, similar to CSS line-style
Traits§
- AppGizmo
Builder - A extension trait adding
App::init_gizmo_group
andApp::insert_gizmo_config
. - Gizmo
Config Group - A trait used to create gizmo configs groups.
- Gizmo
Primitive2d - A trait for rendering 2D geometric primitives (
P
) withGizmoBuffer
. - Gizmo
Primitive3d - A trait for rendering 3D geometric primitives (
P
) withGizmoBuffer
.
Derive Macros§
- Gizmo
Config Group - Implements the
GizmoConfigGroup
trait for a gizmo config group type.