Class DownloadHandlerTexture
  
  
  
  
    Inheritance
    
    
    DownloadHandlerTexture
   
  
  
  
  Assembly: UnityEngine.dll
  Syntax
  
    public sealed class DownloadHandlerTexture : DownloadHandler, IDisposable
   
  Constructors
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  DownloadHandlerTexture()
  
  
  Declaration
  
    public DownloadHandlerTexture()
   
  
    |
    Improve this Doc
  
  
    View Source
  
  
  DownloadHandlerTexture(Boolean)
  
  
  Declaration
  
    public DownloadHandlerTexture(bool readable)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | Boolean | readable |  | 
    
  
  Properties
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  texture
  
  
  Declaration
  
    public Texture2D texture { get; }
   
  Property Value
  
  Methods
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GetContent(UnityWebRequest)
  
  
  Declaration
  
    public static Texture2D GetContent(UnityWebRequest www)
   
  Parameters
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GetData()
  
  
  Declaration
  
    protected override byte[] GetData()
   
  Returns
  
  Overrides
  
  Implements
  
  Extension Methods