// Assembly: UnityEngine.UnityWebRequestWWWModule
// Full name: UnityEngine.WWW

namespace UnityEngine
{
public class WWW // TypeDefIndex: 13480
{
	// Fields
	type#28105 _uwr;

	// Methods
	// RVA: -1
	public type#28660 .ctor(type#26576 url) { }
	// RVA: -1
	public type#26576 get_error() { }
	// RVA: -1
	private type#27318 CreateTextureFromDownloadedData(type#15313 markNonReadable) { }
	// RVA: -1
	public type#27318 get_texture() { }
	// RVA: -1
	public type#26576 get_url() { }
	// RVA: -1
	public virtual type#15313 get_keepWaiting() { }
	// RVA: -1
	public virtual type#28660 Dispose() { }
	// RVA: -1
	private type#15313 WaitUntilDoneIfPossible() { }
}
}
