Namespace E7.Introloop
Classes
IntroloopAudio
An asset file for use with IntroloopPlayer. Contains an information where should the audio loop so the player can schedule the seams ahead of time.
IntroloopAudioUnityEvent
A UnityEngine.Events.UnityEvent subclass that could send IntroloopAudio to dynamically invoke Play(IntroloopAudio) on IntroloopAudio.
IntroloopException
When there is no specific C# exception type to use, Introloop throws an instance of this type.
IntroloopPlayer
A component that coordinates 4 UnityEngine.AudioSource together with scheduling methods to achieve gap-less looping music with intro section.
IntroloopPlayer<T>
An abstract
class that grants you a new set of convenient singleton instance just like the
Instance, but now under your own self-defined class name.
(e.g. You can now call MyIntroloopPlayer.Instance
and so on.)