Elin Decompiled Documentation EA 23.102 Nightly
|
Public Member Functions | |
void | RegisterInputField (UiInputField input) |
void | UnregisterInputField (UiInputField input) |
![]() | |
override void | Elect () |
Private Member Functions | |
void | Start () |
void | Update () |
void | TrySelectNextInput () |
void | CheckIfAnyInputIsSelected () |
void | SelectNextInput () |
void | IterateSelectableIndex () |
Private Attributes | |
EventSystem | currentEventSystem |
List< UiInputField > | activeInputs = new List<UiInputField>() |
int | currentActiveInputIndex = -1 |
Additional Inherited Members | |
![]() | |
static bool | Exists () |
![]() | |
void | Abdicate () |
virtual void | OnDestroy () |
![]() | |
static T?? | Instance [get] |
static T | InstanceOrNull [get] |
static Transform | STransform [get] |
static Vector3 | SPosition [get, set] |
static GameObject | SGameObject [get] |
Definition at line 5 of file InputFieldsTabSwitcher.cs.
|
inlineprivate |
Definition at line 32 of file InputFieldsTabSwitcher.cs.
References activeInputs, currentActiveInputIndex, and currentEventSystem.
Referenced by TrySelectNextInput().
|
inlineprivate |
Definition at line 52 of file InputFieldsTabSwitcher.cs.
References activeInputs, and currentActiveInputIndex.
Referenced by SelectNextInput().
|
inline |
Definition at line 58 of file InputFieldsTabSwitcher.cs.
References activeInputs.
|
inlineprivate |
Definition at line 41 of file InputFieldsTabSwitcher.cs.
References activeInputs, currentActiveInputIndex, currentEventSystem, and IterateSelectableIndex().
Referenced by TrySelectNextInput().
|
inlineprivate |
Definition at line 13 of file InputFieldsTabSwitcher.cs.
References currentEventSystem.
|
inlineprivate |
Definition at line 26 of file InputFieldsTabSwitcher.cs.
References CheckIfAnyInputIsSelected(), and SelectNextInput().
Referenced by Update().
|
inline |
Definition at line 66 of file InputFieldsTabSwitcher.cs.
References activeInputs.
|
inlineprivate |
Definition at line 18 of file InputFieldsTabSwitcher.cs.
References TrySelectNextInput().
|
private |
Definition at line 9 of file InputFieldsTabSwitcher.cs.
Referenced by CheckIfAnyInputIsSelected(), IterateSelectableIndex(), RegisterInputField(), SelectNextInput(), and UnregisterInputField().
|
private |
Definition at line 11 of file InputFieldsTabSwitcher.cs.
Referenced by CheckIfAnyInputIsSelected(), IterateSelectableIndex(), and SelectNextInput().
|
private |
Definition at line 7 of file InputFieldsTabSwitcher.cs.
Referenced by CheckIfAnyInputIsSelected(), SelectNextInput(), and Start().