godot/modules/mono/editor/Godot.NET.Sdk/Godot.SourceGenerators.Sample
Raul Santos 9a10701c69
C#: Assume 64-bit types when type has no meta
When the C# bindings generator finds a type without meta assume the type
refers to the 64-bit version of the type:
- `float` is converted to `double`
- `int` is converted to `long`
2022-09-01 10:29:52 +02:00
..
Bar.cs
EventSignals.cs C#: Add source generator for signals as events 2022-08-22 03:36:52 +02:00
ExportedFields.cs Fix C# style with `dotnet format` 2022-08-27 03:22:31 +02:00
ExportedProperties.cs Fix C# style with `dotnet format` 2022-08-27 03:22:31 +02:00
Foo.cs
Generic.cs C#: Add source generator for properties and exports default values 2022-08-22 03:36:51 +02:00
Godot.SourceGenerators.Sample.csproj C#: Upgrade to .NET 6 (5.0 -> 6.0) 2022-08-22 03:36:51 +02:00
Methods.cs C#: Add source generator for method list 2022-08-22 03:36:52 +02:00
ScriptBoilerplate.cs C#: Assume 64-bit types when type has no meta 2022-09-01 10:29:52 +02:00