This version of Unity is unsupported.

IEndDragHandler

interface in UnityEngine.EventSystems


Implements interfaces:IEventSystemHandler

Description

Interface to implement if you wish to receive OnEndDrag callbacks.

Note: You need to implement IDragHandler in addition to IEndDragHandler.

See Also: IDragHandler.

Public Methods

OnEndDragCalled by a BaseInputModule when a drag is ended.