Elin Decompiled Documentation EA 23.102 Nightly
|
Public Types | |
enum | Type { Number , Name } |
Public Member Functions | |
void | OnValueChange (string s) |
void | SetMinMax (int _min, int _max) |
void | SetMin () |
void | SetMax () |
void | ModNum (int a) |
void | Validate () |
void | Focus () |
Public Attributes | |
Type | type |
InputField | field |
bool | number |
bool | showMax |
int | min |
int | max |
Action< int > | onValueChanged |
Text | textMax |
UIButton[] | buttons |
Properties | |
int | Num [get, set] |
string | Text [get, set] |
Private Member Functions | |
void | Awake () |
void | Update () |
Private Attributes | |
float | timer |
Definition at line 5 of file UIInputText.cs.
enum UIInputText.Type |
Enumerator | |
---|---|
Number | |
Name |
Definition at line 7 of file UIInputText.cs.
|
inlineprivate |
Definition at line 58 of file UIInputText.cs.
References buttons, field, FontSource.font, SkinManager.fontSet, SkinManager.Instance, OnValueChange(), SkinManager.FontData.source, and SkinManager.FontSet.ui.
|
inline |
Definition at line 128 of file UIInputText.cs.
References field.
Referenced by Dialog.OnAfterInit().
|
inline |
Definition at line 98 of file UIInputText.cs.
References Num, and OnValueChange().
|
inline |
Definition at line 65 of file UIInputText.cs.
References Num, onValueChanged, and Validate().
|
inline |
Definition at line 91 of file UIInputText.cs.
References max, Num, and OnValueChange().
|
inline |
Definition at line 84 of file UIInputText.cs.
References min, Num, and OnValueChange().
|
inline |
Definition at line 74 of file UIInputText.cs.
References max, min, and textMax.
Referenced by LayerCraft.RefreshInputNum().
|
inlineprivate |
Definition at line 134 of file UIInputText.cs.
References buttons, EInput.leftMouse, ButtonState.pressedLong, and timer.
|
inline |
Definition at line 113 of file UIInputText.cs.
References max, min, Num, and type.
Referenced by OnValueChange(), and LayerCraft.RefreshInputNum().
UIButton [] UIInputText.buttons |
Definition at line 29 of file UIInputText.cs.
InputField UIInputText.field |
Definition at line 15 of file UIInputText.cs.
Referenced by Awake(), Focus(), and Dialog.OnKill().
int UIInputText.max |
Definition at line 23 of file UIInputText.cs.
Referenced by SetMax(), SetMinMax(), and Validate().
int UIInputText.min |
Definition at line 21 of file UIInputText.cs.
Referenced by SetMin(), SetMinMax(), and Validate().
bool UIInputText.number |
Definition at line 17 of file UIInputText.cs.
Action<int> UIInputText.onValueChanged |
Definition at line 25 of file UIInputText.cs.
Referenced by OnValueChange().
bool UIInputText.showMax |
Definition at line 19 of file UIInputText.cs.
Text UIInputText.textMax |
Definition at line 27 of file UIInputText.cs.
Referenced by SetMinMax().
|
private |
Definition at line 31 of file UIInputText.cs.
Referenced by Update().
Type UIInputText.type |
Definition at line 13 of file UIInputText.cs.
Referenced by Validate().
|
getset |
Definition at line 33 of file UIInputText.cs.
Referenced by LayerCraft.GetReqIngredient(), ModNum(), LayerCraft.OnClickCraft(), OnValueChange(), LayerCraft.RefreshProduct(), SetMax(), SetMin(), and Validate().
|
getset |
Definition at line 46 of file UIInputText.cs.
Referenced by Dialog.InputName(), and Dialog.OnKill().