Version: 5.6 (switch to 2017.1b)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

DownloadHandlerAudioClip.GetContent

public static AudioClip GetContent(Networking.UnityWebRequest www);

Parameters

www A finished UnityWebRequest object with DownloadHandlerAudioClip attached.

Returns

AudioClip The same as DownloadHandlerAudioClip.audioClip

Description

Returns the downloaded AudioClip, or null.

A static function provided for convenience; equivalent to ((DownloadHandlerAudioClip)www.downloadHandler).audioClip.