Click or drag to resize

AudioEffectPhaserSetRangeMaxHz Method

Note: This API is now obsolete.

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

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

Parameters

hz
Type: SystemSingle

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

See Also