Tesseract Engine Documentation

GameObject.GetObjectHeight Method 

Sets the heightDifference parameter for this GameObject. HeightDifference is positive when object is below the terrain.

public void GetObjectHeight(
   Terrain terrain
);

Parameters

terrain
Terrain object to determine height difference with.

See Also

GameObject Class | DarkWynter.Engine.GameObjects Namespace