Methods.IsOnBoard - notruilin/DeceptionGame GitHub Wiki
public bool IsOnBoard(Vector3 pos);
Parameters
| pos | A Vector3 position |
Description
Checks if the position is valid on the board. Return true or false.
public bool IsOnBoard(Vector3 pos);
| pos | A Vector3 position |
Checks if the position is valid on the board. Return true or false.