.. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. .. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. .. XML source: https://github.com/godotengine/godot/tree/master/docs/gdscript/doc/classes/AudioEffectReverb.xml. .. _class_AudioEffectReverb: AudioEffectReverb ================= **Inherits:** :ref:`AudioEffect` **<** :ref:`Resource` **<** :ref:`RefCounted` **<** :ref:`Object` .. container:: contribute There is currently no description for this class. Please help us by :ref:`contributing one `! .. rst-class:: classref-reftable-group Properties ---------- .. table:: :widths: auto +---------------------------+------------------------------------------------------------------------------+-----------+ | :ref:`float` | :ref:`damping` | ``0.5`` | +---------------------------+------------------------------------------------------------------------------+-----------+ | :ref:`float` | :ref:`dry` | ``1.0`` | +---------------------------+------------------------------------------------------------------------------+-----------+ | :ref:`float` | :ref:`hipass` | ``0.0`` | +---------------------------+------------------------------------------------------------------------------+-----------+ | :ref:`float` | :ref:`predelay_feedback` | ``0.4`` | +---------------------------+------------------------------------------------------------------------------+-----------+ | :ref:`float` | :ref:`predelay_msec` | ``150.0`` | +---------------------------+------------------------------------------------------------------------------+-----------+ | :ref:`float` | :ref:`room_size` | ``0.8`` | +---------------------------+------------------------------------------------------------------------------+-----------+ | :ref:`float` | :ref:`spread` | ``1.0`` | +---------------------------+------------------------------------------------------------------------------+-----------+ | :ref:`float` | :ref:`wet` | ``0.5`` | +---------------------------+------------------------------------------------------------------------------+-----------+ .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Property Descriptions --------------------- .. _class_AudioEffectReverb_property_damping: .. rst-class:: classref-property :ref:`float` **damping** = ``0.5`` .. rst-class:: classref-property-setget - void **set_damping** **(** :ref:`float` value **)** - :ref:`float` **get_damping** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_AudioEffectReverb_property_dry: .. rst-class:: classref-property :ref:`float` **dry** = ``1.0`` .. rst-class:: classref-property-setget - void **set_dry** **(** :ref:`float` value **)** - :ref:`float` **get_dry** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_AudioEffectReverb_property_hipass: .. rst-class:: classref-property :ref:`float` **hipass** = ``0.0`` .. rst-class:: classref-property-setget - void **set_hpf** **(** :ref:`float` value **)** - :ref:`float` **get_hpf** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_AudioEffectReverb_property_predelay_feedback: .. rst-class:: classref-property :ref:`float` **predelay_feedback** = ``0.4`` .. rst-class:: classref-property-setget - void **set_predelay_feedback** **(** :ref:`float` value **)** - :ref:`float` **get_predelay_feedback** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_AudioEffectReverb_property_predelay_msec: .. rst-class:: classref-property :ref:`float` **predelay_msec** = ``150.0`` .. rst-class:: classref-property-setget - void **set_predelay_msec** **(** :ref:`float` value **)** - :ref:`float` **get_predelay_msec** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_AudioEffectReverb_property_room_size: .. rst-class:: classref-property :ref:`float` **room_size** = ``0.8`` .. rst-class:: classref-property-setget - void **set_room_size** **(** :ref:`float` value **)** - :ref:`float` **get_room_size** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_AudioEffectReverb_property_spread: .. rst-class:: classref-property :ref:`float` **spread** = ``1.0`` .. rst-class:: classref-property-setget - void **set_spread** **(** :ref:`float` value **)** - :ref:`float` **get_spread** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_AudioEffectReverb_property_wet: .. rst-class:: classref-property :ref:`float` **wet** = ``0.5`` .. rst-class:: classref-property-setget - void **set_wet** **(** :ref:`float` value **)** - :ref:`float` **get_wet** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)` .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)` .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)` .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)` .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)` .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)` .. |bitfield| replace:: :abbr:`BitField (This value is an integer composed as a bitmask of the following flags.)`