C# Class LynnaLab.GfxViewer

Inheritance: TileGridSelector
显示文件 Open project: Drenn1/LynnaLab Class Usage Examples

Public Methods

Method Description
GfxViewer ( ) : System
SetGraphicsState ( GraphicsState state, int offsetStart, int offsetEnd, int width = -1, int scale = 2 ) : void

Private Methods

Method Description
draw ( int tile ) : void

Method Details

GfxViewer() public method

public GfxViewer ( ) : System
return System

SetGraphicsState() public method

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
return void