Struct TextureGenerationSettings
Assembly: UnityEditor.dll
Syntax
public struct TextureGenerationSettings
Constructors
|
Improve this Doc
View Source
TextureGenerationSettings(TextureImporterType)
Declaration
public TextureGenerationSettings(TextureImporterType type)
Parameters
Properties
|
Improve this Doc
View Source
assetPath
Declaration
public string assetPath { get; set; }
Property Value
|
Improve this Doc
View Source
enablePostProcessor
Declaration
public bool enablePostProcessor { get; set; }
Property Value
|
Improve this Doc
View Source
platformSettings
Declaration
public TextureImporterPlatformSettings platformSettings { get; set; }
Property Value
|
Improve this Doc
View Source
qualifyForSpritePacking
Declaration
public bool qualifyForSpritePacking { get; set; }
Property Value
|
Improve this Doc
View Source
sourceTextureInformation
Declaration
public SourceTextureInformation sourceTextureInformation { get; set; }
Property Value
|
Improve this Doc
View Source
spriteImportData
Declaration
public SpriteImportData[] spriteImportData { get; set; }
Property Value
|
Improve this Doc
View Source
spritePackingTag
Declaration
public string spritePackingTag { get; set; }
Property Value
|
Improve this Doc
View Source
textureImporterSettings
Declaration
public TextureImporterSettings textureImporterSettings { get; set; }
Property Value
Extension Methods