UnityEngine.InputSystem.InputAction.CallbackContext
class UnityEngine.InputSystem.InputAction.CallbackContext
Fields and Properties:
- UnityEngine.InputSystem.InputActionPhase phase
- bool started
- bool performed
- bool canceled
- UnityEngine.InputSystem.InputAction action
- UnityEngine.InputSystem.InputControl control
- UnityEngine.InputSystem.IInputInteraction interaction
- double time
- double startTime
- double duration
- System.Type valueType
- int valueSizeInBytes
Methods:
- void ReadValue(void*, int)
- bool ReadValueAsButton()
- object ReadValueAsObject()
- string ToString()