Click or drag to resize

AudioEffectChorusSetVoiceDepthMs Method

Note: This API is now obsolete.

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

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

Parameters

voiceIdx
Type: SystemInt32

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

depthMs
Type: SystemSingle

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

See Also