Version: 2019.2
public void GetTileData (Vector3Int position, Tilemaps.ITilemap tilemap, ref Tilemaps.TileData tileData);

パラメーター

positionPosition of the Tile on the Tilemap.
tilemapThe Tilemap the tile is present on.
tileDataData to render the tile. This is filled with Tile, Tile.color and Tile.transform.

戻り値

void Whether the call was successful. This returns true for Tile.

説明

Retrieves the tile rendering data for the Tile.