Available on all targets
staticvolume:Float
The volume of the sound being played.
staticpan:Float
The pan of the sound being played.
staticpitch:Float
The pitch of the sound being played.
staticposition:Float
The position (in seconds) of the sound being played.
staticinlinepause(this:AudioHandle):Void
Pause the sound (for later resume).
staticinlineresume(this:AudioHandle):Void
Resume playing the sound.
staticinlinestop(this:AudioHandle):Void
Stop the sound.
staticfadeOut(this:AudioHandle, duration:Float):Void