[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:fCraft.Noise.PerlinNoise(System.Single[0:,0:],System.Int32,System.Int32,System.Single,System.Int32,System.Int32)"]

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.3.5 (0.6.3.5)

Syntax

   
 C# 
public void PerlinNoise(
	float[,] map,
	int startOctave,
	int endOctave,
	float decay,
	int offsetX,
	int offsetY
)

Parameters

map
array<Single,2>[,](,)[,][,]
startOctave
Int32
endOctave
Int32
decay
Single
offsetX
Int32
offsetY
Int32

See Also