class_audioeffectpanner.rst 861 B

1234567891011121314151617181920212223242526272829303132
  1. .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
  2. .. DO NOT EDIT THIS FILE, but the AudioEffectPanner.xml source instead.
  3. .. The source is found in doc/classes or modules/<name>/doc_classes.
  4. .. _class_AudioEffectPanner:
  5. AudioEffectPanner
  6. =================
  7. **Inherits:** :ref:`AudioEffect<class_audioeffect>` **<** :ref:`Resource<class_resource>` **<** :ref:`Reference<class_reference>` **<** :ref:`Object<class_object>`
  8. **Category:** Core
  9. Brief Description
  10. -----------------
  11. Adds a Panner audio effect to an Audio bus. Pans sound left or right.
  12. Member Variables
  13. ----------------
  14. .. _class_AudioEffectPanner_pan:
  15. - :ref:`float<class_float>` **pan** - Pan position. Value can range from -1 (fully left) to 1 (fully right).
  16. Description
  17. -----------
  18. Determines how much of an audio signal is sent to the left and right buses.