Files
godot-docs/tutorials
Paul Joannon ac22d6e537 Update & fix C# blocks under tutorials/scripting/
- `_Process` and `_PhysicsProcess` take their delta argument as a `double`
- Use string interpolation instead of concatenating strings
- Use `string` instead of `String` (`using System` was removed from everywhere in a previous PR)
- Use `System.Array.Empty<T>()` to init empty arrays
- Use `SignalName.*` instead of `nameof(*)` for signals
- Do not use `event` as an argument name (that's a keyword)
- Match node paths to screenshots when retrieving nodes from the tree
- Add a C# example for scene unique nodes
- Update the "Cross language scripting" page
- Add a note about using `is` against `null`
2023-01-13 20:41:23 +01:00
..
2023-01-12 19:38:20 +01:00
2023-01-12 19:38:20 +01:00
2023-01-12 19:38:20 +01:00
2023-01-12 19:38:20 +01:00
2023-01-12 19:38:20 +01:00
2023-01-12 19:38:20 +01:00
2022-11-29 16:34:25 +01:00
2023-01-12 19:38:20 +01:00