GetTerrainTileHeightAtPoint()
语法
Result = GetTerrainTileHeightAtPoint(#Terrain, TileX, TileY, x, y)概要
Returns the height of the terrain tile at the specified position.
参数
#Terrain The terrain to use. TileX The tile 'x' index. TileY The tile 'y' index. x, y The position in the tile (in pixels) to get the terrain height.
返回值
Returns the terrain tile height (in world unit) at the specified coordinates.
参阅
CreateTerrain(), SetTerrainTileHeightAtPoint()
已支持操作系统
所有