Class ImageHandler.TextureImporterSettings
Settings for the texture importer.
Inherited Members
Namespace: UnityEngine.TestTools.Graphics
Assembly: UnityEngine.TestTools.Graphics.dll
Syntax
public class ImageHandler.TextureImporterSettings
Properties
IsReadable
Whether the texture is readable.
Declaration
public bool IsReadable { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
NPOTScale
The NPOT scale for the texture.
Declaration
public TextureImporterNPOTScale NPOTScale { get; set; }
Property Value
| Type | Description |
|---|---|
| TextureImporterNPOTScale |
TextureCompressionType
The texture compression type.
Declaration
public TextureImporterCompression TextureCompressionType { get; set; }
Property Value
| Type | Description |
|---|---|
| TextureImporterCompression |
TextureFilterMode
The filter mode for the texture.
Declaration
public FilterMode TextureFilterMode { get; set; }
Property Value
| Type | Description |
|---|---|
| FilterMode |
UseMipMaps
Whether to use mipmaps.
Declaration
public bool UseMipMaps { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |