Click or drag to resize

AudioEffectChorusGetVoiceCutoffHz Method

Note: This API is now obsolete.

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

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

Parameters

voiceIdx
Type: SystemInt32

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

Return Value

Type: Single

[Missing <returns> documentation for "M:Godot.AudioEffectChorus.GetVoiceCutoffHz(System.Int32)"]

See Also