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

파라미터

positionPosition of the Tile on the Tilemap.
tile Tile to be placed the cell.

설명

Sets a tile at the given XYZ coordinates of a cell in the tile map.