Package fmod.fmod

Class SoundListener

java.lang.Object
fmod.fmod.BaseSoundListener
fmod.fmod.SoundListener

public class SoundListener
extends BaseSoundListener
  • Field Summary

    Fields
    Modifier and Type Field Description
    float lx  
    float ly  
    float lz  

    Fields inherited from class fmod.fmod.BaseSoundListener

    index, x, y, z
  • Constructor Summary

    Constructors
    Constructor Description
    SoundListener​(int index)  
  • Method Summary

    Modifier and Type Method Description
    void tick()  

    Methods inherited from class fmod.fmod.BaseSoundListener

    setPos

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • lx

      public float lx
    • ly

      public float ly
    • lz

      public float lz
  • Constructor Details

    • SoundListener

      public SoundListener​(int index)
  • Method Details