mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
63 lines
3.4 KiB
ReStructuredText
63 lines
3.4 KiB
ReStructuredText
.. Generated automatically by doc/tools/makerst.py in Godot's source tree.
|
|
.. DO NOT EDIT THIS FILE, but the doc/base/classes.xml source instead.
|
|
|
|
.. _class_SoundRoomParams:
|
|
|
|
SoundRoomParams
|
|
===============
|
|
|
|
**Inherits:** :ref:`Node<class_node>` **<** :ref:`Object<class_object>`
|
|
|
|
**Category:** Core
|
|
|
|
Brief Description
|
|
-----------------
|
|
|
|
|
|
|
|
Member Functions
|
|
----------------
|
|
|
|
+----------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+
|
|
| :ref:`float<class_float>` | :ref:`get_param<class_SoundRoomParams_get_param>` **(** :ref:`int<class_int>` param **)** const |
|
|
+----------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+
|
|
| :ref:`int<class_int>` | :ref:`get_reverb_mode<class_SoundRoomParams_get_reverb_mode>` **(** **)** const |
|
|
+----------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+
|
|
| :ref:`bool<class_bool>` | :ref:`is_forcing_params_to_all_sources<class_SoundRoomParams_is_forcing_params_to_all_sources>` **(** **)** |
|
|
+----------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+
|
|
| void | :ref:`set_force_params_to_all_sources<class_SoundRoomParams_set_force_params_to_all_sources>` **(** :ref:`bool<class_bool>` enabled **)** |
|
|
+----------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+
|
|
| void | :ref:`set_param<class_SoundRoomParams_set_param>` **(** :ref:`int<class_int>` param, :ref:`float<class_float>` value **)** |
|
|
+----------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+
|
|
| void | :ref:`set_reverb_mode<class_SoundRoomParams_set_reverb_mode>` **(** :ref:`int<class_int>` reverb_mode **)** |
|
|
+----------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
|
Member Function Description
|
|
---------------------------
|
|
|
|
.. _class_SoundRoomParams_get_param:
|
|
|
|
- :ref:`float<class_float>` **get_param** **(** :ref:`int<class_int>` param **)** const
|
|
|
|
.. _class_SoundRoomParams_get_reverb_mode:
|
|
|
|
- :ref:`int<class_int>` **get_reverb_mode** **(** **)** const
|
|
|
|
.. _class_SoundRoomParams_is_forcing_params_to_all_sources:
|
|
|
|
- :ref:`bool<class_bool>` **is_forcing_params_to_all_sources** **(** **)**
|
|
|
|
.. _class_SoundRoomParams_set_force_params_to_all_sources:
|
|
|
|
- void **set_force_params_to_all_sources** **(** :ref:`bool<class_bool>` enabled **)**
|
|
|
|
.. _class_SoundRoomParams_set_param:
|
|
|
|
- void **set_param** **(** :ref:`int<class_int>` param, :ref:`float<class_float>` value **)**
|
|
|
|
.. _class_SoundRoomParams_set_reverb_mode:
|
|
|
|
- void **set_reverb_mode** **(** :ref:`int<class_int>` reverb_mode **)**
|
|
|
|
|