Version: 2022.1
언어: 한국어

Tilemap.GetEditorPreviewTile

매뉴얼로 전환
public Tilemaps.TileBase GetEditorPreviewTile (Vector3Int position);

파라미터

position Position of the editor preview Tile on the Tilemap.

반환

TileBase The editor preview Tile placed at the cell.

설명

Gets the editor preview Tile at the given XYZ coordinates of a cell in the Tilemap.

Refer to Scriptable Tiles and Tilemap for more information.


public T GetEditorPreviewTile (Vector3Int position);

파라미터

position Position of the editor preview Tile on the Tilemap.

반환

T The editor preview Tile placed at the cell.

설명

Gets the editor preview Tile at the given XYZ coordinates of a cell in the Tilemap.

Refer to Scriptable Tiles and Tilemap for more information.