diff options
| author | Juan Linietsky | 2017-06-11 15:52:03 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2017-06-11 15:52:03 -0300 |
| commit | 4d50c7ad8c77efd304d343edf81a81c596958d7d (patch) | |
| tree | 8dd9483ff3f09f5c420f241755c0a49ee42b8edc /editor/plugins/spatial_editor_plugin.h | |
| parent | ec015a32ae4fed154ed6d0bd002c1e653d74a2c3 (diff) | |
| download | godot-4d50c7ad8c77efd304d343edf81a81c596958d7d.tar.gz godot-4d50c7ad8c77efd304d343edf81a81c596958d7d.tar.zst godot-4d50c7ad8c77efd304d343edf81a81c596958d7d.zip | |
Diffstat (limited to 'editor/plugins/spatial_editor_plugin.h')
| -rw-r--r-- | editor/plugins/spatial_editor_plugin.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/editor/plugins/spatial_editor_plugin.h b/editor/plugins/spatial_editor_plugin.h index d96e6090f..4a770311a 100644 --- a/editor/plugins/spatial_editor_plugin.h +++ b/editor/plugins/spatial_editor_plugin.h @@ -84,6 +84,11 @@ class SpatialEditorViewport : public Control { VIEW_ORTHOGONAL, VIEW_AUDIO_LISTENER, VIEW_GIZMOS, + VIEW_INFORMATION, + VIEW_DISPLAY_NORMAL, + VIEW_DISPLAY_WIREFRAME, + VIEW_DISPLAY_OVERDRAW, + VIEW_DISPLAY_SHADELESS, }; public: @@ -416,10 +421,6 @@ private: MENU_VIEW_USE_3_VIEWPORTS, MENU_VIEW_USE_3_VIEWPORTS_ALT, MENU_VIEW_USE_4_VIEWPORTS, - MENU_VIEW_DISPLAY_NORMAL, - MENU_VIEW_DISPLAY_WIREFRAME, - MENU_VIEW_DISPLAY_OVERDRAW, - MENU_VIEW_DISPLAY_SHADELESS, MENU_VIEW_ORIGIN, MENU_VIEW_GRID, MENU_VIEW_CAMERA_SETTINGS, |
