EventTriggerType

enumeration

매뉴얼로 전환

설명

The type of event the TriggerEvent is intercepting.

변수

PointerEnterIntercepts a IPointerEnterHandler.OnPointerEnter.
PointerExitIntercepts a IPointerExitHandler.OnPointerExit.
PointerDownIntercepts a IPointerDownHandler.OnPointerDown.
PointerUpIntercepts a IPointerUpHandler.OnPointerUp.
PointerClickIntercepts a IPointerClickHandler.OnPointerClick.
DragIntercepts a IDragHandler.OnDrag.
DropIntercepts a IDropHandler.OnDrop.
ScrollIntercepts a IScrollHandler.OnScroll.
UpdateSelectedIntercepts a IUpdateSelectedHandler.OnUpdateSelected.
SelectIntercepts a ISelectHandler.OnSelect.
DeselectIntercepts a IDeselectHandler.OnDeselect.
MoveIntercepts a IMoveHandler.OnMove.
InitializePotentialDragIntercepts IInitializePotentialDrag.InitializePotentialDrag.
BeginDragIntercepts IBeginDragHandler.OnBeginDrag.
EndDragIntercepts IEndDragHandler.OnEndDrag.
SubmitIntercepts ISubmitHandler.Submit.
CancelIntercepts ICancelHandler.OnCancel.