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
AllyTroopsTextBrush
[Editor(false)]
public Brush AllyTroopsTextBrush { get; set; }
Property Value
EnemyColor
public Color EnemyColor { get; set; }
Property Value
EnemyTroopsTextBrush
[Editor(false)]
public Brush EnemyTroopsTextBrush { get; set; }
Property Value
Mode
[Editor(false)]
public int Mode { get; set; }
Property Value
NeutralColor
public Color NeutralColor { get; set; }
Property Value
NeutralTroopsTextBrush
[Editor(false)]
public Brush NeutralTroopsTextBrush { get; set; }
Property Value
PropertyList
public ListPanel PropertyList { get; set; }
Property Value
PropertyListBackground
public Widget PropertyListBackground { get; set; }
Property Value
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).