Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix C# examples in documentation for 4.0 #72462

Merged
merged 1 commit into from
Feb 1, 2023

Conversation

raulsntos
Copy link
Member

@raulsntos raulsntos commented Jan 31, 2023

  • 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.
  • Related PR in the Docs repo: Update some C# examples for 4.0 godot-docs#6693.

@raulsntos raulsntos added this to the 4.0 milestone Jan 31, 2023
@raulsntos raulsntos requested review from a team as code owners January 31, 2023 17:38
- 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.
@akien-mga akien-mga merged commit 6749f1f into godotengine:master Feb 1, 2023
@akien-mga
Copy link
Member

Thanks!

@akien-mga akien-mga added the bug label Feb 1, 2023
@raulsntos raulsntos deleted the docs/dotnet-renames branch February 1, 2023 10:13
@raulsntos raulsntos mentioned this pull request Jun 10, 2023
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants