1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-10 13:00:37 +00:00

Add editor freelook navigation scheme settings

Depending on what one is trying to achieve, a different freelook mode
may be more desirable.

This closes #34034.

(cherry picked from commit 8a48fb3517)
This commit is contained in:
Hugo Locurcio
2020-04-18 16:20:35 +02:00
committed by Rémi Verschelde
parent bbd381c987
commit 93555d9ccc
3 changed files with 28 additions and 2 deletions

View File

@@ -225,6 +225,12 @@ public:
NAVIGATION_MODO,
};
enum FreelookNavigationScheme {
FREELOOK_DEFAULT,
FREELOOK_PARTIALLY_AXIS_LOCKED,
FREELOOK_FULLY_AXIS_LOCKED,
};
private:
int index;
String name;