Click or drag to resize

AudioEffectChorusSetVoicePan Method

Note: This API is now obsolete.

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

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

Parameters

voiceIdx
Type: SystemInt32

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

pan
Type: SystemSingle

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

See Also