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 SourceCreateDefault(GameData)
Declaration
public static PrimaryContentExporter CreateDefault(GameData gameData)
Parameters
Type | Name | Description |
---|---|---|
GameData | gameData |
Returns
Type | Description |
---|---|
PrimaryContentExporter |
Export(GameBundle, CoreConfiguration, FileSystem)
Declaration
public void Export(GameBundle fileCollection, CoreConfiguration options, FileSystem fileSystem)
Parameters
Type | Name | Description |
---|---|---|
GameBundle | fileCollection | |
CoreConfiguration | options | |
FileSystem | fileSystem |
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 |
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 |