diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2019-06-27 11:10:53 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2019-06-27 11:10:53 +0200 |
commit | 86ed7a988419247479596947ce44279ee8b3528c (patch) | |
tree | f0c7ada37786b216959f49b3a90d7664fd4dc17d /doc/classes/AudioEffectSpectrumAnalyzerInstance.xml | |
parent | 755b589384eedbd3843fe7263cbc655633b8bd7e (diff) | |
download | redot-engine-86ed7a988419247479596947ce44279ee8b3528c.tar.gz |
doc: Complete and harmonize all _MAX constant descriptions
Diffstat (limited to 'doc/classes/AudioEffectSpectrumAnalyzerInstance.xml')
-rw-r--r-- | doc/classes/AudioEffectSpectrumAnalyzerInstance.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/classes/AudioEffectSpectrumAnalyzerInstance.xml b/doc/classes/AudioEffectSpectrumAnalyzerInstance.xml index f4620f9905..ca068d572d 100644 --- a/doc/classes/AudioEffectSpectrumAnalyzerInstance.xml +++ b/doc/classes/AudioEffectSpectrumAnalyzerInstance.xml @@ -22,8 +22,10 @@ </methods> <constants> <constant name="MAGNITUDE_AVERAGE" value="0" enum="MagnitudeMode"> + Use the average value as magnitude. </constant> <constant name="MAGNITUDE_MAX" value="1" enum="MagnitudeMode"> + Use the maximum value as magnitude. </constant> </constants> </class> |