Click or drag to resize

AudioStreamRandomPitchSetRandomPitch Method

Note: This API is now obsolete.

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

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

Parameters

scale
Type: SystemSingle

[Missing <param name="scale"/> documentation for "M:Godot.AudioStreamRandomPitch.SetRandomPitch(System.Single)"]

See Also