com.jme3.audio
Class Listener
java.lang.Object
com.jme3.audio.Listener
public class Listener
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Listener
public Listener()
Listener
public Listener(Listener source)
setRenderer
public void setRenderer(AudioRenderer renderer)
getVolume
public float getVolume()
setVolume
public void setVolume(float volume)
getLocation
public Vector3f getLocation()
getRotation
public Quaternion getRotation()
getVelocity
public Vector3f getVelocity()
getLeft
public Vector3f getLeft()
getUp
public Vector3f getUp()
getDirection
public Vector3f getDirection()
setLocation
public void setLocation(Vector3f location)
setRotation
public void setRotation(Quaternion rotation)
setVelocity
public void setVelocity(Vector3f velocity)