Click or drag to resize

AudioEffectChorusSetVoiceCount Method

Note: This API is now obsolete.

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

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetVoiceCount is deprecated. Use the VoiceCount property instead.")]
public void SetVoiceCount(
	int voices
)

Parameters

voices
Type: SystemInt32

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

See Also