Click or drag to resize

AudioEffectPhaserSetRangeMinHz Method

Note: This API is now obsolete.

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

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

Parameters

hz
Type: SystemSingle

[Missing <param name="hz"/> documentation for "M:Godot.AudioEffectPhaser.SetRangeMinHz(System.Single)"]

See Also