interface in UnityEngine.EventSystems
Implementa interfaces:IEventSystemHandler
Cambiar al ManualInterface to implement if you wish to receive OnBeginDrag callbacks.
Note: You need to implement IDragHandler in addition to IBeginDragHandler.
See Also: IDragHandler.
OnBeginDrag | Called by a BaseInputModule before a drag is started. |