Table of Contents

Class RichTextWidget

Namespace
TaleWorlds.GauntletUI.BaseTypes
Assembly
TaleWorlds.GauntletUI.dll
public class RichTextWidget : BrushWidget
Inheritance
RichTextWidget
Derived
Inherited Members
Extension Methods

Constructors

RichTextWidget(UIContext)

public RichTextWidget(UIContext context)

Parameters

context UIContext

Fields

_renderXOffset

protected float _renderXOffset

Field Value

float

_richText

protected readonly RichText _richText

Field Value

RichText

Properties

CanBreakWords

public bool CanBreakWords { get; set; }

Property Value

bool

LinkHoverCursorState

[Editor(false)]
public string LinkHoverCursorState { get; set; }

Property Value

string

Text

[Editor(false)]
public string Text { get; set; }

Property Value

string

Methods

OnBrushChanged()

public override void OnBrushChanged()

OnLateUpdate(float)

protected override void OnLateUpdate(float dt)

Parameters

dt float

OnMouseAlternatePressed()

protected override void OnMouseAlternatePressed()

OnMouseAlternateReleased()

protected override void OnMouseAlternateReleased()

OnMousePressed()

protected override void OnMousePressed()

OnMouseReleased()

protected override void OnMouseReleased()

OnRender(TwoDimensionContext, TwoDimensionDrawContext)

protected override void OnRender(TwoDimensionContext twoDimensionContext, TwoDimensionDrawContext drawContext)

Parameters

twoDimensionContext TwoDimensionContext
drawContext TwoDimensionDrawContext

RefreshState()

protected override void RefreshState()

SetText(string)

protected virtual void SetText(string value)

Parameters

value string

This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).