Tilemap.GetEditorPreviewTile

Cambiar al Manual
public Tilemaps.TileBase GetEditorPreviewTile (Vector3Int position);

Parámetros

positionPosition of the editor preview Tile on the Tilemap.

Valor de retorno

TileBase The editor preview Tile placed at the cell.

Descripción

Gets the editor preview tile at the given XYZ coordinates of a cell in the tile map.


public T GetEditorPreviewTile (Vector3Int position);

Parámetros

positionPosition of the editor preview Tile on the Tilemap.

Valor de retorno

T The editor preview Tile placed at the cell.

Descripción

Gets the editor preview tile at the given XYZ coordinates of a cell in the tile map.