Show / Hide Table of Contents

Class RedirectExportCollection

Inheritance
System.Object
RedirectExportCollection
Implements
IExportCollection
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
Assembly: AssetRipper.Export.UnityProjects.dll
Syntax
public sealed class RedirectExportCollection : IExportCollection

Properties

| Improve this Doc View Source

Assets

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

Name

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

Methods

| Improve this Doc View Source

Add(IUnityObjectBase, Int64, UnityGuid, AssetType)

Declaration
public void Add(IUnityObjectBase asset, long exportID, UnityGuid guid, AssetType assetType)
Parameters
Type Name Description
IUnityObjectBase asset
System.Int64 exportID
UnityGuid guid
AssetType assetType
| Improve this Doc View Source

AddMissing(IUnityObjectBase, AssetType)

Declaration
public void AddMissing(IUnityObjectBase asset, AssetType assetType)
Parameters
Type Name Description
IUnityObjectBase asset
AssetType assetType
| Improve this Doc View Source

Contains(IUnityObjectBase)

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

CreateExportPointer(IExportContainer, IUnityObjectBase, Boolean)

Declaration
public 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
| Improve this Doc View Source

GetExportID(IExportContainer, IUnityObjectBase)

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

Explicit Interface Implementations

| Improve this Doc View Source

IExportCollection.Export(IExportContainer, String, FileSystem)

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

IExportCollection.Exportable

Declaration
bool IExportCollection.Exportable { get; }
Returns
Type Description
System.Boolean
| Improve this Doc View Source

IExportCollection.File

Declaration
AssetCollection IExportCollection.File { get; }
Returns
Type Description
AssetCollection
| Improve this Doc View Source

IExportCollection.Flags

Declaration
TransferInstructionFlags IExportCollection.Flags { get; }
Returns
Type Description
TransferInstructionFlags

Implements

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