virtualx-engine/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
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
Godot.SourceGenerators.Sample.csproj
Methods.cs
ScriptBoilerplate.cs C#: Assume 64-bit types when type has no meta 2022-09-01 10:29:52 +02:00