C# 클래스 Fungus.DragEntered

상속: EventHandler
파일 보기 프로젝트 열기: snozbot/fungus 1 사용 예제들

공개 메소드들

메소드 설명
GetSummary ( ) : string
OnDragEntered ( Draggable2D draggableObject, Collider2D targetObject ) : void

Called by the Draggable2D object when the the drag enters the drag target.

OnDragEnteredEvent ( DragEnteredEvent evt ) : void

보호된 메소드들

메소드 설명
UnityOnDisable ( ) : void
UnityOnEnable ( ) : void

메소드 상세

GetSummary() 공개 메소드

public GetSummary ( ) : string
리턴 string

OnDragEntered() 공개 메소드

Called by the Draggable2D object when the the drag enters the drag target.
public OnDragEntered ( Draggable2D draggableObject, Collider2D targetObject ) : void
draggableObject Draggable2D
targetObject UnityEngine.Collider2D
리턴 void

OnDragEnteredEvent() 공개 메소드

public OnDragEnteredEvent ( DragEnteredEvent evt ) : void
evt DragEnteredEvent
리턴 void

UnityOnDisable() 보호된 메소드

protected UnityOnDisable ( ) : void
리턴 void

UnityOnEnable() 보호된 메소드

protected UnityOnEnable ( ) : void
리턴 void