addtileat - eisclimber/ExPresS-XR GitHub Wiki
Method in TileGame
Adds a tile at the specified location.
public PlacementData AddTileAt(Tile tile, Vector2Int pos)| Name | Description |
|---|---|
| ExPresSXR.Minigames.TileGame.Tile tile | Tile to add. |
UnityEngine.Vector2Int pos |
Board position to add it at. |
Score for the tile added.