Class SinglePlayTrack
java.lang.Object
de.gurkenlabs.litiengine.sound.SinglePlayTrack
-
Constructor Summary
ConstructorsConstructorDescriptionSinglePlayTrack(Sound sound) Initializes a newSinglePlayTrackfor the specified sound.SinglePlayTrack(String soundName) Initializes a newSinglePlayTrackfor 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
-
SinglePlayTrack
Initializes a newSinglePlayTrackfor the specified sound.- Parameters:
soundName- The name of the sound to be played by this track.
-
SinglePlayTrack
Initializes a newSinglePlayTrackfor the specified sound.- Parameters:
sound- The sound to be played by this track.
-
-
Method Details