Show / Hide Table of Contents

Class SkipExportCollection

Inheritance
System.Object
SkipExportCollection
Implements
IExportCollection
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
Assembly: AssetRipper.Export.UnityProjects.dll
Syntax
public sealed class SkipExportCollection : IExportCollection

Constructors

| Improve this Doc View Source

SkipExportCollection(IAssetExporter, IUnityObjectBase)

Declaration
public SkipExportCollection(IAssetExporter assetExporter, IUnityObjectBase asset)
Parameters
Type Name Description
IAssetExporter assetExporter
IUnityObjectBase asset

Properties

| Improve this Doc View Source

AssetExporter

Declaration
public IAssetExporter AssetExporter { get; }
Property Value
Type Description
IAssetExporter
| Improve this Doc View Source

Assets

Declaration
public IEnumerable<IUnityObjectBase> Assets { get; }
Property Value
Type Description
IEnumerable<IUnityObjectBase>
| Improve this Doc View Source

File

Declaration
public AssetCollection File { get; }
Property Value
Type Description
AssetCollection
| Improve this Doc View Source

Flags

Declaration
public TransferInstructionFlags Flags { get; }
Property Value
Type Description
TransferInstructionFlags
| Improve this Doc View Source

Name

Declaration
public string Name { get; }
Property Value
Type Description
System.String

Methods

| Improve this Doc View Source

Contains(IUnityObjectBase)

Declaration
public bool Contains(IUnityObjectBase asset)
Parameters
Type Name Description
IUnityObjectBase asset
Returns
Type Description
System.Boolean
| Improve this Doc View Source

CreateExportPointer(IExportContainer, IUnityObjectBase, Boolean)

Declaration
public MetaPtr CreateExportPointer(IExportContainer container, IUnityObjectBase asset, bool isLocal)
Parameters
Type Name Description
IExportContainer container
IUnityObjectBase asset
System.Boolean isLocal
Returns
Type Description
AssetRipper.Export.UnityProjects.MetaPtr
| Improve this Doc View Source

Export(IExportContainer, String, FileSystem)

Declaration
public bool 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

GetExportID(IExportContainer, IUnityObjectBase)

Declaration
public long GetExportID(IExportContainer container, IUnityObjectBase asset)
Parameters
Type Name Description
IExportContainer container
IUnityObjectBase asset
Returns
Type Description
System.Int64

Implements

IExportCollection
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾