mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 17:28:58 +00:00
Sync classref with current source
This commit is contained in:
@@ -18,31 +18,6 @@ Adds a Phaser audio effect to an Audio bus.
|
||||
|
||||
Combines the original signal with a copy that is slightly out of phase with the original.
|
||||
|
||||
Member Functions
|
||||
----------------
|
||||
|
||||
+----------------------------+------------------------------------------------------------------------------------------------------------+
|
||||
| :ref:`float<class_float>` | :ref:`get_depth<class_AudioEffectPhaser_get_depth>` **(** **)** const |
|
||||
+----------------------------+------------------------------------------------------------------------------------------------------------+
|
||||
| :ref:`float<class_float>` | :ref:`get_feedback<class_AudioEffectPhaser_get_feedback>` **(** **)** const |
|
||||
+----------------------------+------------------------------------------------------------------------------------------------------------+
|
||||
| :ref:`float<class_float>` | :ref:`get_range_max_hz<class_AudioEffectPhaser_get_range_max_hz>` **(** **)** const |
|
||||
+----------------------------+------------------------------------------------------------------------------------------------------------+
|
||||
| :ref:`float<class_float>` | :ref:`get_range_min_hz<class_AudioEffectPhaser_get_range_min_hz>` **(** **)** const |
|
||||
+----------------------------+------------------------------------------------------------------------------------------------------------+
|
||||
| :ref:`float<class_float>` | :ref:`get_rate_hz<class_AudioEffectPhaser_get_rate_hz>` **(** **)** const |
|
||||
+----------------------------+------------------------------------------------------------------------------------------------------------+
|
||||
| void | :ref:`set_depth<class_AudioEffectPhaser_set_depth>` **(** :ref:`float<class_float>` depth **)** |
|
||||
+----------------------------+------------------------------------------------------------------------------------------------------------+
|
||||
| void | :ref:`set_feedback<class_AudioEffectPhaser_set_feedback>` **(** :ref:`float<class_float>` fbk **)** |
|
||||
+----------------------------+------------------------------------------------------------------------------------------------------------+
|
||||
| void | :ref:`set_range_max_hz<class_AudioEffectPhaser_set_range_max_hz>` **(** :ref:`float<class_float>` hz **)** |
|
||||
+----------------------------+------------------------------------------------------------------------------------------------------------+
|
||||
| void | :ref:`set_range_min_hz<class_AudioEffectPhaser_set_range_min_hz>` **(** :ref:`float<class_float>` hz **)** |
|
||||
+----------------------------+------------------------------------------------------------------------------------------------------------+
|
||||
| void | :ref:`set_rate_hz<class_AudioEffectPhaser_set_rate_hz>` **(** :ref:`float<class_float>` hz **)** |
|
||||
+----------------------------+------------------------------------------------------------------------------------------------------------+
|
||||
|
||||
Member Variables
|
||||
----------------
|
||||
|
||||
@@ -72,47 +47,3 @@ Description
|
||||
|
||||
Combines phase-shifted signals with the original signal. The movement of the phase-shifted signals is controlled using a Low Frequency Oscillator.
|
||||
|
||||
Member Function Description
|
||||
---------------------------
|
||||
|
||||
.. _class_AudioEffectPhaser_get_depth:
|
||||
|
||||
- :ref:`float<class_float>` **get_depth** **(** **)** const
|
||||
|
||||
.. _class_AudioEffectPhaser_get_feedback:
|
||||
|
||||
- :ref:`float<class_float>` **get_feedback** **(** **)** const
|
||||
|
||||
.. _class_AudioEffectPhaser_get_range_max_hz:
|
||||
|
||||
- :ref:`float<class_float>` **get_range_max_hz** **(** **)** const
|
||||
|
||||
.. _class_AudioEffectPhaser_get_range_min_hz:
|
||||
|
||||
- :ref:`float<class_float>` **get_range_min_hz** **(** **)** const
|
||||
|
||||
.. _class_AudioEffectPhaser_get_rate_hz:
|
||||
|
||||
- :ref:`float<class_float>` **get_rate_hz** **(** **)** const
|
||||
|
||||
.. _class_AudioEffectPhaser_set_depth:
|
||||
|
||||
- void **set_depth** **(** :ref:`float<class_float>` depth **)**
|
||||
|
||||
.. _class_AudioEffectPhaser_set_feedback:
|
||||
|
||||
- void **set_feedback** **(** :ref:`float<class_float>` fbk **)**
|
||||
|
||||
.. _class_AudioEffectPhaser_set_range_max_hz:
|
||||
|
||||
- void **set_range_max_hz** **(** :ref:`float<class_float>` hz **)**
|
||||
|
||||
.. _class_AudioEffectPhaser_set_range_min_hz:
|
||||
|
||||
- void **set_range_min_hz** **(** :ref:`float<class_float>` hz **)**
|
||||
|
||||
.. _class_AudioEffectPhaser_set_rate_hz:
|
||||
|
||||
- void **set_rate_hz** **(** :ref:`float<class_float>` hz **)**
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user