Show / Hide Table of Contents

Class PrimaryContentExporter

Inheritance
System.Object
PrimaryContentExporter
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.PrimaryContent
Assembly: AssetRipper.Export.PrimaryContent.dll
Syntax
public sealed class PrimaryContentExporter

Methods

| Improve this Doc View Source

CreateDefault(GameData)

Declaration
public static PrimaryContentExporter CreateDefault(GameData gameData)
Parameters
Type Name Description
GameData gameData
Returns
Type Description
PrimaryContentExporter
| Improve this Doc View Source

Export(GameBundle, CoreConfiguration, FileSystem)

Declaration
public void Export(GameBundle fileCollection, CoreConfiguration options, FileSystem fileSystem)
Parameters
Type Name Description
GameBundle fileCollection
CoreConfiguration options
FileSystem fileSystem
| Improve this Doc View Source

RegisterHandler(Type, IContentExtractor, Boolean)

Declaration
public void RegisterHandler(Type type, IContentExtractor handler, bool allowInheritance = true)
Parameters
Type Name Description
Type type
IContentExtractor handler
System.Boolean allowInheritance
| Improve this Doc View Source

RegisterHandler<T>(IContentExtractor, Boolean)

Declaration
public void RegisterHandler<T>(IContentExtractor handler, bool allowInheritance = true)
    where T : IUnityObjectBase
Parameters
Type Name Description
IContentExtractor handler
System.Boolean allowInheritance
Type Parameters
Name Description
T
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾