21 lines
675 B
C#
21 lines
675 B
C#
using System;
|
|
using System.Runtime.CompilerServices;
|
|
using UnityEngine.Scripting;
|
|
|
|
namespace UnityEngine.Networking
|
|
{
|
|
// Token: 0x0200029F RID: 671
|
|
internal static class WebRequestWWW
|
|
{
|
|
// Token: 0x06002D99 RID: 11673
|
|
[GeneratedByOldBindingsGenerator]
|
|
[MethodImpl(MethodImplOptions.InternalCall)]
|
|
internal static extern AudioClip InternalCreateAudioClipUsingDH(DownloadHandler dh, string url, bool stream, bool compressed, AudioType audioType);
|
|
|
|
// Token: 0x06002D9A RID: 11674
|
|
[GeneratedByOldBindingsGenerator]
|
|
[MethodImpl(MethodImplOptions.InternalCall)]
|
|
internal static extern MovieTexture InternalCreateMovieTextureUsingDH(DownloadHandler dh);
|
|
}
|
|
}
|