Property | Type | Description | |
---|---|---|---|
wallEndPrefab | Transform | ||
wallPrefabs | Transform[] |
Method | Description | |
---|---|---|
BuildWalls ( ) : void | ||
CreateWall ( Cell, cellA, Direction, inDirection, int prefabID ) : void |
Instantiates a wall between two cells.
|
|
CreateWallCap ( Cell, onCell, bool southEast ) : void |
Creates a wall cap.
|
|
Start ( ) : void |
public CreateWall ( Cell, cellA, Direction, inDirection, int prefabID ) : void | ||
cellA | Cell, | /// Cell a. /// |
inDirection | Direction, | |
prefabID | int | |
return | void |
public CreateWallCap ( Cell, onCell, bool southEast ) : void | ||
onCell | Cell, | /// On cell. /// |
southEast | bool | /// Whether cap is on south east corner of cell or north west. /// |
return | void |