This website requires JavaScript.
Explore
Help
Sign In
nick
/
godot
Watch
1
Star
0
Fork
0
You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced
2026-03-10 21:06:13 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a968e514148f3b9be8c1bdff38fffe6972976df2
godot
/
modules
/
mono
/
editor
/
Godot.NET.Sdk
/
Godot.SourceGenerators.Sample
History
Raul Santos
a968e51414
C#: Renames to follow .NET naming conventions
...
Renamed C# types and members to use PascalCase and follow .NET naming conventions.
2023-01-27 02:04:17 +01:00
..
Bar.cs
…
EventSignals.cs
C#: Add source generator for signals as events
2022-08-22 03:36:52 +02:00
ExportedFields.cs
C#: Renames to follow .NET naming conventions
2023-01-27 02:04:17 +01:00
ExportedProperties.cs
C#: Renames to follow .NET naming conventions
2023-01-27 02:04:17 +01: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
MoreExportedFields.cs
Fully qualify C# default values in exported fields.
2022-11-22 18:10:34 -05:00
ScriptBoilerplate.cs
C#: Assume 64-bit types when type has no meta
2022-09-01 10:29:52 +02:00