Version: 2021.1
public void SetTile (Vector3Int position, Tilemaps.TileBase tile);

参数

position 瓦片在 Tilemap 上的位置。
tile Tile to be placed the cell.

描述

Sets a Tile at the given XYZ coordinates of a cell in the Tilemap.

请参阅可编程瓦片瓦片地图以了解更多信息。