C# Class PerlinNoise, GoHomeOrDie

Inheritance: MonoBehaviour
Show file Open project: hs-furtwangen/GoHomeOrDie Class Usage Examples

Public Methods

Method Description
GeneratePerlinNoise ( int seed, int octaveCount, float persistence, int noiseWidth, int noiseHeight ) : ].float[

Method Details

GeneratePerlinNoise() public static method

public static GeneratePerlinNoise ( int seed, int octaveCount, float persistence, int noiseWidth, int noiseHeight ) : ].float[
seed int
octaveCount int
persistence float
noiseWidth int
noiseHeight int
return ].float[