mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 17:28:58 +00:00
classref: Use code markup for default values/overrides
Sync with godotengine/godot#35357. Fixes #3071.
This commit is contained in:
@@ -23,17 +23,17 @@ Combines phase-shifted signals with the original signal. The movement of the pha
|
||||
Properties
|
||||
----------
|
||||
|
||||
+---------------------------+--------------------------------------------------------------------+--------+
|
||||
| :ref:`float<class_float>` | :ref:`depth<class_AudioEffectPhaser_property_depth>` | 1.0 |
|
||||
+---------------------------+--------------------------------------------------------------------+--------+
|
||||
| :ref:`float<class_float>` | :ref:`feedback<class_AudioEffectPhaser_property_feedback>` | 0.7 |
|
||||
+---------------------------+--------------------------------------------------------------------+--------+
|
||||
| :ref:`float<class_float>` | :ref:`range_max_hz<class_AudioEffectPhaser_property_range_max_hz>` | 1600.0 |
|
||||
+---------------------------+--------------------------------------------------------------------+--------+
|
||||
| :ref:`float<class_float>` | :ref:`range_min_hz<class_AudioEffectPhaser_property_range_min_hz>` | 440.0 |
|
||||
+---------------------------+--------------------------------------------------------------------+--------+
|
||||
| :ref:`float<class_float>` | :ref:`rate_hz<class_AudioEffectPhaser_property_rate_hz>` | 0.5 |
|
||||
+---------------------------+--------------------------------------------------------------------+--------+
|
||||
+---------------------------+--------------------------------------------------------------------+------------+
|
||||
| :ref:`float<class_float>` | :ref:`depth<class_AudioEffectPhaser_property_depth>` | ``1.0`` |
|
||||
+---------------------------+--------------------------------------------------------------------+------------+
|
||||
| :ref:`float<class_float>` | :ref:`feedback<class_AudioEffectPhaser_property_feedback>` | ``0.7`` |
|
||||
+---------------------------+--------------------------------------------------------------------+------------+
|
||||
| :ref:`float<class_float>` | :ref:`range_max_hz<class_AudioEffectPhaser_property_range_max_hz>` | ``1600.0`` |
|
||||
+---------------------------+--------------------------------------------------------------------+------------+
|
||||
| :ref:`float<class_float>` | :ref:`range_min_hz<class_AudioEffectPhaser_property_range_min_hz>` | ``440.0`` |
|
||||
+---------------------------+--------------------------------------------------------------------+------------+
|
||||
| :ref:`float<class_float>` | :ref:`rate_hz<class_AudioEffectPhaser_property_rate_hz>` | ``0.5`` |
|
||||
+---------------------------+--------------------------------------------------------------------+------------+
|
||||
|
||||
Property Descriptions
|
||||
---------------------
|
||||
@@ -43,7 +43,7 @@ Property Descriptions
|
||||
- :ref:`float<class_float>` **depth**
|
||||
|
||||
+-----------+------------------+
|
||||
| *Default* | 1.0 |
|
||||
| *Default* | ``1.0`` |
|
||||
+-----------+------------------+
|
||||
| *Setter* | set_depth(value) |
|
||||
+-----------+------------------+
|
||||
@@ -59,7 +59,7 @@ Governs how high the filter frequencies sweep. Low value will primarily affect b
|
||||
- :ref:`float<class_float>` **feedback**
|
||||
|
||||
+-----------+---------------------+
|
||||
| *Default* | 0.7 |
|
||||
| *Default* | ``0.7`` |
|
||||
+-----------+---------------------+
|
||||
| *Setter* | set_feedback(value) |
|
||||
+-----------+---------------------+
|
||||
@@ -75,7 +75,7 @@ Output percent of modified sound. Value can range from 0.1 to 0.9.
|
||||
- :ref:`float<class_float>` **range_max_hz**
|
||||
|
||||
+-----------+-------------------------+
|
||||
| *Default* | 1600.0 |
|
||||
| *Default* | ``1600.0`` |
|
||||
+-----------+-------------------------+
|
||||
| *Setter* | set_range_max_hz(value) |
|
||||
+-----------+-------------------------+
|
||||
@@ -91,7 +91,7 @@ Determines the maximum frequency affected by the LFO modulations, in Hz. Value c
|
||||
- :ref:`float<class_float>` **range_min_hz**
|
||||
|
||||
+-----------+-------------------------+
|
||||
| *Default* | 440.0 |
|
||||
| *Default* | ``440.0`` |
|
||||
+-----------+-------------------------+
|
||||
| *Setter* | set_range_min_hz(value) |
|
||||
+-----------+-------------------------+
|
||||
@@ -107,7 +107,7 @@ Determines the minimum frequency affected by the LFO modulations, in Hz. Value c
|
||||
- :ref:`float<class_float>` **rate_hz**
|
||||
|
||||
+-----------+--------------------+
|
||||
| *Default* | 0.5 |
|
||||
| *Default* | ``0.5`` |
|
||||
+-----------+--------------------+
|
||||
| *Setter* | set_rate_hz(value) |
|
||||
+-----------+--------------------+
|
||||
|
||||
Reference in New Issue
Block a user