CharFXTransform.character

The Unicode codepoint the character will use. This only affects non-whitespace characters. @GDScript.ord can be useful here. For example, the following will replace all characters with asterisks:

More...
  1. long character [@property getter]
  2. long character [@property setter]
    struct CharFXTransform
    @nogc nothrow @property
    void
    character
    (
    long v
    )

Detailed Description

# char_fx is the CharFXTransform parameter from _process_custom_fx(). # See the RichTextEffect documentation for details. char_fx.character = ord("*")

Meta