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
GizmoConfigGroupused for debug visualizations ofAabbcomponents 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
ResourcestoringGizmoConfigandGizmoConfigGroupstructs - Gizmo
Line Config - A struct that stores configuration for gizmos.
- Gizmos
- A
SystemParamfor drawing gizmos. - Show
Aabb Gizmo - Add this
Componentto an entity to draw itsAabbcomponent.
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_groupandApp::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
GizmoConfigGrouptrait for a gizmo config group type.