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