AudioStreamRandomPitch.xml 710 B

1234567891011121314151617181920212223242526
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <class name="AudioStreamRandomPitch" inherits="AudioStream" category="Core" version="3.1">
  3. <brief_description>
  4. Plays audio with random pitch tweaking.
  5. </brief_description>
  6. <description>
  7. Randomly varies pitch on each start.
  8. </description>
  9. <tutorials>
  10. </tutorials>
  11. <demos>
  12. </demos>
  13. <methods>
  14. </methods>
  15. <members>
  16. <member name="audio_stream" type="AudioStream" setter="set_audio_stream" getter="get_audio_stream">
  17. The current [AudioStream].
  18. </member>
  19. <member name="random_pitch" type="float" setter="set_random_pitch" getter="get_random_pitch">
  20. The intensity of random pitch variation.
  21. </member>
  22. </members>
  23. <constants>
  24. </constants>
  25. </class>