Table of Contents

Class CounterTextBrushWidget

Namespace
TaleWorlds.MountAndBlade.GauntletUI.Widgets
Assembly
TaleWorlds.MountAndBlade.GauntletUI.Widgets.dll
public class CounterTextBrushWidget : BrushWidget
Inheritance
CounterTextBrushWidget
Inherited Members

Constructors

CounterTextBrushWidget(UIContext)

public CounterTextBrushWidget(UIContext context)

Parameters

context UIContext

Fields

_clamped

public bool _clamped

Field Value

bool

Properties

Clamped

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

Property Value

bool

CounterTime

public float CounterTime { get; set; }

Property Value

float

FloatTarget

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

Property Value

float

IntTarget

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

Property Value

int

MaxValue

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

Property Value

float

MinValue

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

Property Value

float

ShowFloatingPoint

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

Property Value

bool

ShowSign

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

Property Value

bool

Methods

ForceSetValue(float)

public void ForceSetValue(float value)

Parameters

value float

OnRender(TwoDimensionContext, TwoDimensionDrawContext)

protected override void OnRender(TwoDimensionContext twoDimensionContext, TwoDimensionDrawContext drawContext)

Parameters

twoDimensionContext TwoDimensionContext
drawContext TwoDimensionDrawContext

SetInitialValue(float)

public void SetInitialValue(float value)

Parameters

value float

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