AudioStreamPlaybackInteractive
Inherits: AudioStreamPlayback < RefCounted < Object
Playback component of AudioStreamInteractive.
Description
Playback component of AudioStreamInteractive. Contains functions to change the currently played clip.
Methods
void | switch_to_clip(clip_index: int) |
void | switch_to_clip_by_name(clip_name: StringName) |
Method Descriptions
void switch_to_clip(clip_index: int) 🔗
Switch to a clip (by index).
void switch_to_clip_by_name(clip_name: StringName) 🔗
Switch to a clip (by name).
User-contributed notes
Please read the User-contributed notes policy before submitting a comment.