Class ExportCollectionBase
Inheritance
System.Object
ExportCollectionBase
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.PrimaryContent.dll
Syntax
public abstract class ExportCollectionBase
Properties
|
Improve this Doc
View Source
Assets
Declaration
public abstract IEnumerable<IUnityObjectBase> Assets { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public abstract IContentExtractor ContentExtractor { get; }
Property Value
|
Improve this Doc
View Source
Exportable
Declaration
public virtual bool Exportable { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ExportableAssets
Declaration
public virtual IEnumerable<IUnityObjectBase> ExportableAssets { get; }
Property Value
|
Improve this Doc
View Source
ExportExtension
Declaration
protected virtual string ExportExtension { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Name
Declaration
public abstract string Name { get; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
Contains(IUnityObjectBase)
Declaration
public abstract bool Contains(IUnityObjectBase asset)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Export(String, FileSystem)
Declaration
public abstract bool Export(string projectDirectory, FileSystem fileSystem)
Parameters
Type |
Name |
Description |
System.String |
projectDirectory |
|
FileSystem |
fileSystem |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ExportAsset(IUnityObjectBase, String, String, FileSystem)
Declaration
protected void ExportAsset(IUnityObjectBase asset, string path, string name, FileSystem fileSystem)
Parameters
Type |
Name |
Description |
IUnityObjectBase |
asset |
|
System.String |
path |
|
System.String |
name |
|
FileSystem |
fileSystem |
|
|
Improve this Doc
View Source
GetUniqueFileName(IUnityObjectBase, String, FileSystem)
Declaration
protected string GetUniqueFileName(IUnityObjectBase asset, string dirPath, FileSystem fileSystem)
Parameters
Type |
Name |
Description |
IUnityObjectBase |
asset |
|
System.String |
dirPath |
|
FileSystem |
fileSystem |
|
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
GetUniqueFileName(String, String, FileSystem)
Declaration
protected static string GetUniqueFileName(string directoryPath, string fileName, FileSystem fileSystem)
Parameters
Type |
Name |
Description |
System.String |
directoryPath |
|
System.String |
fileName |
|
FileSystem |
fileSystem |
|
Returns
Type |
Description |
System.String |
|