diff --git a/doc/classes/CharFXTransform.xml b/doc/classes/CharFXTransform.xml index 655dff38942..7879bada9c8 100644 --- a/doc/classes/CharFXTransform.xml +++ b/doc/classes/CharFXTransform.xml @@ -14,7 +14,7 @@ - The index of the current character (starting from 0). Setting this property won't affect drawing. + The index of the current character (starting from 0) for the [RichTextLabel]'s BBCode text. Setting this property won't affect drawing. The Unicode codepoint the character will use. This only affects non-whitespace characters. [method @GDScript.ord] can be useful here. For example, the following will replace all characters with asterisks: @@ -42,7 +42,7 @@ The position offset the character will be drawn with (in pixels). - The index of the current character (starting from 0). Setting this property won't affect drawing. + The index of the current character (starting from 0) for this [RichTextEffect] custom block. Setting this property won't affect drawing. If [code]true[/code], the character will be drawn. If [code]false[/code], the character will be hidden. Characters around hidden characters will reflow to take the space of hidden characters. If this is not desired, set their [member color] to [code]Color(1, 1, 1, 0)[/code] instead.