This version of Unity is unsupported.

IBeginDragHandler

interface in UnityEngine.EventSystems


Implements interfaces:IEventSystemHandler

Description

Interface to implement if you wish to receive OnBeginDrag callbacks.

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

See Also: IDragHandler.

Public Methods

OnBeginDragCalled by a BaseInputModule before a drag is started.