virtualx-engine/modules/mono/editor/Godot.NET.Sdk
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
..
Godot.NET.Sdk Fix C# solution directory settings 2022-12-02 22:01:15 +08:00
Godot.SourceGenerators C#: Fix exported properties of GodotObject[] type 2022-12-11 22:29:31 +01:00
Godot.SourceGenerators.Sample C#: Fix Generated ScriptProperty Error. 2022-11-27 17:40:40 +08:00
Godot.NET.Sdk.sln C#: Begin move to .NET Core 2022-08-22 03:35:59 +02:00