Interface SoundLocation
public interface SoundLocation
A sound location source.
- Author:
- Matthew Tropiano
-
Method Summary
Modifier and TypeMethodDescriptionfloatfloatfloatfloat
-
Method Details
-
getSoundPositionX
float getSoundPositionX()- Returns:
- the sound position of this object, X-coordinate, in world units.
-
getSoundPositionY
float getSoundPositionY()- Returns:
- the sound position of this object, Y-coordinate, in world units.
-
getSoundPositionZ
float getSoundPositionZ()- Returns:
- the sound position of this object, Z-coordinate, in world units.
-
getSoundAngle
float getSoundAngle()- Returns:
- the angle of the sound, in degrees.
-