Show / Hide Table of Contents

Class ImporterFactory

Inheritance
System.Object
ImporterFactory
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AssetRipper.Export.UnityProjects.Textures
Assembly: AssetRipper.Export.UnityProjects.dll
Syntax
public static class ImporterFactory

Methods

| Improve this Doc View Source

GenerateIHVImporter(IExportContainer, ITexture2D)

Declaration
public static IIHVImageFormatImporter GenerateIHVImporter(IExportContainer container, ITexture2D origin)
Parameters
Type Name Description
IExportContainer container
AssetRipper.SourceGenerated.Classes.ClassID_28.ITexture2D origin
Returns
Type Description
AssetRipper.SourceGenerated.Classes.ClassID_1055.IIHVImageFormatImporter
| Improve this Doc View Source

GenerateTextureImporter(IExportContainer, IUnityObjectBase)

Declaration
public static ITextureImporter GenerateTextureImporter(IExportContainer container, IUnityObjectBase origin)
Parameters
Type Name Description
IExportContainer container
IUnityObjectBase origin
Returns
Type Description
AssetRipper.SourceGenerated.Classes.ClassID_1006.ITextureImporter
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾