godotClassName

    RichTextEffect.swift:17
    override class var godotClassName: StringName { get }

    Overrides

    Other members in extension

    Instance members

    Show implementation details (1)

    Hide implementation details

    • func _processCustomFx(charFx: CharFXTransform?) -> Bool

      Override this method to modify properties in charFx. The method must return true if the character could be transformed successfully. If the method returns false, it will skip transformation to avoid displaying broken text.