Property | Type | Description | |
---|---|---|---|
Neighbors | Tile>.Dictionary | ||
Number | int | ||
TileType | TileType | ||
id | int |
Property | Type | Description |
---|
Method | Description | |
---|---|---|
Tile ( TileType type ) : System | ||
Tile ( TileType type, int number ) : System | ||
addNeighbor ( |
||
hasNeighbor ( NeighborLocation loc ) : System.Boolean |
public Tile ( TileType type, int number ) : System | ||
type | TileType | |
number | int | |
return | System |
public addNeighbor ( |
||
t | ||
loc | NeighborLocation | |
return | void |
public hasNeighbor ( NeighborLocation loc ) : System.Boolean | ||
loc | NeighborLocation | |
return | System.Boolean |