Click or drag to resize

NoiseTextureSetNoise Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.NoiseTexture.SetNoise(Godot.OpenSimplexNoise)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetNoise is deprecated. Use the Noise property instead.")]
public void SetNoise(
	OpenSimplexNoise noise
)

Parameters

noise
Type: GodotOpenSimplexNoise

[Missing <param name="noise"/> documentation for "M:Godot.NoiseTexture.SetNoise(Godot.OpenSimplexNoise)"]

See Also