Click or drag to resize

AudioEffectChorusSetVoiceLevelDb Method

Note: This API is now obsolete.

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

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

Parameters

voiceIdx
Type: SystemInt32

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

levelDb
Type: SystemSingle

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

See Also