setListenerOrientation method
Set the orientation of the listener.
Implementation
void setListenerOrientation(final double angle) {
soundBackend.listenerOrientation = ListenerOrientation.fromAngle(angle);
}
Set the orientation of the listener.
void setListenerOrientation(final double angle) {
soundBackend.listenerOrientation = ListenerOrientation.fromAngle(angle);
}