Class MultipleExportCollection<T>
Inheritance
System.Object
MultipleExportCollection<T>
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.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 SourceMultipleExportCollection(IContentExtractor, T)
Declaration
public MultipleExportCollection(IContentExtractor contentExtractor, T asset)
Parameters
Type | Name | Description |
---|---|---|
IContentExtractor | contentExtractor | |
T | asset |
Properties
| Improve this Doc View SourceAssets
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 SourceAddAsset(IUnityObjectBase)
Declaration
public void AddAsset(IUnityObjectBase asset)
Parameters
Type | Name | Description |
---|---|---|
IUnityObjectBase | asset |
AddAssets(IEnumerable<IUnityObjectBase>)
Declaration
public void AddAssets(IEnumerable<IUnityObjectBase> assets)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<IUnityObjectBase> | assets |
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)