Skip to content

Static Functions

AudioClip.play(audioContent:String, options?:PlaySoundArgs):AudioClip

description

Plays audio by the specified id, returning the active AudioClip object of the played audio. Parameters:

  • The content id path of the audio to be played.
  • Playback options for the audio

Instance Functions

isDisposed():Bool

isFinished():Bool

isPlaying():Bool

pause():Void

resume():Void

stop():Void