bevy_transform_gizmo
bevy_transform_gizmo copied to clipboard
Gizmo States
Make it possible to set the state of the gizmo, maybe useful if the user wants a menu button that only enables the rotation controls.
translation: bool,
rotation: bool,
scale: ScaleType, // Uniform, Non-uniform, Disabled,
free_translation: bool,