The audio subsystem.
Manages a handful of AudioSource objects, for things like global volume, global play/pause, etc..
To make a new source, use like.audio.newSource.
like.audio.newSource
Get all audio sources -- note that sources are tracked using weak references, and storing this list can cause a memory leak.
Get a AudioSource
Optional
The audio subsystem.
Manages a handful of AudioSource objects, for things like global volume, global play/pause, etc..
To make a new source, use
like.audio.newSource.