Decreases the terrain height at the coordinates [x,z] by the delta.

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

Syntax

C#
public float DecreaseAt(
	int x,
	int z,
	float delta
)

Parameters

x
Type: System..::.Int32
The X coordinate.
z
Type: System..::.Int32
The Z coordinate.
delta
Type: System..::.Single
Value of terrain height change.

Return Value

Terrain height at the given point.

See Also