Methods.TileExist - notruilin/DeceptionGame GitHub Wiki

public bool TileExist(Vector3 pos);

Parameters

pos A Vector3 position

Description

Checks if the position hasn't been blocked. Returns true if the tile exists, false if the tile has been blocked.