Package zombie.audio.parameters
Class ParameterMusicLibrary
java.lang.Object
zombie.audio.FMODParameter
zombie.audio.FMODGlobalParameter
zombie.audio.parameters.ParameterMusicLibrary
public final class ParameterMusicLibrary extends FMODGlobalParameter
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ParameterMusicLibrary.Library
-
Constructor Summary
Constructors Constructor Description ParameterMusicLibrary()
-
Method Summary
Modifier and Type Method Description float
calculateCurrentValue()
Methods inherited from class zombie.audio.FMODGlobalParameter
setCurrentValue, startEventInstance, stopEventInstance
Methods inherited from class zombie.audio.FMODParameter
getCurrentValue, getName, getParameterDescription, getParameterID, resetToDefault, update
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ParameterMusicLibrary
public ParameterMusicLibrary()
-
-
Method Details
-
calculateCurrentValue
public float calculateCurrentValue()- Specified by:
calculateCurrentValue
in classFMODParameter
-