Class ScrollingTextWidget
- Namespace
- TaleWorlds.GauntletUI.ExtraWidgets
- Assembly
- TaleWorlds.GauntletUI.ExtraWidgets.dll
public class ScrollingTextWidget : TextWidget
- Inheritance
-
ScrollingTextWidget
- Inherited Members
Constructors
ScrollingTextWidget(UIContext)
public ScrollingTextWidget(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
OnRender(TwoDimensionContext, TwoDimensionDrawContext)
protected override void OnRender(TwoDimensionContext twoDimensionContext, TwoDimensionDrawContext drawContext)
Parameters
twoDimensionContext
TwoDimensionContextdrawContext
TwoDimensionDrawContext
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).