Click or drag to resize

RichTextLabelSetEffects Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.RichTextLabel.SetEffects(Godot.Collections.Array)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetEffects is deprecated. Use the CustomEffects property instead.")]
public void SetEffects(
	Array effects
)

Parameters

effects
Type: Godot.CollectionsArray

[Missing <param name="effects"/> documentation for "M:Godot.RichTextLabel.SetEffects(Godot.Collections.Array)"]

See Also