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

파라미터

position Position 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 Tilemap.

Refer to Scriptable Tiles and Tilemap for more information.