Show / Hide Table of Contents

Struct TextureGenerationSettings

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Namespace: UnityEditor.Experimental.AssetImporters
Assembly: UnityEditor.dll
Syntax
public struct TextureGenerationSettings

Constructors

| Improve this Doc View Source

TextureGenerationSettings(TextureImporterType)

Declaration
public TextureGenerationSettings(TextureImporterType type)
Parameters
Type Name Description
TextureImporterType type

Properties

| Improve this Doc View Source

assetPath

Declaration
public string assetPath { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

enablePostProcessor

Declaration
public bool enablePostProcessor { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

platformSettings

Declaration
public TextureImporterPlatformSettings platformSettings { get; set; }
Property Value
Type Description
TextureImporterPlatformSettings
| Improve this Doc View Source

qualifyForSpritePacking

Declaration
public bool qualifyForSpritePacking { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

sourceTextureInformation

Declaration
public SourceTextureInformation sourceTextureInformation { get; set; }
Property Value
Type Description
SourceTextureInformation
| Improve this Doc View Source

spriteImportData

Declaration
public SpriteImportData[] spriteImportData { get; set; }
Property Value
Type Description
SpriteImportData[]
| Improve this Doc View Source

spritePackingTag

Declaration
public string spritePackingTag { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

textureImporterSettings

Declaration
public TextureImporterSettings textureImporterSettings { get; set; }
Property Value
Type Description
TextureImporterSettings

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX