Tilemap.GetEditorPreviewTile

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

파라미터

positionPosition 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 tile map.


public T GetEditorPreviewTile (Vector3Int position);

파라미터

positionPosition 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 tile map.