mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Add PackedVector4Array Variant type
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com> Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
This commit is contained in:
committed by
Rémi Verschelde
parent
b9e022302a
commit
f9b488508c
@@ -234,7 +234,8 @@ ReplicationEditor::ReplicationEditor() {
|
||||
Variant::PACKED_STRING_ARRAY,
|
||||
Variant::PACKED_VECTOR2_ARRAY,
|
||||
Variant::PACKED_VECTOR3_ARRAY,
|
||||
Variant::PACKED_COLOR_ARRAY
|
||||
Variant::PACKED_COLOR_ARRAY,
|
||||
Variant::PACKED_VECTOR4_ARRAY,
|
||||
};
|
||||
prop_selector->set_type_filter(types);
|
||||
prop_selector->connect("selected", callable_mp(this, &ReplicationEditor::_pick_node_property_selected));
|
||||
|
||||
Reference in New Issue
Block a user