IEndDragHandler

interface in UnityEngine.EventSystems


Implementa interfaces:IEventSystemHandler

Cambiar al Manual

Descripción

Interface to implement if you wish to receive OnEndDrag callbacks.

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

See Also: IDragHandler.

Funciones Públicas

OnEndDragCalled by a BaseInputModule when a drag is ended.