Class AgentHealthWidget
- Namespace
- TaleWorlds.MountAndBlade.GauntletUI.Widgets.Mission
- Assembly
- TaleWorlds.MountAndBlade.GauntletUI.Widgets.dll
public class AgentHealthWidget : Widget
- Inheritance
-
AgentHealthWidget
- Inherited Members
Constructors
AgentHealthWidget(UIContext)
public AgentHealthWidget(UIContext context)
Parameters
context
UIContext
Properties
Health
[Editor(false)]
public int Health { get; set; }
Property Value
HealthBar
[Editor(false)]
public FillBarWidget HealthBar { get; set; }
Property Value
HealthDropBrush
[Editor(false)]
public Brush HealthDropBrush { get; set; }
Property Value
HealthDropContainer
[Editor(false)]
public Widget HealthDropContainer { get; set; }
Property Value
MaxHealth
[Editor(false)]
public int MaxHealth { get; set; }
Property Value
ShowHealthBar
[Editor(false)]
public bool ShowHealthBar { get; set; }
Property Value
Methods
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).