Allow changing feature profile via EditorInterface

This commit is contained in:
RedMser
2023-03-04 20:27:56 +01:00
parent 6588a4a29a
commit 8e0e81ced3
6 changed files with 74 additions and 16 deletions

View File

@ -104,6 +104,9 @@ public:
void popup_dialog_centered_ratio(Window *p_dialog, float p_ratio = 0.8);
void popup_dialog_centered_clamped(Window *p_dialog, const Size2i &p_size = Size2i(), float p_fallback_ratio = 0.75);
String get_current_feature_profile() const;
void set_current_feature_profile(const String &p_profile_name);
// Editor docks.
FileSystemDock *get_file_system_dock() const;