InputFieldEx Class |
Namespace: Kit.UI.Widgets
The InputFieldEx type exposes the following members.
| Name | Description | |
|---|---|---|
| AddKeyHandler(InputFieldExKeyHandler) | Hook into a key combination. | |
| AddKeyHandler(KeyCode, Action, EventModifiers, EventModifiers) | Hook into a key combination. | |
| OnUpdateSelected | (Overrides InputField.OnUpdateSelected(BaseEventData).) | |
| RemoveKeyHandler | Unhook a key combination. | |
| SendKeyEvent(Event) | Manually send a key event to the input field. | |
| SendKeyEvent(KeyCode, Char, EventModifiers) | Manually send a key event to the input field. |
| Name | Description | |
|---|---|---|
| Destroy | Destroy the object. (Defined by UnityObjectExtensions.) | |
| Disable | Set the enabled property to . (Defined by BehaviourExtensions.) | |
| Enable | Set the enabled property to . (Defined by BehaviourExtensions.) | |
| GetBounds | Returns the bounds of the Component. | |
| IsPrefab | Returns whether the Component is a part of a prefab. (Defined by ComponentExtensions.) | |
| SetInteractableImmediate | Changes the value of the interactable property without triggering transitions. (Defined by SelectableExtensions.) |