C# 클래스 Fungus.DragStarted

상속: EventHandler
파일 보기 프로젝트 열기: snozbot/fungus

공개 메소드들

메소드 설명
GetSummary ( ) : string
OnDragStarted ( Draggable2D draggableObject ) : void

Called by the Draggable2D object when the drag starts.

OnDragStartedEvent ( DragStartedEvent evt ) : void

보호된 메소드들

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

메소드 상세

GetSummary() 공개 메소드

public GetSummary ( ) : string
리턴 string

OnDragStarted() 공개 메소드

Called by the Draggable2D object when the drag starts.
public OnDragStarted ( Draggable2D draggableObject ) : void
draggableObject Draggable2D
리턴 void

OnDragStartedEvent() 공개 메소드

public OnDragStartedEvent ( DragStartedEvent evt ) : void
evt DragStartedEvent
리턴 void

UnityOnDisable() 보호된 메소드

protected UnityOnDisable ( ) : void
리턴 void

UnityOnEnable() 보호된 메소드

protected UnityOnEnable ( ) : void
리턴 void