Show / Hide Table of Contents

Class MultipleExportCollection<T>

Inheritance
System.Object
ExportCollectionBase
SingleExportCollection<T>
MultipleExportCollection<T>
GlbPrefabModelExportCollection
GlbSceneModelExportCollection
Inherited Members
SingleExportCollection<T>.Export(String, FileSystem)
SingleExportCollection<T>.ContentExtractor
SingleExportCollection<T>.Name
SingleExportCollection<T>.Asset
ExportCollectionBase.ExportAsset(IUnityObjectBase, String, String, FileSystem)
ExportCollectionBase.GetUniqueFileName(IUnityObjectBase, String, FileSystem)
ExportCollectionBase.ExportExtension
ExportCollectionBase.GetUniqueFileName(String, String, FileSystem)
ExportCollectionBase.ExportableAssets
ExportCollectionBase.Exportable
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.PrimaryContent
Assembly: AssetRipper.Export.PrimaryContent.dll
Syntax
public class MultipleExportCollection<T> : SingleExportCollection<T> where T : IUnityObjectBase
Type Parameters
Name Description
T

Constructors

| Improve this Doc View Source

MultipleExportCollection(IContentExtractor, T)

Declaration
public MultipleExportCollection(IContentExtractor contentExtractor, T asset)
Parameters
Type Name Description
IContentExtractor contentExtractor
T asset

Properties

| Improve this Doc View Source

Assets

Declaration
public override IEnumerable<IUnityObjectBase> Assets { get; }
Property Value
Type Description
IEnumerable<IUnityObjectBase>
Overrides
AssetRipper.Export.PrimaryContent.SingleExportCollection<T>.Assets

Methods

| Improve this Doc View Source

AddAsset(IUnityObjectBase)

Declaration
public void AddAsset(IUnityObjectBase asset)
Parameters
Type Name Description
IUnityObjectBase asset
| Improve this Doc View Source

AddAssets(IEnumerable<IUnityObjectBase>)

Declaration
public void AddAssets(IEnumerable<IUnityObjectBase> assets)
Parameters
Type Name Description
IEnumerable<IUnityObjectBase> assets
| Improve this Doc View Source

Contains(IUnityObjectBase)

Declaration
public override bool Contains(IUnityObjectBase asset)
Parameters
Type Name Description
IUnityObjectBase asset
Returns
Type Description
System.Boolean
Overrides
AssetRipper.Export.PrimaryContent.SingleExportCollection<T>.Contains(AssetRipper.Assets.IUnityObjectBase)
| Improve this Doc View Source

ExportInner(String, String, FileSystem)

Declaration
protected override bool ExportInner(string filePath, string dirPath, FileSystem fileSystem)
Parameters
Type Name Description
System.String filePath
System.String dirPath
FileSystem fileSystem
Returns
Type Description
System.Boolean
Overrides
AssetRipper.Export.PrimaryContent.SingleExportCollection<T>.ExportInner(System.String, System.String, FileSystem)
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾