Click or drag to resize
TerrainGeneratornormalizeCell Method

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

Namespace: Planetbase
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public static void normalizeCell(
	float[,,] alphas,
	int x,
	int y,
	int layers
)

Parameters

alphas
Type: SystemSingle

[Missing <param name="alphas"/> documentation for "M:Planetbase.TerrainGenerator.normalizeCell(System.Single[0:,0:,0:],System.Int32,System.Int32,System.Int32)"]

x
Type: SystemInt32

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

y
Type: SystemInt32

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

layers
Type: SystemInt32

[Missing <param name="layers"/> documentation for "M:Planetbase.TerrainGenerator.normalizeCell(System.Single[0:,0:,0:],System.Int32,System.Int32,System.Int32)"]

See Also