Click or drag to resize
TerrainGeneratorincreaseCellTexture Method

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

Namespace: Planetbase
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public void increaseCellTexture(
	float[,,] alphas,
	int i,
	int j,
	float newValue,
	int textureIndex
)

Parameters

alphas
Type: SystemSingle

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

i
Type: SystemInt32

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

j
Type: SystemInt32

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

newValue
Type: SystemSingle

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

textureIndex
Type: SystemInt32

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

See Also