Module bevy_gizmos::config
source · Expand description
A module for the GizmoConfig<T>
Resource
.
Structs§
- The default gizmo config group.
- A struct that stores configuration for 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 trait used to create gizmo configs groups.
Derive Macros§
- Implements the
GizmoConfigGroup
trait for a gizmo config group type.