Table of Contents

Class FillBar

Namespace
TaleWorlds.GauntletUI.ExtraWidgets
Assembly
TaleWorlds.GauntletUI.ExtraWidgets.dll
public class FillBar : BrushWidget
Inheritance
FillBar
Derived
Inherited Members

Constructors

FillBar(UIContext)

public FillBar(UIContext context)

Parameters

context UIContext

Properties

CurrentAmount

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

Property Value

int

CurrentAmountAsFloat

[Editor(false)]
public float CurrentAmountAsFloat { get; set; }

Property Value

float

InitialAmount

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

Property Value

int

InitialAmountAsFloat

[Editor(false)]
public float InitialAmountAsFloat { get; set; }

Property Value

float

IsSmoothFillEnabled

[Editor(false)]
public bool IsSmoothFillEnabled { get; set; }

Property Value

bool

IsVertical

[Editor(false)]
public bool IsVertical { get; set; }

Property Value

bool

MaxAmount

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

Property Value

int

MaxAmountAsFloat

[Editor(false)]
public float MaxAmountAsFloat { get; set; }

Property Value

float

Methods

OnRender(TwoDimensionContext, TwoDimensionDrawContext)

protected override void OnRender(TwoDimensionContext twoDimensionContext, TwoDimensionDrawContext drawContext)

Parameters

twoDimensionContext TwoDimensionContext
drawContext TwoDimensionDrawContext

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