Show / Hide Table of Contents

Class UnreadableExportCollection

Inheritance
System.Object
ExportCollection
UnreadableExportCollection
Implements
IExportCollection
Inherited Members
ExportCollection.GUID
ExportCollection.ExportMeta(IExportContainer, Meta, String, FileSystem)
ExportCollection.ExportAsset(IExportContainer, IUnityObjectBase, IUnityObjectBase, String, String, FileSystem)
ExportCollection.GetUniqueFileName(IUnityObjectBase, String, FileSystem)
ExportCollection.GetUniqueFileName(String, String, FileSystem)
ExportCollection.GetExportExtension(IUnityObjectBase)
ExportCollection.ExportableAssets
ExportCollection.AssetExtension
ExportCollection.AssetsKeyword
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.RawAssets
Assembly: AssetRipper.Export.UnityProjects.dll
Syntax
public sealed class UnreadableExportCollection : ExportCollection, IExportCollection

Constructors

| Improve this Doc View Source

UnreadableExportCollection(IAssetExporter, UnreadableObject)

Declaration
public UnreadableExportCollection(IAssetExporter exporter, UnreadableObject asset)
Parameters
Type Name Description
IAssetExporter exporter
UnreadableObject asset

Properties

| Improve this Doc View Source

AssetExporter

Declaration
public override IAssetExporter AssetExporter { get; }
Property Value
Type Description
IAssetExporter
Overrides
ExportCollection.AssetExporter
| Improve this Doc View Source

Assets

Declaration
public override IEnumerable<IUnityObjectBase> Assets { get; }
Property Value
Type Description
IEnumerable<IUnityObjectBase>
Overrides
ExportCollection.Assets
| Improve this Doc View Source

File

Declaration
public override AssetCollection File { get; }
Property Value
Type Description
AssetCollection
Overrides
ExportCollection.File
| Improve this Doc View Source

Flags

Declaration
public override TransferInstructionFlags Flags { get; }
Property Value
Type Description
TransferInstructionFlags
Overrides
ExportCollection.Flags
| Improve this Doc View Source

Name

Declaration
public override string Name { get; }
Property Value
Type Description
System.String
Overrides
ExportCollection.Name

Methods

| Improve this Doc View Source

Contains(IUnityObjectBase)

Declaration
public override bool Contains(IUnityObjectBase asset)
Parameters
Type Name Description
IUnityObjectBase asset
Returns
Type Description
System.Boolean
Overrides
ExportCollection.Contains(IUnityObjectBase)
| Improve this Doc View Source

CreateExportPointer(IExportContainer, IUnityObjectBase, Boolean)

Declaration
public override MetaPtr CreateExportPointer(IExportContainer container, IUnityObjectBase asset, bool isLocal)
Parameters
Type Name Description
IExportContainer container
IUnityObjectBase asset
System.Boolean isLocal
Returns
Type Description
AssetRipper.Export.UnityProjects.MetaPtr
Overrides
ExportCollection.CreateExportPointer(IExportContainer, IUnityObjectBase, Boolean)
| Improve this Doc View Source

Export(IExportContainer, String, FileSystem)

Declaration
public override bool Export(IExportContainer container, string projectDirectory, FileSystem fileSystem)
Parameters
Type Name Description
IExportContainer container
System.String projectDirectory
FileSystem fileSystem
Returns
Type Description
System.Boolean
Overrides
ExportCollection.Export(IExportContainer, String, FileSystem)
| Improve this Doc View Source

GetExportID(IExportContainer, IUnityObjectBase)

Declaration
public override long GetExportID(IExportContainer container, IUnityObjectBase asset)
Parameters
Type Name Description
IExportContainer container
IUnityObjectBase asset
Returns
Type Description
System.Int64
Overrides
ExportCollection.GetExportID(IExportContainer, IUnityObjectBase)

Implements

IExportCollection
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾