Method | Description | |
---|---|---|
createTiles ( int rows, int columns, GameObject tilePrefab, string tileTag ) : GameObject[] |
Creates the tiles.
|
public static createTiles ( int rows, int columns, GameObject tilePrefab, string tileTag ) : GameObject[] | ||
rows | int | Number of rows |
columns | int | Number of columns |
tilePrefab | GameObject | Tile prefab |
tileTag | string | Tile tag |
return | GameObject[] |