Click or drag to resize

AudioEffectSpectrumAnalyzerSetFftSize Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.AudioEffectSpectrumAnalyzer.SetFftSize(Godot.AudioEffectSpectrumAnalyzer.FFT_Size)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetFftSize is deprecated. Use the FftSize property instead.")]
public void SetFftSize(
	AudioEffectSpectrumAnalyzerFFT_Size size
)

Parameters

size
Type: GodotAudioEffectSpectrumAnalyzerFFT_Size

[Missing <param name="size"/> documentation for "M:Godot.AudioEffectSpectrumAnalyzer.SetFftSize(Godot.AudioEffectSpectrumAnalyzer.FFT_Size)"]

See Also