OpenSimplexNoiseGetNoise1d Method |
Returns the 1D noise value [-1,1] at the given x-coordinate.
Note: This method actually returns the 2D noise value [-1,1] with fixed y-coordinate value 0.0.
Namespace: Godot
public float GetNoise1d( float x )
[Missing <param name="x"/> documentation for "M:Godot.OpenSimplexNoise.GetNoise1d(System.Single)"]
[Missing <returns> documentation for "M:Godot.OpenSimplexNoise.GetNoise1d(System.Single)"]