3 namespace HKI.Core.Audio
28 [SerializeField]
bool PlayOnStart =
false;
30 [SerializeField]
float PlayInSeconds = 0.0f;
38 Invoke(
"Play", PlayInSeconds);
44 if (AudioSystem != null)
46 switch (AudioPlayerType)
SimpleAudioPlayer VoicesAudioPlayer
This ScriptableObject contains the data of a playlist for the AudioPlayer.
SimpleAudioPlayer UiFxAudioPlayer
void ChangePlaylist(Playlist playlist)
SimpleAudioPlayer MusicAudioPlayer
The AudioSystem is responsble of the creation and access of the general purpose AudioPlayers.
SimpleAudioPlayer FxAudioPlayer
This MonoBehaviour allows the changing of the playlist on one of the general purpose AudioPlayers...
SimpleAudioPlayer AmbientAudioPlayer