IBeginDragHandler

interface in UnityEngine.EventSystems


Implements interfaces:IEventSystemHandler

Switch to Manual

Description

要实现的接口(如果您希望接收 OnBeginDrag 回调)。

注意:除了 IBeginDragHandler 之外,您还需要实现 IDragHandler。

另请参阅:IDragHandler

Public Functions

OnBeginDrag在拖动开始之前由 BaseInputModule 调用。