Class IntegerInputTextWidget
- Namespace
- TaleWorlds.GauntletUI.BaseTypes
- Assembly
- TaleWorlds.GauntletUI.dll
public class IntegerInputTextWidget : EditableTextWidget
- Inheritance
-
IntegerInputTextWidget
- Inherited Members
- Extension Methods
Constructors
IntegerInputTextWidget(UIContext)
public IntegerInputTextWidget(UIContext context)
Parameters
context
UIContext
Properties
EnableClamp
public bool EnableClamp { get; set; }
Property Value
IntText
[Editor(false)]
public int IntText { get; set; }
Property Value
MaxInt
[Editor(false)]
public int MaxInt { get; set; }
Property Value
MinInt
[Editor(false)]
public int MinInt { get; set; }
Property Value
Methods
HandleInput(IReadOnlyList<int>)
public override void HandleInput(IReadOnlyList<int> lastKeysPressed)
Parameters
lastKeysPressed
IReadOnlyList<int>
SetAllText(string)
public override void SetAllText(string text)
Parameters
text
string
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).