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