Class UI_GamepadInputField
Inheritance
object
UnityEngine.Object
UnityEngine.Component
UnityEngine.Behaviour
UnityEngine.MonoBehaviour
UI_GamepadInputField
Inherited Members
Namespace: Global
Assembly: Dew.Core.dll
Syntax
public class UI_GamepadInputField : UI_GamepadFocusable, IGamepadFocusable, IGamepadFocusListener
Methods
CanBeFocused()
Declaration
public override bool CanBeFocused()
Returns
| Type | Description |
|---|---|
| bool |
Overrides
OnEnable()
Declaration
protected override void OnEnable()
Overrides
OnPointerClick(PointerEventData)
Declaration
public void OnPointerClick(PointerEventData eventData)
Parameters
| Type | Name | Description |
|---|---|---|
| UnityEngine.EventSystems.PointerEventData | eventData |
StartInput(Action<string>, Action)
Declaration
public void StartInput(Action<string> onConfirm = null, Action onCancel = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Action<T><string> | onConfirm | |
| System.Action | onCancel |