Show / Hide Table of Contents

Struct TextureGenerationOutput

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 TextureGenerationOutput

Properties

| Improve this Doc View Source

importInspectorWarnings

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

importWarnings

Declaration
public string[] importWarnings { get; }
Property Value
Type Description
String[]
| Improve this Doc View Source

sprites

Declaration
public Sprite[] sprites { get; }
Property Value
Type Description
Sprite[]
| Improve this Doc View Source

texture

Declaration
public Texture2D texture { get; }
Property Value
Type Description
Texture2D
| Improve this Doc View Source

thumbNail

Declaration
public Texture2D thumbNail { get; }
Property Value
Type Description
Texture2D

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