Class RedirectExportCollection
Inheritance
System.Object
RedirectExportCollection
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 RedirectExportCollection : IExportCollection
Properties
|
Improve this Doc
View Source
Assets
Declaration
public IEnumerable<IUnityObjectBase> Assets { get; }
Property Value
|
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
|
Improve this Doc
View Source
Contains(IUnityObjectBase)
Declaration
public bool Contains(IUnityObjectBase asset)
Parameters
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
Returns
Type |
Description |
AssetRipper.Export.UnityProjects.MetaPtr |
|
|
Improve this Doc
View Source
GetExportID(IExportContainer, IUnityObjectBase)
Declaration
public long GetExportID(IExportContainer container, IUnityObjectBase asset)
Parameters
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
|
Improve this Doc
View Source
IExportCollection.Flags
Declaration
TransferInstructionFlags IExportCollection.Flags { get; }
Returns
Implements