Click or drag to resize

RichTextLabelInstallEffect Method

Installs a custom effect. effect should be a valid RichTextEffect.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void InstallEffect(
	Object effect
)

Parameters

effect
Type: SystemObject

[Missing <param name="effect"/> documentation for "M:Godot.RichTextLabel.InstallEffect(System.Object)"]

See Also