Version: 2021.3
public Tilemaps.TileBase GetTile (Vector3Int position);

参数

position 瓦片在 Tilemap 上的位置。

返回

TileBase Tile placed at the cell.

描述

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

使用此方法可根据给定的瓦片地图中某个单元格的 XYZ 坐标,获取瓦片


public T GetTile (Vector3Int position);

参数

position 瓦片在 Tilemap 上的位置。

返回

T Tile of type T placed at the cell.

描述

Gets the Tile of type T at the given XYZ coordinates of a cell in the Tilemap.

使用此方法可根据给定的瓦片地图中某个单元格的 XYZ 坐标,获取类型 T 的瓦片