Version: 2021.3

Tilemap.GetObjectToInstantiate

切换到手册
public GameObject GetObjectToInstantiate (Vector3Int position);

参数

position The position of the Tile on the Tilemap.

返回

GameObject Returns the GameObject to be instantiated by the Tile at the position.

描述

Gets the GameObject which will be instantiated by a Tile given the XYZ coordinates of a cell in the Tilemap.

请参阅可编程瓦片瓦片地图以了解更多信息。