Click or drag to resize

AudioEffectReverbSetPredelayMsec Method

Note: This API is now obsolete.

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

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

Parameters

msec
Type: SystemSingle

[Missing <param name="msec"/> documentation for "M:Godot.AudioEffectReverb.SetPredelayMsec(System.Single)"]

See Also