Class IntroTrack
java.lang.Object
de.pirckheimer_gymnasium.engine_pi.sound.IntroTrack
A
Track that plays an intro sound and then loops the specified music
sound.-
Constructor Summary
ConstructorsConstructorDescriptionIntroTrack(Sound intro, Sound loop) Initializes a newIntroTrackfor the specified sound. -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
IntroTrack
Initializes a newIntroTrackfor the specified sound.- Parameters:
intro- The sound to be played as intro.loop- The sound to be looped.
-
-
Method Details