Sync classref with changes from godotengine/godot#24640

This commit is contained in:
Rémi Verschelde
2019-01-07 10:14:08 +01:00
parent 4f5d503b25
commit f70354d01c
521 changed files with 27321 additions and 22169 deletions

View File

@@ -21,17 +21,17 @@ Combines the original signal with a copy that is slightly out of phase with the
Properties
----------
+---------------------------+-----------------------------------------------------------+
| :ref:`float<class_float>` | :ref:`depth<class_AudioEffectPhaser_depth>` |
+---------------------------+-----------------------------------------------------------+
| :ref:`float<class_float>` | :ref:`feedback<class_AudioEffectPhaser_feedback>` |
+---------------------------+-----------------------------------------------------------+
| :ref:`float<class_float>` | :ref:`range_max_hz<class_AudioEffectPhaser_range_max_hz>` |
+---------------------------+-----------------------------------------------------------+
| :ref:`float<class_float>` | :ref:`range_min_hz<class_AudioEffectPhaser_range_min_hz>` |
+---------------------------+-----------------------------------------------------------+
| :ref:`float<class_float>` | :ref:`rate_hz<class_AudioEffectPhaser_rate_hz>` |
+---------------------------+-----------------------------------------------------------+
+---------------------------+--------------------------------------------------------------------+
| :ref:`float<class_float>` | :ref:`depth<class_AudioEffectPhaser_property_depth>` |
+---------------------------+--------------------------------------------------------------------+
| :ref:`float<class_float>` | :ref:`feedback<class_AudioEffectPhaser_property_feedback>` |
+---------------------------+--------------------------------------------------------------------+
| :ref:`float<class_float>` | :ref:`range_max_hz<class_AudioEffectPhaser_property_range_max_hz>` |
+---------------------------+--------------------------------------------------------------------+
| :ref:`float<class_float>` | :ref:`range_min_hz<class_AudioEffectPhaser_property_range_min_hz>` |
+---------------------------+--------------------------------------------------------------------+
| :ref:`float<class_float>` | :ref:`rate_hz<class_AudioEffectPhaser_property_rate_hz>` |
+---------------------------+--------------------------------------------------------------------+
Description
-----------
@@ -41,7 +41,7 @@ Combines phase-shifted signals with the original signal. The movement of the pha
Property Descriptions
---------------------
.. _class_AudioEffectPhaser_depth:
.. _class_AudioEffectPhaser_property_depth:
- :ref:`float<class_float>` **depth**
@@ -53,7 +53,7 @@ Property Descriptions
Governs how high the filter frequencies sweep. Low value will primarily affect bass frequencies. High value can sweep high into the treble. Value can range from 0.1 to 4. Default value: ``1``.
.. _class_AudioEffectPhaser_feedback:
.. _class_AudioEffectPhaser_property_feedback:
- :ref:`float<class_float>` **feedback**
@@ -65,7 +65,7 @@ Governs how high the filter frequencies sweep. Low value will primarily affect b
Output percent of modified sound. Value can range from 0.1 to 0.9. Default value: ``0.7``.
.. _class_AudioEffectPhaser_range_max_hz:
.. _class_AudioEffectPhaser_property_range_max_hz:
- :ref:`float<class_float>` **range_max_hz**
@@ -77,7 +77,7 @@ Output percent of modified sound. Value can range from 0.1 to 0.9. Default value
Determines the maximum frequency affected by the LFO modulations. Value can range from 10 to 10000. Default value: ``1600hz``.
.. _class_AudioEffectPhaser_range_min_hz:
.. _class_AudioEffectPhaser_property_range_min_hz:
- :ref:`float<class_float>` **range_min_hz**
@@ -89,7 +89,7 @@ Determines the maximum frequency affected by the LFO modulations. Value can rang
Determines the minimum frequency affected by the LFO modulations. Value can range from 10 to 10000. Default value: ``440hz``.
.. _class_AudioEffectPhaser_rate_hz:
.. _class_AudioEffectPhaser_property_rate_hz:
- :ref:`float<class_float>` **rate_hz**