Click or drag to resize

AudioEffectFilterSetGain Method

Note: This API is now obsolete.

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

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

Parameters

amount
Type: SystemSingle

[Missing <param name="amount"/> documentation for "M:Godot.AudioEffectFilter.SetGain(System.Single)"]

See Also