Click or drag to resize

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
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public virtual bool _ProcessCustomFx(
	CharFXTransform charFx
)

Parameters

charFx
Type: GodotCharFXTransform

[Missing <param name="charFx"/> documentation for "M:Godot.RichTextEffect._ProcessCustomFx(Godot.CharFXTransform)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Godot.RichTextEffect._ProcessCustomFx(Godot.CharFXTransform)"]

See Also