Click or drag to resize

OpenSimplexNoiseGetNoise2dv Method

Returns the 2D noise value [-1,1] at the given position.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public float GetNoise2dv(
	Vector2 pos
)

Parameters

pos
Type: GodotVector2

[Missing <param name="pos"/> documentation for "M:Godot.OpenSimplexNoise.GetNoise2dv(Godot.Vector2)"]

Return Value

Type: Single

[Missing <returns> documentation for "M:Godot.OpenSimplexNoise.GetNoise2dv(Godot.Vector2)"]

See Also