Click or drag to resize

RichTextLabelCustomEffects Property

The currently installed custom effects. This is an array of RichTextEffects.

To add a custom effect, it's more convenient to use InstallEffect(Object).

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Array CustomEffects { get; set; }

Property Value

Type: Array
See Also