From 0541c746eefab98e5fd0786bbca0639c1a47390d Mon Sep 17 00:00:00 2001
From: bruvzg <7645683+bruvzg@users.noreply.github.com>
Date: Fri, 2 Dec 2022 09:50:54 +0200
Subject: [RichTextEffect] Restore missing `relative_index` property.
---
doc/classes/CharFXTransform.xml | 3 +++
1 file changed, 3 insertions(+)
(limited to 'doc')
diff --git a/doc/classes/CharFXTransform.xml b/doc/classes/CharFXTransform.xml
index c98b194a4d..a6f707383f 100644
--- a/doc/classes/CharFXTransform.xml
+++ b/doc/classes/CharFXTransform.xml
@@ -46,6 +46,9 @@
Absolute character range in the string, corresponding to the glyph. Setting this property won't affect drawing.
+
+ The character offset of the glyph, relative to the current [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.
--
cgit v1.2.3