1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

Add ability to Hide Editor Transform Gizmo

This commit is contained in:
Robert Yevdokimov
2024-01-31 13:44:20 -05:00
parent cae2f853dc
commit c9e9bd4a68
2 changed files with 17 additions and 2 deletions

View File

@@ -124,6 +124,7 @@ class Node3DEditorViewport : public Control {
VIEW_AUDIO_LISTENER,
VIEW_AUDIO_DOPPLER,
VIEW_GIZMOS,
VIEW_TRANSFORM_GIZMO,
VIEW_GRID,
VIEW_INFORMATION,
VIEW_FRAME_TIME,
@@ -235,6 +236,7 @@ private:
bool orthogonal;
bool auto_orthogonal;
bool lock_rotation;
bool transform_gizmo_visible = true;
real_t gizmo_scale;
bool freelook_active;