Method GetCurrentBoardSize
GetCurrentBoardSize()
Return the current size of the board. The values must less than or equal to the values returned from GetMaxBoardSize(). By default, this will return GetMaxBoardSize(); if your board doesn't change size, you don't need to override it.
Declaration
public virtual BoardSize GetCurrentBoardSize()
Returns
| Type | Description |
|---|---|
| BoardSize |