Version: 2018.1
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.