bevy_transform_gizmo icon indicating copy to clipboard operation
bevy_transform_gizmo copied to clipboard

Gizmo States

Open aevyrie opened this issue 3 years ago • 0 comments

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,

aevyrie avatar May 22 '21 06:05 aevyrie