Table of Contents

Class PropertyBasedTooltipWidget

Namespace
TaleWorlds.MountAndBlade.GauntletUI.Widgets.Information
Assembly
TaleWorlds.MountAndBlade.GauntletUI.Widgets.dll
public class PropertyBasedTooltipWidget : TooltipWidget
Inheritance
PropertyBasedTooltipWidget
Inherited Members

Constructors

PropertyBasedTooltipWidget(UIContext)

public PropertyBasedTooltipWidget(UIContext context)

Parameters

context UIContext

Properties

AllyColor

public Color AllyColor { get; set; }

Property Value

Color

AllyTroopsTextBrush

[Editor(false)]
public Brush AllyTroopsTextBrush { get; set; }

Property Value

Brush

EnemyColor

public Color EnemyColor { get; set; }

Property Value

Color

EnemyTroopsTextBrush

[Editor(false)]
public Brush EnemyTroopsTextBrush { get; set; }

Property Value

Brush

Mode

[Editor(false)]
public int Mode { get; set; }

Property Value

int

NeutralColor

public Color NeutralColor { get; set; }

Property Value

Color

NeutralTroopsTextBrush

[Editor(false)]
public Brush NeutralTroopsTextBrush { get; set; }

Property Value

Brush

PropertyList

public ListPanel PropertyList { get; set; }

Property Value

ListPanel

PropertyListBackground

public Widget PropertyListBackground { get; set; }

Property Value

Widget

Methods

OnLateUpdate(float)

protected override void OnLateUpdate(float dt)

Parameters

dt float

OnUpdate(float)

protected override void OnUpdate(float dt)

Parameters

dt float

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