Represents a board position.
More...
|
| Pos (int row, int col) |
| Creates a new board position. More...
|
|
override string | ToString () |
| Provides a string representation of the board position in the form "(row,col)". More...
|
|
Represents a board position.
Definition at line 9 of file Pos.cs.
◆ Pos()
Creates a new board position.
- Parameters
-
Definition at line 22 of file Pos.cs.
◆ ToString()
override string ToString |
( |
| ) |
|
Provides a string representation of the board position in the form "(row,col)".
- Returns
- A string representation of the board position.
◆ col
◆ row
The documentation for this struct was generated from the following file:
- Assets/Scripts/BoardGame/Pos.cs