Struct CreateTextureOptions
  
  
  
  Namespace: Ludiq
  
  Syntax
  
    public struct CreateTextureOptions
   
  Fields
  
  
  
  PixelPerfect
  
  
  Declaration
  
    public static readonly CreateTextureOptions PixelPerfect
   
  Field Value
  
  
  
  Scalable
  
  
  Declaration
  
    public static readonly CreateTextureOptions Scalable
   
  Field Value
  
  Properties
  
  
  
  
  alphaIsTransparency
  
  
  Declaration
  
    public bool alphaIsTransparency { get; set; }
   
  Property Value
  
  
  
  
  filterMode
  
  
  Declaration
  
    public FilterMode filterMode { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | FilterMode | 
         | 
      
    
  
  
  
  
  hideFlags
  
  
  Declaration
  
    public HideFlags hideFlags { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | HideFlags | 
         | 
      
    
  
  
  
  
  linear
  
  
  Declaration
  
    public bool? linear { get; set; }
   
  Property Value
  
  
  
  
  mipmaps
  
  
  Declaration
  
    public bool mipmaps { get; set; }
   
  Property Value
  
  
  
  
  textureFormat
  
  
  Declaration
  
    public TextureFormat textureFormat { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | TextureFormat | 
         | 
      
    
  
  Extension Methods