public class SpatialAudioZone
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
float |
audioAttenuation |
float[] |
forward |
float |
forwardLength |
float[] |
position |
float[] |
right |
float |
rightLength |
float[] |
up |
float |
upLength |
int |
zoneSetId |
Constructor and Description |
---|
SpatialAudioZone() |
Modifier and Type | Method and Description |
---|---|
float |
getAudioAttenuation() |
float[] |
getForward() |
float |
getForwardLength() |
float[] |
getPosition() |
float[] |
getRight() |
float |
getRightLength() |
float[] |
getUp() |
float |
getUpLength() |
int |
getZoneSetId() |
public int zoneSetId
public float[] position
public float[] forward
public float[] right
public float[] up
public float forwardLength
public float rightLength
public float upLength
public float audioAttenuation
public float[] getPosition()
public float[] getForward()
public float[] getRight()
public float[] getUp()
public int getZoneSetId()
public float getForwardLength()
public float getRightLength()
public float getUpLength()
public float getAudioAttenuation()