Interface IMoveHandler
Interface to implement if you wish to receive OnMove callbacks.
Namespace: UnityEngine.EventSystems
Assembly: UnityEngine.UI.dll
Syntax
public interface IMoveHandler : IEventSystemHandler
Remarks
Criteria for this event is implementation dependent. For example see StandAloneInputModule.
Methods
OnMove(AxisEventData)
Called by a BaseInputModule when a move event occurs.
Declaration
void OnMove(AxisEventData eventData)
Parameters
Type | Name | Description |
---|---|---|
AxisEventData | eventData |