C# Class CadEditor.TileStructure

Show file Open project: spiiin/CadEditor Class Usage Examples

Public Methods

Method 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 method

public TileStructure ( string name, int width, int height ) : System
name string
width int
height int
return System

resetDim() public method

public resetDim ( int width, int height ) : void
width int
height int
return void

this() public method

public this ( int x, int y ) : int
x int
y int
return int

toArray() public method

public toArray ( ) : int[]
return int[]