TerrainTileSize()
语法
Result = TerrainTileSize(#Terrain, TileX, TileY)概要
Returns the size of the terrain tile.
参数
#Terrain The terrain to use. TileX The tile 'x' index. TileY The tile 'y' index.
返回值
Returns the size (in pixels) of the terrain tile. As a tile is always square, the size is the width and the height of the tile.
参阅
CreateTerrain(), DefineTerrainTile()
已支持操作系统
所有