mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 17:28:58 +00:00
classref: Remove stray spaces in method signatures
This commit is contained in:
@@ -21,11 +21,11 @@ Raises or lowers the pitch of original sound.
|
||||
Member Functions
|
||||
----------------
|
||||
|
||||
+----------------------------+------------------------------------------------------------------------------------------------------------------+
|
||||
| :ref:`float<class_float>` | :ref:`get_pitch_scale<class_AudioEffectPitchShift_get_pitch_scale>` **(** **)** const |
|
||||
+----------------------------+------------------------------------------------------------------------------------------------------------------+
|
||||
| void | :ref:`set_pitch_scale<class_AudioEffectPitchShift_set_pitch_scale>` **(** :ref:`float<class_float>` rate **)** |
|
||||
+----------------------------+------------------------------------------------------------------------------------------------------------------+
|
||||
+----------------------------+----------------------------------------------------------------------------------------------------------------+
|
||||
| :ref:`float<class_float>` | :ref:`get_pitch_scale<class_AudioEffectPitchShift_get_pitch_scale>` **(** **)** const |
|
||||
+----------------------------+----------------------------------------------------------------------------------------------------------------+
|
||||
| void | :ref:`set_pitch_scale<class_AudioEffectPitchShift_set_pitch_scale>` **(** :ref:`float<class_float>` rate **)** |
|
||||
+----------------------------+----------------------------------------------------------------------------------------------------------------+
|
||||
|
||||
Member Variables
|
||||
----------------
|
||||
@@ -45,10 +45,10 @@ Member Function Description
|
||||
|
||||
.. _class_AudioEffectPitchShift_get_pitch_scale:
|
||||
|
||||
- :ref:`float<class_float>` **get_pitch_scale** **(** **)** const
|
||||
- :ref:`float<class_float>` **get_pitch_scale** **(** **)** const
|
||||
|
||||
.. _class_AudioEffectPitchShift_set_pitch_scale:
|
||||
|
||||
- void **set_pitch_scale** **(** :ref:`float<class_float>` rate **)**
|
||||
- void **set_pitch_scale** **(** :ref:`float<class_float>` rate **)**
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user