AudioStreamRandomPitch.xml 774 B

123456789101112131415161718192021222324
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <class name="AudioStreamRandomPitch" inherits="AudioStream" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
  3. <brief_description>
  4. Plays audio with random pitch shifting.
  5. </brief_description>
  6. <description>
  7. Randomly varies pitch on each start.
  8. </description>
  9. <tutorials>
  10. </tutorials>
  11. <methods>
  12. </methods>
  13. <members>
  14. <member name="audio_stream" type="AudioStream" setter="set_audio_stream" getter="get_audio_stream">
  15. The current [AudioStream].
  16. </member>
  17. <member name="random_pitch" type="float" setter="set_random_pitch" getter="get_random_pitch" default="1.1">
  18. The intensity of random pitch variation.
  19. </member>
  20. </members>
  21. <constants>
  22. </constants>
  23. </class>