We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b28cc97 commit fee59c2Copy full SHA for fee59c2
godot-core/src/registry/property.rs
@@ -414,6 +414,7 @@ mod export_impls {
414
415
// Dictionary: will need to be done manually once they become typed.
416
impl_property_by_godot_convert!(Dictionary);
417
+ impl_property_by_godot_convert!(Variant);
418
419
// Packed arrays: we manually implement `Export`.
420
impl_property_by_godot_convert!(PackedByteArray, no_export);
0 commit comments