Click or drag to resize

AudioEffectFilterSetCutoff Method

Note: This API is now obsolete.

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

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

Parameters

freq
Type: SystemSingle

[Missing <param name="freq"/> documentation for "M:Godot.AudioEffectFilter.SetCutoff(System.Single)"]

See Also