TerrainData.GetHeight
GetHeight(x: int, y: int): float;
float GetHeight(int x, int y);
def GetHeight(x as int, y as int) as float
Description

Gets the height at a certain point x,y.