Method | Description | |
---|---|---|
TileStructure ( string name, int width, int height ) : System | ||
resetDim ( int width, int height ) : void | ||
this ( int x, int y ) : int | ||
toArray ( ) : int[] |
public TileStructure ( string name, int width, int height ) : System | ||
name | string | |
width | int | |
height | int | |
return | System |
public resetDim ( int width, int height ) : void | ||
width | int | |
height | int | |
return | void |