Click or drag to resize

RichTextLabelPercentVisible Property

The range of characters to display, as a Single between 0.0 and 1.0. When assigned an out of range value, it's the same as assigning 1.0.

Note: Setting this property updates VisibleCharacters based on current GetTotalCharacterCount.

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

Property Value

Type: Single
See Also