Class FloatInputTextWidget
- Namespace
- TaleWorlds.GauntletUI.BaseTypes
- Assembly
- TaleWorlds.GauntletUI.dll
public class FloatInputTextWidget : EditableTextWidget
- Inheritance
-
FloatInputTextWidget
- Inherited Members
- Extension Methods
Constructors
FloatInputTextWidget(UIContext)
public FloatInputTextWidget(UIContext context)
Parameters
context
UIContext
Properties
EnableClamp
public bool EnableClamp { get; set; }
Property Value
FloatText
[Editor(false)]
public float FloatText { get; set; }
Property Value
MaxFloat
[Editor(false)]
public float MaxFloat { get; set; }
Property Value
MinFloat
[Editor(false)]
public float MinFloat { 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).