Property | Type | Description | |
---|---|---|---|
leftWall | bool | ||
topWall | bool |
Method | Description | |
---|---|---|
Tile ( int aColumn, int aRow ) : System | ||
setWalls ( bool aLeftWall, bool aTopWall ) : void |
public Tile ( int aColumn, int aRow ) : System | ||
aColumn | int | |
aRow | int | |
return | System |
public setWalls ( bool aLeftWall, bool aTopWall ) : void | ||
aLeftWall | bool | |
aTopWall | bool | |
return | void |