TerrainData.GetHeights
GetHeights(xBase: int, yBase: int, width: int, height: int): float[,];
float[,] GetHeights(int xBase, int yBase, int width, int height);
def GetHeights(xBase as int, yBase as int, width as int, height as int) as float[,]
Description

Get an array of heightmap samples..