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
Properties
Clamped
[Editor(false)]
public bool Clamped { get; set; }
Property Value
CounterTime
public float CounterTime { get; set; }
Property Value
FloatTarget
[Editor(false)]
public float FloatTarget { get; set; }
Property Value
IntTarget
[Editor(false)]
public int IntTarget { get; set; }
Property Value
MaxValue
[Editor(false)]
public float MaxValue { get; set; }
Property Value
MinValue
[Editor(false)]
public float MinValue { get; set; }
Property Value
ShowFloatingPoint
[Editor(false)]
public bool ShowFloatingPoint { get; set; }
Property Value
ShowSign
[Editor(false)]
public bool ShowSign { get; set; }
Property Value
Methods
ForceSetValue(float)
public void ForceSetValue(float value)
Parameters
value
float
OnRender(TwoDimensionContext, TwoDimensionDrawContext)
protected override void OnRender(TwoDimensionContext twoDimensionContext, TwoDimensionDrawContext drawContext)
Parameters
twoDimensionContext
TwoDimensionContextdrawContext
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).