Namespace InsaneScatterbrain.RetroKit
Classes
AudioPlayer
AudioPlayerScript
This is a wrapper for the static AudioPlayer, so it can be used with UnityEvents, for example.
AudioSettings
This class contains some stuff that didn't fit well anywhere else.
DummyMonoBehaviour
Unity doesn't like it when you try to instantiate MonoBehaviour directly, this is a implementation with no additional functionality to instantiate instead. For example, to start co-routines on.
Extensions
RetroCamera
RetroSystem
The retro system contains all the limitations of the fictional system used. (Currently the resolution and the color palette.)
SampleSet
The sample set consists of audio samples and contains an AudioClip that can be used to play those samples.
SampleSetAsset
This is a wrapper to be able to store a sample set as an asset.
SampleSetAudioSource
This component takes a sample set asset and assigns it's audio clip to the audio source after it's been generated at runtime.
SaveWave
Settings
SettingsFileMissingException
Exception that should be thrown whenever a required settings file seems to be missing.