Class UI_GamepadTextInput_Key
Inheritance
object
UnityEngine.Object
UnityEngine.Component
UnityEngine.Behaviour
UnityEngine.MonoBehaviour
UI_GamepadTextInput_Key
Assembly: Dew.Core.dll
Syntax
public class UI_GamepadTextInput_Key : UI_GamepadFocusable, IGamepadFocusable, IGamepadFocusListener, IGamepadFocusableOverrideInput
Fields
key
Declaration
Field Value
keyText
Declaration
public TextMeshProUGUI keyText
Field Value
| Type |
Description |
| TMPro.TextMeshProUGUI |
|
Methods
OnGamepadDpadDown()
Declaration
public bool OnGamepadDpadDown()
Returns
OnGamepadDpadLeft()
Declaration
public bool OnGamepadDpadLeft()
Returns
OnGamepadDpadRight()
Declaration
public bool OnGamepadDpadRight()
Returns
OnGamepadDpadUp()
Declaration
public bool OnGamepadDpadUp()
Returns
OnPointerClick(PointerEventData)
Declaration
public void OnPointerClick(PointerEventData eventData)
Parameters
| Type |
Name |
Description |
| UnityEngine.EventSystems.PointerEventData |
eventData |
|
Implements
Extension Methods