C# Class CadEditor.TileStructure

Afficher le fichier Open project: spiiin/CadEditor Class Usage Examples

Méthodes publiques

Méthode Description
TileStructure ( string name, int width, int height ) : System
resetDim ( int width, int height ) : void
this ( int x, int y ) : int
toArray ( ) : int[]

Method Details

TileStructure() public méthode

public TileStructure ( string name, int width, int height ) : System
name string
width int
height int
Résultat System

resetDim() public méthode

public resetDim ( int width, int height ) : void
width int
height int
Résultat void

this() public méthode

public this ( int x, int y ) : int
x int
y int
Résultat int

toArray() public méthode

public toArray ( ) : int[]
Résultat int[]