Click or drag to resize

OpenSimplexNoiseSetSeed Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.OpenSimplexNoise.SetSeed(System.Int32)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetSeed is deprecated. Use the Seed property instead.")]
public void SetSeed(
	int seed
)

Parameters

seed
Type: SystemInt32

[Missing <param name="seed"/> documentation for "M:Godot.OpenSimplexNoise.SetSeed(System.Int32)"]

See Also