C# 클래스 DiagramDragTracker, UnityClassDiagram

파일 보기 프로젝트 열기: sashcode/UnityClassDiagram 1 사용 예제들

공개 메소드들

메소드 설명
OnDrag ( DiagramContext, context, Vector2 position ) : void
OnDrop ( DiagramContext, context, Vector2 position ) : void

메소드 상세

OnDrag() 공개 메소드

public OnDrag ( DiagramContext, context, Vector2 position ) : void
context DiagramContext,
position Vector2
리턴 void

OnDrop() 공개 메소드

public OnDrop ( DiagramContext, context, Vector2 position ) : void
context DiagramContext,
position Vector2
리턴 void