public Tilemaps.TileBase GetTile (Vector3Int position);

参数

position瓦片在 Tilemap 上的位置。

返回

TileBase 置于单元格处的 TileBase

描述

根据给定的瓦片地图中某个单元格的 XYZ 坐标,获取瓦片


public T GetTile (Vector3Int position);

参数

position瓦片在 Tilemap 上的位置。

返回

T 置于单元格处的 Tile of type T

描述

获取 tile map 中某个单元格的给定 XYZ 坐标处的 tile of type T