Click or drag to resize

CharFXTransformVisible Property

If true, the character will be drawn. If false, the character will be hidden. Characters around hidden characters will reflow to take the space of hidden characters. If this is not desired, set their Color to Color(1, 1, 1, 0) instead.

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

Property Value

Type: Boolean
See Also