Trait bevy_gizmos::config::GizmoConfigGroup
source · pub trait GizmoConfigGroup: Reflect + TypePath + Default { }
Expand description
A trait used to create gizmo configs groups.
Here you can store additional configuration for you gizmo group not covered by GizmoConfig
Make sure to derive Default
+ Reflect
and register in the app using app.init_gizmo_group::<T>()
Object Safety§
This trait is not object safe.