IBeginDragHandler

interface in UnityEngine.EventSystems


Implementa interfaces:IEventSystemHandler

Cambiar al Manual

Descripción

Interface to implement if you wish to receive OnBeginDrag callbacks.

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

See Also: IDragHandler.

Funciones Públicas

OnBeginDragCalled by a BaseInputModule before a drag is started.