Package zombie
Class AmbientStreamManager.AmbientLoop
java.lang.Object
zombie.AmbientStreamManager.AmbientLoop
- Enclosing class:
- AmbientStreamManager
public static class AmbientStreamManager.AmbientLoop
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description long
channel
float
currVol
FMODSoundEmitter
emitter
java.lang.String
name
float
targVol
static float
volChangeAmount
float
volumedelta
-
Constructor Summary
Constructors Constructor Description AmbientLoop(float float1, java.lang.String string, float float2)
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
volChangeAmount
public static float volChangeAmount -
targVol
public float targVol -
currVol
public float currVol -
name
public java.lang.String name -
volumedelta
public float volumedelta -
channel
public long channel -
emitter
-
-
Constructor Details
-
AmbientLoop
public AmbientLoop(float float1, java.lang.String string, float float2)
-
-
Method Details
-
update
public void update() -
stop
public void stop()
-