AudioController.GetCurrentAudioListener Method

Audio Toolkit

Collapse image Expand Image Copy image CopyHover image
Gets the currently active Unity audio listener.

Namespace: (Default Namespace)
Assembly: AudioToolkit (in AudioToolkit.dll) Version: 8.0.0.0 (8.0.0.0)

Syntax

C#
public static AudioListener GetCurrentAudioListener()

Return Value

Type: AudioListener
Reference of the currently active AudioListener object.

See Also