RefreshTile(Vector3Int)
Refreshes a Tile at the given XYZ coordinates of a cell in the:Tilemap.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Tilemaps
- Assembly: UnityEngine.TilemapModule
public void RefreshTile(Vector3Int position)
Parameters
Position of the Tile on the Tilemap.
Remarks
The Tilemap will retrieve the rendering data, animation data and other data for the Tile and update all relevant components.