RichTextEffect_ProcessCustomFx Method |
Override this method to modify properties in char_fx. 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.
Namespace: Godot
public virtual bool _ProcessCustomFx( CharFXTransform charFx )
[Missing <param name="charFx"/> documentation for "M:Godot.RichTextEffect._ProcessCustomFx(Godot.CharFXTransform)"]
[Missing <returns> documentation for "M:Godot.RichTextEffect._ProcessCustomFx(Godot.CharFXTransform)"]