Table of Contents

Enum AudioEffectSpectrumAnalyzerInstance.MagnitudeMode

Namespace
Godot
Assembly
GodotSharp.dll
public enum AudioEffectSpectrumAnalyzerInstance.MagnitudeMode : long

Fields

Average = 0

Use the average value across the frequency range as magnitude.

Max = 1

Use the maximum value of the frequency range as magnitude.