class_audiostreamrandompitch.rst 966 B

123456789101112131415161718192021222324252627282930313233343536
  1. .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
  2. .. DO NOT EDIT THIS FILE, but the AudioStreamRandomPitch.xml source instead.
  3. .. The source is found in doc/classes or modules/<name>/doc_classes.
  4. .. _class_AudioStreamRandomPitch:
  5. AudioStreamRandomPitch
  6. ======================
  7. **Inherits:** :ref:`AudioStream<class_audiostream>` **<** :ref:`Resource<class_resource>` **<** :ref:`Reference<class_reference>` **<** :ref:`Object<class_object>`
  8. **Category:** Core
  9. Brief Description
  10. -----------------
  11. Plays audio with random pitch tweaking.
  12. Member Variables
  13. ----------------
  14. .. _class_AudioStreamRandomPitch_audio_stream:
  15. - :ref:`AudioStream<class_audiostream>` **audio_stream** - The current :ref:`AudioStream<class_audiostream>`.
  16. .. _class_AudioStreamRandomPitch_random_pitch:
  17. - :ref:`float<class_float>` **random_pitch** - The intensity of random pitch variation.
  18. Description
  19. -----------
  20. Randomly varies pitch on each start.