You've already forked godot
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:
committed by
Rémi Verschelde
parent
bbd381c987
commit
93555d9ccc
@@ -225,6 +225,12 @@ public:
|
||||
NAVIGATION_MODO,
|
||||
};
|
||||
|
||||
enum FreelookNavigationScheme {
|
||||
FREELOOK_DEFAULT,
|
||||
FREELOOK_PARTIALLY_AXIS_LOCKED,
|
||||
FREELOOK_FULLY_AXIS_LOCKED,
|
||||
};
|
||||
|
||||
private:
|
||||
int index;
|
||||
String name;
|
||||
|
||||
Reference in New Issue
Block a user