Click or drag to resize

AudioEffectCompressorSetThreshold Method

Note: This API is now obsolete.

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

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

Parameters

threshold
Type: SystemSingle

[Missing <param name="threshold"/> documentation for "M:Godot.AudioEffectCompressor.SetThreshold(System.Single)"]

See Also