Click or drag to resize

AudioEffectPhaserSetRateHz Method

Note: This API is now obsolete.

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

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

Parameters

hz
Type: SystemSingle

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

See Also