Class ImageHandler.TextureImporterSettings
Inheritance
ImageHandler.TextureImporterSettings
Assembly: UnityEngine.TestTools.Graphics.dll
Syntax
public class ImageHandler.TextureImporterSettings
Properties
IsReadable
Declaration
public bool IsReadable { get; set; }
Property Value
NPOTScale
Declaration
public TextureImporterNPOTScale NPOTScale { get; set; }
Property Value
TextureCompressionType
Declaration
public TextureImporterCompression TextureCompressionType { get; set; }
Property Value
TextureFilterMode
Declaration
public FilterMode TextureFilterMode { get; set; }
Property Value
UseMipMaps
Declaration
public bool UseMipMaps { get; set; }
Property Value