HKI Core
Namespaces | Classes
HKI.Core.Audio Namespace Reference

Namespaces

namespace  Editor
 

Classes

class  AudioPlayer
 This is an extention of the SimpleAudioPlayer. It allows the automatic Setup of the SimpleAudioPlayer at Start. More...
 
class  AudioSystem
 The AudioSystem is responsble of the creation and access of the general purpose AudioPlayers. More...
 
class  ChangePlaylist
 This MonoBehaviour allows the changing of the playlist on one of the general purpose AudioPlayers. More...
 
class  PausePlayer
 This MonoBehaviour allows pausing of a SoundClip on one of the general purpose AudioPlayers. More...
 
class  Playlist
 This ScriptableObject contains the data of a playlist for the AudioPlayer. More...
 
class  PlaySoundClip
 This MonoBehaviour allows playing of a SoundClip on one of the general purpose AudioPlayers. More...
 
class  PlaySoundOnlyIfTimePassed
 This MonoBehaviour allows the delay of playing a soundclip. More...
 
class  SimpleAudioPlayer
 This is a AudioPlayer that can play playlist or SoundClips. It allows to play multiple clips at once or only one clip but with fading between clips or immediate switching of clips. More...
 
class  SoundClip
 This is a container ScriptableObject that holds all data required to play a AudioClip. More...