setListenerOrientation method

void setListenerOrientation(
  1. double angle
)

Set the orientation of the listener.

Implementation

void setListenerOrientation(final double angle) {
  soundBackend.listenerOrientation = ListenerOrientation.fromAngle(angle);
}