Click or drag to resize

AudioEffectChorusSetVoiceCutoffHz Method

Note: This API is now obsolete.

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

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

Parameters

voiceIdx
Type: SystemInt32

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

cutoffHz
Type: SystemSingle

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

See Also