Class EditorTextureUtility
  
  
  
  
    Inheritance
    
    EditorTextureUtility
   
  Namespace: Ludiq
  
  Syntax
  
    public static class EditorTextureUtility
   
  Fields
  
  
  
  EnableResizing
  
  
  Declaration
  
    public static bool EnableResizing
   
  Field Value
  
  Methods
  
  
  
  
  ExportAllEditorIcon()
  
  
  Declaration
  
    public static void ExportAllEditorIcon()
   
  
  
  
  ReadableCopy(Texture2D)
  
  
  Declaration
  
    public static Texture2D ReadableCopy(this Texture2D source)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | Texture2D | 
        source | 
         | 
      
    
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | Texture2D | 
         | 
      
    
  
  
  
  
  Resized(Texture2D, Int32)
  
  
  Declaration
  
    public static Texture2D Resized(this Texture2D source, int size)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | Texture2D | 
        source | 
         | 
      
      
        | Int32 | 
        size | 
         | 
      
    
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | Texture2D | 
         | 
      
    
  
  
  
  
  Resized(Texture2D, Int32, Int32)
  
  
  Declaration
  
    public static Texture2D Resized(this Texture2D source, int width, int height)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | Texture2D | 
        source | 
         | 
      
      
        | Int32 | 
        width | 
         | 
      
      
        | Int32 | 
        height | 
         | 
      
    
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | Texture2D | 
         |