Click or drag to resize

AudioEffectDistortionSetPostGain Method

Note: This API is now obsolete.

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

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

Parameters

postGain
Type: SystemSingle

[Missing <param name="postGain"/> documentation for "M:Godot.AudioEffectDistortion.SetPostGain(System.Single)"]

See Also