aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/plugins/spatial_editor_plugin.h
diff options
context:
space:
mode:
authormarynate2014-03-31 23:06:36 +0800
committermarynate2014-06-13 15:59:02 +0800
commit2f79e59c000f54e9af48a0368a27d35e304eff09 (patch)
treefe70b09dfc24d2775810140c650c41405fb130e8 /tools/editor/plugins/spatial_editor_plugin.h
parent64e83bfd1404ea593f0c79b478d196a3fcde42a8 (diff)
downloadgodot-2f79e59c000f54e9af48a0368a27d35e304eff09.tar.gz
godot-2f79e59c000f54e9af48a0368a27d35e304eff09.tar.zst
godot-2f79e59c000f54e9af48a0368a27d35e304eff09.zip
Add align with view in 3d editor viewport (useful for aligning camera with
current view)
Diffstat (limited to 'tools/editor/plugins/spatial_editor_plugin.h')
-rw-r--r--tools/editor/plugins/spatial_editor_plugin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/editor/plugins/spatial_editor_plugin.h b/tools/editor/plugins/spatial_editor_plugin.h
index 4bc3b553e..29719cb80 100644
--- a/tools/editor/plugins/spatial_editor_plugin.h
+++ b/tools/editor/plugins/spatial_editor_plugin.h
@@ -75,6 +75,7 @@ class SpatialEditorViewport : public Control {
VIEW_FRONT,
VIEW_REAR,
VIEW_CENTER_TO_SELECTION,
+ VIEW_ALIGN_SELECTION_WITH_VIEW,
VIEW_PERSPECTIVE,
VIEW_ENVIRONMENT,
VIEW_ORTHOGONAL