com.jme3.audio
クラス Listener

java.lang.Object
  上位を拡張 com.jme3.audio.Listener

public class Listener
extends java.lang.Object


コンストラクタの概要
Listener()
           
Listener(Listener source)
           
 
メソッドの概要
 Vector3f getDirection()
           
 Vector3f getLeft()
           
 Vector3f getLocation()
           
 Quaternion getRotation()
           
 Vector3f getUp()
           
 Vector3f getVelocity()
           
 float getVolume()
           
 void setLocation(Vector3f location)
           
 void setRenderer(AudioRenderer renderer)
           
 void setRotation(Quaternion rotation)
           
 void setVelocity(Vector3f velocity)
           
 void setVolume(float volume)
           
 
クラス java.lang.Object から継承されたメソッド
equals, 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)