Click or drag to resize

AudioEffectDistortionSetPreGain Method

Note: This API is now obsolete.

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

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

Parameters

preGain
Type: SystemSingle

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

See Also