Table of Contents

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

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

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