C# 클래스 LynnaLab.GfxViewer

상속: TileGridSelector
파일 보기 프로젝트 열기: Drenn1/LynnaLab 1 사용 예제들

공개 메소드들

메소드 설명
GfxViewer ( ) : System
SetGraphicsState ( GraphicsState state, int offsetStart, int offsetEnd, int width = -1, int scale = 2 ) : void

비공개 메소드들

메소드 설명
draw ( int tile ) : void

메소드 상세

GfxViewer() 공개 메소드

public GfxViewer ( ) : System
리턴 System

SetGraphicsState() 공개 메소드

public SetGraphicsState ( GraphicsState state, int offsetStart, int offsetEnd, int width = -1, int scale = 2 ) : void
state GraphicsState
offsetStart int
offsetEnd int
width int
scale int
리턴 void