C# 클래스 Sharplike.Editlike.MapTools.ViewportTool

상속: IMapTool
파일 보기 프로젝트 열기: eropple/sharplike

공개 메소드들

메소드 설명
End ( Point tile ) : void
Run ( Point tile ) : void
SetActive ( Main screen, String tag ) : void
SetInactive ( ) : void
Start ( Point tile ) : void

메소드 상세

End() 공개 메소드

public End ( Point tile ) : void
tile Point
리턴 void

Run() 공개 메소드

public Run ( Point tile ) : void
tile Point
리턴 void

SetActive() 공개 메소드

public SetActive ( Main screen, String tag ) : void
screen Main
tag String
리턴 void

SetInactive() 공개 메소드

public SetInactive ( ) : void
리턴 void

Start() 공개 메소드

public Start ( Point tile ) : void
tile Point
리턴 void