Table of Contents

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

string

DefaultTextHorizontalAlignment

[Editor(false)]
public TextHorizontalAlignment DefaultTextHorizontalAlignment { get; set; }

Property Value

TextHorizontalAlignment

InbetweenScrollDuration

[Editor(false)]
public float InbetweenScrollDuration { get; set; }

Property Value

float

IsAutoScrolling

[Editor(false)]
public bool IsAutoScrolling { get; set; }

Property Value

bool

ScrollOnHoverWidget

[Editor(false)]
public Widget ScrollOnHoverWidget { get; set; }

Property Value

Widget

ScrollPerTick

[Editor(false)]
public float ScrollPerTick { get; set; }

Property Value

float

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 TwoDimensionContext
drawContext 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).