Click or drag to resize
TerrainGeneratorgetHeights Method

[Missing <summary> documentation for "M:Planetbase.TerrainGenerator.getHeights(System.Int32,System.Int32,System.Int32)"]

Namespace: Planetbase
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public float[,] getHeights(
	int x,
	int y,
	int size
)

Parameters

x
Type: SystemInt32

[Missing <param name="x"/> documentation for "M:Planetbase.TerrainGenerator.getHeights(System.Int32,System.Int32,System.Int32)"]

y
Type: SystemInt32

[Missing <param name="y"/> documentation for "M:Planetbase.TerrainGenerator.getHeights(System.Int32,System.Int32,System.Int32)"]

size
Type: SystemInt32

[Missing <param name="size"/> documentation for "M:Planetbase.TerrainGenerator.getHeights(System.Int32,System.Int32,System.Int32)"]

Return Value

Type: Single

[Missing <returns> documentation for "M:Planetbase.TerrainGenerator.getHeights(System.Int32,System.Int32,System.Int32)"]

See Also