scripts
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
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);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user