Class PointerMoveBinder
This class is used to bind to the
Implements
IEventBinder<UnityAction>
IEventBinder<UnityAction<PointerEventData>>
IPointerMoveHandler
Inherited Members
Namespace: FastenUp.Runtime.Binders.Pointers
Assembly: cs.temp.dll.dll
Syntax
public sealed class PointerMoveBinder : PointerBinder, IBinder
Methods
OnPointerMove(PointerEventData)
Declaration
public void OnPointerMove(PointerEventData eventData)
Parameters
Type | Name | Description |
---|---|---|
PointerEventData | eventData |
Implements
IEventBinder<>
IEventBinder<>
IPointerMoveHandler