Click or drag to resize

AudioEffectChorusSetVoiceRateHz Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.AudioEffectChorus.SetVoiceRateHz(System.Int32,System.Single)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetVoiceRateHz is deprecated. Use the Voice__4__rateHz property instead.")]
public void SetVoiceRateHz(
	int voiceIdx,
	float rateHz
)

Parameters

voiceIdx
Type: SystemInt32

[Missing <param name="voiceIdx"/> documentation for "M:Godot.AudioEffectChorus.SetVoiceRateHz(System.Int32,System.Single)"]

rateHz
Type: SystemSingle

[Missing <param name="rateHz"/> documentation for "M:Godot.AudioEffectChorus.SetVoiceRateHz(System.Int32,System.Single)"]

See Also