Package fmod.fmod
Class BaseSoundListener
java.lang.Object
fmod.fmod.BaseSoundListener
- Direct Known Subclasses:
DummySoundListener
,SoundListener
public abstract class BaseSoundListener
extends java.lang.Object
-
Field Summary
-
Constructor Summary
Constructors Constructor Description BaseSoundListener(int int1)
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
index
public int index -
x
public float x -
y
public float y -
z
public float z
-
-
Constructor Details
-
BaseSoundListener
public BaseSoundListener(int int1)
-
-
Method Details
-
setPos
public void setPos(float float1, float float2, float float3) -
tick
public abstract void tick()
-