Class ScrollingRichTextWidget
- Namespace
- TaleWorlds.GauntletUI.ExtraWidgets
- Assembly
- TaleWorlds.GauntletUI.ExtraWidgets.dll
public class ScrollingRichTextWidget : RichTextWidget
- Inheritance
-
ScrollingRichTextWidget
- Inherited Members
Constructors
ScrollingRichTextWidget(UIContext)
public ScrollingRichTextWidget(UIContext context)
Parameters
context
UIContext
Properties
ActualText
public string ActualText { get; }
Property Value
DefaultTextHorizontalAlignment
[Editor(false)]
public TextHorizontalAlignment DefaultTextHorizontalAlignment { get; set; }
Property Value
InbetweenScrollDuration
[Editor(false)]
public float InbetweenScrollDuration { get; set; }
Property Value
IsAutoScrolling
[Editor(false)]
public bool IsAutoScrolling { get; set; }
Property Value
ScrollOnHoverWidget
[Editor(false)]
public Widget ScrollOnHoverWidget { get; set; }
Property Value
ScrollPerTick
[Editor(false)]
public float ScrollPerTick { get; set; }
Property Value
Methods
OnBrushChanged()
public override void OnBrushChanged()
OnLateUpdate(float)
protected override void OnLateUpdate(float dt)
Parameters
dt
float
SetText(string)
protected override void SetText(string value)
Parameters
value
string
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).