Quellcode durchsuchen

Merge pull request #11190 from BenBlueeeee/patch-1

Remove reference to non-existent "identity" property in bbcode tutorial
Matthew vor 2 Monaten
Ursprung
Commit
84f15cdeb5
1 geänderte Dateien mit 0 neuen und 2 gelöschten Zeilen
  1. 0 2
      tutorials/ui/bbcode_in_richtextlabel.rst

+ 0 - 2
tutorials/ui/bbcode_in_richtextlabel.rst

@@ -1139,8 +1139,6 @@ This is where the logic of each effect takes place and is called once per glyph
 during the draw phase of text rendering. This passes in a :ref:`class_CharFXTransform`
 during the draw phase of text rendering. This passes in a :ref:`class_CharFXTransform`
 object, which holds a few variables to control how the associated glyph is rendered:
 object, which holds a few variables to control how the associated glyph is rendered:
 
 
-- ``identity`` specifies which custom effect is being processed. You should use that for
-  code flow control.
 - ``outline`` is ``true`` if effect is called for drawing text outline.
 - ``outline`` is ``true`` if effect is called for drawing text outline.
 - ``range`` tells you how far into a given custom effect block you are in as an
 - ``range`` tells you how far into a given custom effect block you are in as an
   index.
   index.