Merge pull request #87793 from ryevdokimov/hide-transform-gizmo
Add ability to hide editor transform gizmo
This commit is contained in:
commit
48645f3d70
2 changed files with 17 additions and 2 deletions
|
|
@ -125,6 +125,7 @@ class Node3DEditorViewport : public Control {
|
|||
VIEW_AUDIO_LISTENER,
|
||||
VIEW_AUDIO_DOPPLER,
|
||||
VIEW_GIZMOS,
|
||||
VIEW_TRANSFORM_GIZMO,
|
||||
VIEW_GRID,
|
||||
VIEW_INFORMATION,
|
||||
VIEW_FRAME_TIME,
|
||||
|
|
@ -243,6 +244,7 @@ private:
|
|||
bool orthogonal;
|
||||
bool auto_orthogonal;
|
||||
bool lock_rotation;
|
||||
bool transform_gizmo_visible = true;
|
||||
real_t gizmo_scale;
|
||||
|
||||
bool freelook_active;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue