Table of Contents

Class FillBarVerticalClipWidget

Namespace
TaleWorlds.GauntletUI.ExtraWidgets
Assembly
TaleWorlds.GauntletUI.ExtraWidgets.dll
public class FillBarVerticalClipWidget : Widget
Inheritance
FillBarVerticalClipWidget
Inherited Members

Constructors

FillBarVerticalClipWidget(UIContext)

public FillBarVerticalClipWidget(UIContext context)

Parameters

context UIContext

Properties

ChangeWidget

public Widget ChangeWidget { get; set; }

Property Value

Widget

ClipWidget

public Widget ClipWidget { get; set; }

Property Value

Widget

ContainerWidget

public Widget ContainerWidget { get; set; }

Property Value

Widget

CurrentAmount

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

Property Value

int

CurrentAmountAsFloat

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

Property Value

float

DividerWidget

public Widget DividerWidget { get; set; }

Property Value

Widget

FillWidget

public Widget FillWidget { get; set; }

Property Value

Widget

InitialAmount

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

Property Value

int

InitialAmountAsFloat

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

Property Value

float

IsDirectionUpward

[Editor(false)]
public bool IsDirectionUpward { 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

OnLateUpdate(float)

protected override void OnLateUpdate(float dt)

Parameters

dt float

OnRender(TwoDimensionContext, TwoDimensionDrawContext)

protected override void OnRender(TwoDimensionContext twoDimensionContext, TwoDimensionDrawContext drawContext)

Parameters

twoDimensionContext TwoDimensionContext
drawContext TwoDimensionDrawContext

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