Creates new terrain with default size.

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

Syntax

C#
public static XTerrain CreateTerrain(
	int width,
	int length
)

Parameters

width
Type: System..::.Int32
Width of the terrain to be created.
length
Type: System..::.Int32
Length of the terrain to be created.

Return Value

Returns newly created XTerrain terrain.

See Also