Class FillBarVerticalWidget
- Namespace
- TaleWorlds.GauntletUI.ExtraWidgets
- Assembly
- TaleWorlds.GauntletUI.ExtraWidgets.dll
public class FillBarVerticalWidget : Widget
- Inheritance
-
FillBarVerticalWidget
- Derived
- Inherited Members
Constructors
FillBarVerticalWidget(UIContext)
public FillBarVerticalWidget(UIContext context)
Parameters
context
UIContext
Properties
ChangeWidget
public Widget ChangeWidget { get; set; }
Property Value
ContainerWidget
public Widget ContainerWidget { get; set; }
Property Value
CurrentAmount
[Editor(false)]
public int CurrentAmount { get; set; }
Property Value
CurrentAmountAsFloat
[Editor(false)]
public float CurrentAmountAsFloat { get; set; }
Property Value
DividerWidget
public Widget DividerWidget { get; set; }
Property Value
FillWidget
public Widget FillWidget { get; set; }
Property Value
InitialAmount
[Editor(false)]
public int InitialAmount { get; set; }
Property Value
InitialAmountAsFloat
[Editor(false)]
public float InitialAmountAsFloat { get; set; }
Property Value
IsDirectionUpward
[Editor(false)]
public bool IsDirectionUpward { get; set; }
Property Value
MaxAmount
[Editor(false)]
public int MaxAmount { get; set; }
Property Value
MaxAmountAsFloat
[Editor(false)]
public float MaxAmountAsFloat { get; set; }
Property Value
Methods
OnRender(TwoDimensionContext, TwoDimensionDrawContext)
protected override void OnRender(TwoDimensionContext twoDimensionContext, TwoDimensionDrawContext drawContext)
Parameters
twoDimensionContext
TwoDimensionContextdrawContext
TwoDimensionDrawContext
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).