Class UnreadableExportCollection
Inheritance
System.Object
UnreadableExportCollection
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()
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
Properties
|
Improve this Doc
View Source
AssetExporter
Declaration
public override IAssetExporter AssetExporter { get; }
Property Value
Overrides
|
Improve this Doc
View Source
Assets
Declaration
public override IEnumerable<IUnityObjectBase> Assets { get; }
Property Value
Overrides
|
Improve this Doc
View Source
File
Declaration
public override AssetCollection File { get; }
Property Value
Overrides
|
Improve this Doc
View Source
Flags
Declaration
public override TransferInstructionFlags Flags { get; }
Property Value
Overrides
|
Improve this Doc
View Source
Name
Declaration
public override string Name { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Methods
|
Improve this Doc
View Source
Contains(IUnityObjectBase)
Declaration
public override bool Contains(IUnityObjectBase asset)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Overrides
|
Improve this Doc
View Source
CreateExportPointer(IExportContainer, IUnityObjectBase, Boolean)
Declaration
public override MetaPtr CreateExportPointer(IExportContainer container, IUnityObjectBase asset, bool isLocal)
Parameters
Returns
Type |
Description |
AssetRipper.Export.UnityProjects.MetaPtr |
|
Overrides
|
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
|
Improve this Doc
View Source
GetExportID(IExportContainer, IUnityObjectBase)
Declaration
public override long GetExportID(IExportContainer container, IUnityObjectBase asset)
Parameters
Returns
Type |
Description |
System.Int64 |
|
Overrides
Implements