You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-19 14:31:59 +00:00
Add priority to gizmos and fix small issues
User defined gizmos will haave higher preference than editor gizmos by default. Also fixed some inconsistencies in the gizmos menu when using custom gizmos.
This commit is contained in:
@@ -62,6 +62,7 @@ protected:
|
||||
|
||||
public:
|
||||
String get_name() const;
|
||||
int get_priority() const;
|
||||
PathSpatialGizmoPlugin();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user