Click or drag to resize

AudioEffectReverbSetSpread Method

Note: This API is now obsolete.

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

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

Parameters

amount
Type: SystemSingle

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

See Also