Dictionary editing support in inspector
This commit is contained in:
parent
eded061668
commit
9b567cc549
5 changed files with 613 additions and 3 deletions
|
|
@ -2648,6 +2648,8 @@ bool EditorInspectorDefaultPlugin::parse_property(Object *p_object, Variant::Typ
|
|||
|
||||
} break;
|
||||
case Variant::DICTIONARY: {
|
||||
EditorPropertyDictionary *editor = memnew(EditorPropertyDictionary);
|
||||
add_property_editor(p_path, editor);
|
||||
} break;
|
||||
case Variant::ARRAY: {
|
||||
EditorPropertyArray *editor = memnew(EditorPropertyArray);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue