Open Class Propertymigueldeicaza.swiftgodot 0.45.0SwiftGodot
godotClassName
RichTextEffect.swift:17override 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 returntrue
if the character could be transformed successfully. If the method returnsfalse
, it will skip transformation to avoid displaying broken text.