Class EmptyExportCollection
Inheritance
System.Object
EmptyExportCollection
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 EmptyExportCollection : IExportCollection
Properties
|
Improve this Doc
View Source
Instance
Declaration
public static EmptyExportCollection Instance { get; }
Property Value
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; }
Property Value
Type |
Description |
System.String |
|
Explicit Interface Implementations
|
Improve this Doc
View Source
IExportCollection.Assets
Declaration
IEnumerable<IUnityObjectBase> IExportCollection.Assets { get; }
Returns
|
Improve this Doc
View Source
IExportCollection.Contains(IUnityObjectBase)
Declaration
bool IExportCollection.Contains(IUnityObjectBase asset)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IExportCollection.CreateExportPointer(IExportContainer, IUnityObjectBase, Boolean)
Declaration
MetaPtr IExportCollection.CreateExportPointer(IExportContainer container, IUnityObjectBase asset, bool isLocal)
Parameters
Returns
Type |
Description |
AssetRipper.Export.UnityProjects.MetaPtr |
|
|
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
|
Improve this Doc
View Source
IExportCollection.GetExportID(IExportContainer, IUnityObjectBase)
Declaration
long IExportCollection.GetExportID(IExportContainer container, IUnityObjectBase asset)
Parameters
Returns
Type |
Description |
System.Int64 |
|
Implements