Version: 2021.3
言語: 日本語
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.