Class DownloadHandlerMovieTexture
  
  
  
  
    Inheritance
    
    
    DownloadHandlerMovieTexture
   
  
  
  
  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
  
  Methods
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GetContent(UnityWebRequest)
  
  
  Declaration
  
    public static MovieTexture GetContent(UnityWebRequest uwr)
   
  Parameters
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GetData()
  
  
  Declaration
  
    protected override byte[] GetData()
   
  Returns
  
  Overrides
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GetText()
  
  
  Declaration
  
    protected override string GetText()
   
  Returns
  
  Overrides
  
  Implements
  
  Extension Methods