Click or drag to resize

OpenSimplexNoiseSetPeriod Method

Note: This API is now obsolete.

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

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetPeriod is deprecated. Use the Period property instead.")]
public void SetPeriod(
	float period
)

Parameters

period
Type: SystemSingle

[Missing <param name="period"/> documentation for "M:Godot.OpenSimplexNoise.SetPeriod(System.Single)"]

See Also