Version: 2017.1

IBeginDragHandler

interface in UnityEngine.EventSystems


인터페이스 구현:IEventSystemHandler

매뉴얼로 전환

설명

Interface to implement if you wish to receive OnBeginDrag callbacks.

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

See Also: IDragHandler.

Public 함수

OnBeginDragCalled by a BaseInputModule before a drag is started.