godot/modules/mono/glue/GodotSharp
Raul Santos 7eb8325180
Fix C# examples in documentation
- Fix documentation after C# renames.
- Add missing `partial` in C# class declarations.
- Change `delta` parameter type to `double` in C#.
- Ensure parameters match base declaration.
- Use `$` string interpolation in C#.
- Fix invalid or outdated C# code.
- Changed some examples to follow our style guide more closely.
2023-01-31 19:04:07 +01:00
..
ExternalAnnotations
Godot.SourceGenerators.Internal C#: Add global:: namespace to generated source 2022-11-26 01:13:16 +01:00
GodotPlugins C#: Rename Object to GodotObject 2023-01-27 02:04:18 +01:00
GodotSharp Fix C# examples in documentation 2023-01-31 19:04:07 +01:00
GodotSharpEditor
.editorconfig
.gitignore
GodotSharp.sln
GodotSharp.sln.DotSettings Rename all gdnative occurences to gdextension 2022-12-12 11:04:57 +01:00