Click or drag to resize

OpenSimplexNoiseSetOctaves Method

Note: This API is now obsolete.

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

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

Parameters

octaveCount
Type: SystemInt32

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

See Also