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.
This commit is contained in:
parent
8612c12be6
commit
7eb8325180
35 changed files with 295 additions and 278 deletions
|
|
@ -13,7 +13,7 @@
|
|||
[/gdscript]
|
||||
[csharp]
|
||||
// The RichTextEffect will be usable like this: `[example]Some text[/example]`
|
||||
public string bbcode = "example";
|
||||
string bbcode = "example";
|
||||
[/csharp]
|
||||
[/codeblocks]
|
||||
[b]Note:[/b] As soon as a [RichTextLabel] contains at least one [RichTextEffect], it will continuously process the effect unless the project is paused. This may impact battery life negatively.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue