godot-docs
godot-docs copied to clipboard
Update getting started C# code, remove randomize
- Sync C# code with GDScript.
- Remove
randomizecalls.- This fixes one point of https://github.com/godotengine/godot-docs/issues/6744.
- Rename members that have been renamed in Godot's C# API for 4.0.
- Fixes https://github.com/godotengine/godot-docs/issues/6878.
- Change
deltaparameter type todoublein C#. - Follow our C# code style more closely.
- Other minor code fixes.