C# Class LynnaLab.GfxViewer

Inheritance: TileGridSelector
Afficher le fichier Open project: Drenn1/LynnaLab Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
draw ( int tile ) : void

Method Details

GfxViewer() public méthode

public GfxViewer ( ) : System
Résultat System

SetGraphicsState() public méthode

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
Résultat void