Skip to content

Static Functions

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

Description

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

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

Instance Functions

isDisposed():Bool

Description

isFinished():Bool

Description

isPlaying():Bool

Description

pause():Void

Description

resume():Void

Description

stop():Void

Description