godot/modules/mono/glue/GodotSharp
Ignacio Roldán Etcheverry 67db89988d C#: Ensure we only create one CSharpScript per type
Previously, for each scripts class instance that was created from code
rather than by the engine, we were constructing, configuring and
assigning a new CSharpScript.
This has changed now and we make sure there's only one CSharpScript
associated to each type.
2022-08-22 03:36:51 +02:00
..
GodotPlugins C#/netcore: Add base desktop game export implementation 2022-08-22 03:36:51 +02:00
GodotSharp C#: Ensure we only create one CSharpScript per type 2022-08-22 03:36:51 +02:00
GodotSharpEditor C#: Begin move to .NET Core 2022-08-22 03:35:59 +02:00
.editorconfig C#: Code cleanup and greatly reduce use of C# pointers 2022-08-22 03:36:51 +02:00
.gitignore
GodotSharp.sln C#: Begin move to .NET Core 2022-08-22 03:35:59 +02:00
GodotSharp.sln.DotSettings C#: Move marshaling logic and generated glue to C# 2022-08-22 03:35:59 +02:00