|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectMicrosoft.Xna.Framework.Audio.AudioEmitter
public class AudioEmitter
Constructor Summary | |
---|---|
AudioEmitter()
|
Method Summary | |
---|---|
float |
getDopplerScale()
Gets a scalar applied to the level of Doppler effect calculated between this and any AudioListener. |
Vector3 |
getForward()
Gets the forward orientation vector for this emitter. |
Vector3 |
getPosition()
Gets the position of this emitter. |
Vector3 |
getUp()
Gets the upward orientation vector for this emitter. |
Vector3 |
getVelocity()
Gets the velocity vector of this emitter. |
void |
setDopplerScale(float value)
Sets a scalar applied to the level of Doppler effect calculated between this and any AudioListener. |
void |
setForward(Vector3 value)
Sets the forward orientation vector for this emitter. |
void |
setPosition(Vector3 value)
Sets the position of this emitter. |
void |
setUp(Vector3 value)
Sets the upward orientation vector for this emitter. |
void |
setVelocity(Vector3 value)
Sets the velocity vector of this emitter. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AudioEmitter()
Method Detail |
---|
public float getDopplerScale()
public void setDopplerScale(float value)
public Vector3 getForward()
public void setForward(Vector3 value)
public Vector3 getPosition()
public void setPosition(Vector3 value)
public Vector3 getUp()
public void setUp(Vector3 value)
public Vector3 getVelocity()
public void setVelocity(Vector3 value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |