Class YamlStreamedAssetExportCollection
Inheritance
System.Object
YamlStreamedAssetExportCollection
Implements
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.UnityProjects.Project
Assembly: AssetRipper.Export.UnityProjects.dll
Syntax
public sealed class YamlStreamedAssetExportCollection : AssetExportCollection<IUnityObjectBase>, IExportCollection
Constructors
| Improve this Doc View SourceYamlStreamedAssetExportCollection(IAssetExporter, IUnityObjectBase)
Declaration
public YamlStreamedAssetExportCollection(IAssetExporter assetExporter, IUnityObjectBase asset)
Parameters
Type | Name | Description |
---|---|---|
IAssetExporter | assetExporter | |
IUnityObjectBase | asset |
Methods
| Improve this Doc View SourceExportInner(IExportContainer, String, String, FileSystem)
Declaration
protected override bool ExportInner(IExportContainer container, string filePath, string dirPath, FileSystem fileSystem)
Parameters
Type | Name | Description |
---|---|---|
IExportContainer | container | |
System.String | filePath | |
System.String | dirPath | |
FileSystem | fileSystem |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
AssetRipper.Export.UnityProjects.AssetExportCollection<AssetRipper.Assets.IUnityObjectBase>.ExportInner(AssetRipper.Export.UnityProjects.IExportContainer, System.String, System.String, FileSystem)