1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-04 17:04:49 +00:00

Rework scene creation dialog

This commit is contained in:
kobewi
2022-07-05 19:37:59 +02:00
parent 32ef964b0f
commit cda0692159
6 changed files with 448 additions and 52 deletions

View File

@@ -99,6 +99,7 @@ public:
void set_base_type(const String &p_base);
String get_base_type() const;
void select_base();
void set_preferred_search_result_type(const String &p_preferred_type);
String get_preferred_search_result_type();