Click or drag to resize

AudioEffectLimiterSetThresholdDb Method

Note: This API is now obsolete.

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

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

Parameters

threshold
Type: SystemSingle

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

See Also