Returns the terrain height at the position [x,z].

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public float GetHeightAt(
	int x,
	int z
)

Parameters

x
Type: System..::.Int32
The X coordinate.
z
Type: System..::.Int32
The Z coordinate.

Return Value

Terrain height at the given point.

See Also