![]() |
Dungeon Architect
17.0.0
|
Public Member Functions | |
| void | Init (int size, System.Random random) |
| NoiseTableCell< T > | GetCell (float x, float y) |
| float | GetNoise (float u, float v) |
| float | GetNoiseFBM (Vector2 p, int octaves) |
Protected Member Functions | |
| abstract INoisePolicy< T > | CreateNoisePolicy () |
Protected Attributes | |
| INoisePolicy< T > | noisePolicy |
Definition at line 28 of file GradientNoise.cs.