AudioStreamPlaybackInteractive.xml 910 B

12345678910111213141516171819202122232425262728
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <class name="AudioStreamPlaybackInteractive" inherits="AudioStreamPlayback" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd">
  3. <brief_description>
  4. Playback component of [AudioStreamInteractive].
  5. </brief_description>
  6. <description>
  7. Playback component of [AudioStreamInteractive]. Contains functions to change the currently played clip.
  8. </description>
  9. <tutorials>
  10. </tutorials>
  11. <methods>
  12. <method name="switch_to_clip">
  13. <return type="void" />
  14. <param index="0" name="clip_index" type="int" />
  15. <description>
  16. Switch to a clip (by index).
  17. </description>
  18. </method>
  19. <method name="switch_to_clip_by_name">
  20. <return type="void" />
  21. <param index="0" name="clip_name" type="StringName" />
  22. <description>
  23. Switch to a clip (by name).
  24. </description>
  25. </method>
  26. </methods>
  27. </class>