diff options
| author | jaromirhribal | 2014-12-28 14:01:08 +0100 |
|---|---|---|
| committer | jaromirhribal | 2014-12-28 14:01:08 +0100 |
| commit | d128ec926369afca89155361c68249df17bdc278 (patch) | |
| tree | e878d0f16db380ec83b6e19ffcfc656e5ac92d3b /tools/editor/plugins/spatial_editor_plugin.h | |
| parent | 530d717a67cc3acab10270dca700db328aa12891 (diff) | |
| download | godot-d128ec926369afca89155361c68249df17bdc278.tar.gz godot-d128ec926369afca89155361c68249df17bdc278.tar.zst godot-d128ec926369afca89155361c68249df17bdc278.zip | |
added blender/maya like zoom style
Diffstat (limited to '')
| -rw-r--r-- | tools/editor/plugins/spatial_editor_plugin.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/editor/plugins/spatial_editor_plugin.h b/tools/editor/plugins/spatial_editor_plugin.h index 1fdc97c49..646a4d2d8 100644 --- a/tools/editor/plugins/spatial_editor_plugin.h +++ b/tools/editor/plugins/spatial_editor_plugin.h @@ -144,6 +144,12 @@ private: }; NavigationScheme _get_navigation_schema(const String& p_property); + enum NavigationZoomStyle { + NAVIGATION_ZOOM_VERTICAL, + NAVIGATION_ZOOM_HORIZONTAL + }; + NavigationZoomStyle _get_navigation_zoom_style(const String& p_property); + enum NavigationMode { NAVIGATION_NONE, NAVIGATION_PAN, |
