3 using System.Collections.Generic;
6 namespace HKI.Core.Audio
11 [AddComponentMenu(
"HKI/Audio/Audio Player")]
15 [SerializeField]
bool DoSetupOnStart =
true;
16 [SerializeField] AudioPlayerSettings StartSettings =
new AudioPlayerSettings();
19 public AudioPlayerSettings GetStartSettings {
get {
return StartSettings; } }
This is a AudioPlayer that can play playlist or SoundClips. It allows to play multiple clips at once ...
This is an extention of the SimpleAudioPlayer. It allows the automatic Setup of the SimpleAudioPlayer...