Files
godot/modules
Ignacio Roldán Etcheverry 5c6c766732 C#: Fix exported properties of GodotObject[] type
This was a regression from 17b2838f39.
`MarshalUtils` was changed in the source generators to use
`ConvertTo<T>` and `CreateFrom<T>`, which don't support `GodotObject[]`
because it would need reflection.
As such, we need to keep the custom cases for `GodotObject[]` in
`MarshalUtils`.
2022-12-11 22:29:31 +01:00
..
2022-10-14 14:34:15 +02:00
2022-10-14 14:34:15 +02:00
2022-10-14 14:34:15 +02:00
2022-10-14 14:34:15 +02:00
2022-12-02 01:34:05 +11:00
2022-10-14 14:34:15 +02:00
2022-09-01 13:13:19 +02:00
2022-12-05 21:46:47 -05:00
2022-10-14 14:34:15 +02:00
2022-10-14 14:34:15 +02:00
2022-12-08 09:40:49 +08:00
2022-12-01 21:46:30 -06:00