Module config

Source
Expand description

A module for the GizmoConfig<T> Resource.

Structs§

DefaultGizmoConfigGroup
The default gizmo config group.
ErasedGizmoConfigGroup
Used when the gizmo config group needs to be type-erased. Also used for retained gizmos, which can’t have a gizmo config group.
GizmoConfig
A struct that stores configuration for gizmos.
GizmoConfigStore
A Resource storing GizmoConfig and GizmoConfigGroup structs
GizmoLineConfig
A struct that stores configuration for gizmos.

Enums§

GizmoLineJoint
An enum configuring how line joints will be drawn.
GizmoLineStyle
An enum used to configure the style of gizmo lines, similar to CSS line-style

Traits§

GizmoConfigGroup
A trait used to create gizmo configs groups.

Derive Macros§

GizmoConfigGroup
Implements the GizmoConfigGroup trait for a gizmo config group type.