Show / Hide Table of Contents

Class DownloadHandlerMovieTexture

Inheritance
Object
DownloadHandler
DownloadHandlerMovieTexture
Implements
IDisposable
Inherited Members
DownloadHandler.Dispose()
DownloadHandler.isDone
DownloadHandler.data
DownloadHandler.text
DownloadHandler.ReceiveData(Byte[], Int32)
DownloadHandler.ReceiveContentLength(Int32)
DownloadHandler.CompleteContent()
DownloadHandler.GetProgress()
DownloadHandler.GetCheckedDownloader<T>(UnityWebRequest)
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEngine.Networking
Assembly: UnityEngine.dll
Syntax
[Obsolete("MovieTexture is deprecated. Use VideoPlayer instead.", false)]
public sealed class DownloadHandlerMovieTexture : DownloadHandler, IDisposable

Constructors

| Improve this Doc View Source

DownloadHandlerMovieTexture()

Declaration
public DownloadHandlerMovieTexture()

Properties

movieTexture

Declaration
public MovieTexture movieTexture { get; }
Property Value
Type Description
MovieTexture

Methods

| Improve this Doc View Source

GetContent(UnityWebRequest)

Declaration
public static MovieTexture GetContent(UnityWebRequest uwr)
Parameters
Type Name Description
UnityWebRequest uwr
Returns
Type Description
MovieTexture
| Improve this Doc View Source

GetData()

Declaration
protected override byte[] GetData()
Returns
Type Description
Byte[]
Overrides
DownloadHandler.GetData()
| Improve this Doc View Source

GetText()

Declaration
protected override string GetText()
Returns
Type Description
String
Overrides
DownloadHandler.GetText()

Implements

System.IDisposable

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX