Class NumericUpDownWidget
- Namespace
- TaleWorlds.MountAndBlade.GauntletUI.Widgets
- Assembly
- TaleWorlds.MountAndBlade.GauntletUI.Widgets.dll
public class NumericUpDownWidget : Widget
- Inheritance
-
NumericUpDownWidget
- Inherited Members
Constructors
NumericUpDownWidget(UIContext)
public NumericUpDownWidget(UIContext context)
Parameters
context
UIContext
Properties
DownButton
[Editor(false)]
public ButtonWidget DownButton { get; set; }
Property Value
IntValue
[Editor(false)]
public int IntValue { get; set; }
Property Value
MaxValue
[Editor(false)]
public float MaxValue { get; set; }
Property Value
MinValue
[Editor(false)]
public float MinValue { get; set; }
Property Value
ShowOneAdded
[Editor(false)]
public bool ShowOneAdded { get; set; }
Property Value
TextWidget
[Editor(false)]
public TextWidget TextWidget { get; set; }
Property Value
UpButton
[Editor(false)]
public ButtonWidget UpButton { get; set; }
Property Value
Value
[Editor(false)]
public float Value { get; set; }
Property Value
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).