addtileat - eisclimber/ExPresS-XR GitHub Wiki

TileGame.AddTileAt(Tile,Vector2Int)

Method in TileGame

Summary

Adds a tile at the specified location.

public PlacementData AddTileAt(Tile tile, Vector2Int pos)

Parameters

Name Description
ExPresSXR.Minigames.TileGame.Tile tile Tile to add.
UnityEngine.Vector2Int pos Board position to add it at.

Returns

Score for the tile added.

⚠️ **GitHub.com Fallback** ⚠️