Click or drag to resize

AudioEffectPhaserSetFeedback Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.AudioEffectPhaser.SetFeedback(System.Single)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetFeedback is deprecated. Use the Feedback property instead.")]
public void SetFeedback(
	float fbk
)

Parameters

fbk
Type: SystemSingle

[Missing <param name="fbk"/> documentation for "M:Godot.AudioEffectPhaser.SetFeedback(System.Single)"]

See Also