Click or drag to resize

AudioEffectChorusGetVoiceDepthMs Method

Note: This API is now obsolete.

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

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

Parameters

voiceIdx
Type: SystemInt32

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

Return Value

Type: Single

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

See Also