Click or drag to resize

AudioServiceSetAudioListener Method

Sets a new AudioListener. When null is passed in, we search the hierarchy of the App.CameraService.Camera for the AudioListener. Also disables all other AudioListenrs in the scene

Namespace:  ImmerseSDK.Audio
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public void SetAudioListener(
	UnityEngine.AudioListener audioListener
)

Parameters

audioListener
Type: UnityEngine.AudioListener
See Also