Reorganize Project Settings
-Advanced Settings toggle also hides advanced properties when disabled -Simplified Advanced Bar (errors were just plain redundant) -Reorganized rendering quality settings. -Reorganized miscelaneous settings for clean up.
This commit is contained in:
parent
8eaea1db53
commit
64140eaf42
64 changed files with 523 additions and 476 deletions
|
|
@ -313,6 +313,8 @@ class EditorInspector : public ScrollContainer {
|
|||
String property_prefix; //used for sectioned inspector
|
||||
String object_class;
|
||||
|
||||
bool restrict_to_basic = false;
|
||||
|
||||
void _edit_set(const String &p_name, const Variant &p_value, bool p_refresh_all, const String &p_changed_field);
|
||||
|
||||
void _property_changed(const String &p_path, const Variant &p_value, const String &p_name = "", bool p_changing = false);
|
||||
|
|
@ -400,6 +402,8 @@ public:
|
|||
|
||||
void set_use_deletable_properties(bool p_enabled);
|
||||
|
||||
void set_restrict_to_basic_settings(bool p_restrict);
|
||||
|
||||
EditorInspector();
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue