public interface AudioListener
Modifier and Type | Method and Description |
---|---|
float |
getDopplerFactor() |
float |
getSpeedOfSound() |
void |
setDopplerFactor(float arg) |
void |
setOrientation(float x,
float y,
float z,
float xUp,
float yUp,
float zUp) |
void |
setPosition(float x,
float y,
float z) |
void |
setSpeedOfSound(float arg) |
void |
setVelocity(float x,
float y,
float z) |
float getDopplerFactor()
void setDopplerFactor(float arg)
float getSpeedOfSound()
void setSpeedOfSound(float arg)
void setOrientation(float x, float y, float z, float xUp, float yUp, float zUp)
void setPosition(float x, float y, float z)
void setVelocity(float x, float y, float z)
Copyright © 2018. All rights reserved.