Show / Hide Table of Contents

Class ManagerExportCollection

Inheritance
System.Object
ExportCollection
AssetExportCollection<IUnityObjectBase>
ManagerExportCollection
EditorBuildSettingsExportCollection
Implements
IExportCollection
Inherited Members
AssetExportCollection<IUnityObjectBase>.Contains(IUnityObjectBase)
AssetExportCollection<IUnityObjectBase>.ExportInner(IExportContainer, String, String, FileSystem)
AssetExportCollection<IUnityObjectBase>.CreateImporter(IExportContainer)
AssetExportCollection<IUnityObjectBase>.GUID
AssetExportCollection<IUnityObjectBase>.AssetExporter
AssetExportCollection<IUnityObjectBase>.File
AssetExportCollection<IUnityObjectBase>.Assets
AssetExportCollection<IUnityObjectBase>.Name
AssetExportCollection<IUnityObjectBase>.Asset
ExportCollection.ExportMeta(IExportContainer, Meta, String, FileSystem)
ExportCollection.ExportAsset(IExportContainer, IUnityObjectBase, IUnityObjectBase, String, String, FileSystem)
ExportCollection.GetUniqueFileName(IUnityObjectBase, String, FileSystem)
ExportCollection.GetUniqueFileName(String, String, FileSystem)
ExportCollection.GetExportExtension(IUnityObjectBase)
ExportCollection.Flags
ExportCollection.ExportableAssets
ExportCollection.AssetExtension
ExportCollection.AssetsKeyword
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 class ManagerExportCollection : AssetExportCollection<IUnityObjectBase>, IExportCollection

Constructors

| Improve this Doc View Source

ManagerExportCollection(IAssetExporter, IUnityObjectBase)

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

Fields

| Improve this Doc View Source

DynamicsManagerName

Declaration
protected const string DynamicsManagerName = "DynamicsManager"
Field Value
Type Description
System.String
| Improve this Doc View Source

NavMeshAreasName

Declaration
protected const string NavMeshAreasName = "NavMeshAreas"
Field Value
Type Description
System.String
| Improve this Doc View Source

NavMeshProjectSettingsName

Declaration
protected const string NavMeshProjectSettingsName = "NavMeshProjectSettings"
Field Value
Type Description
System.String
| Improve this Doc View Source

PhysicsManagerName

Declaration
protected const string PhysicsManagerName = "PhysicsManager"
Field Value
Type Description
System.String
| Improve this Doc View Source

PlayerSettingsName

Declaration
protected const string PlayerSettingsName = "PlayerSettings"
Field Value
Type Description
System.String
| Improve this Doc View Source

ProjectSettingsName

Declaration
protected const string ProjectSettingsName = "ProjectSettings"
Field Value
Type Description
System.String

Methods

| Improve this Doc View Source

CreateExportPointer(IExportContainer, IUnityObjectBase, Boolean)

Declaration
public override 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
Overrides
AssetRipper.Export.UnityProjects.AssetExportCollection<AssetRipper.Assets.IUnityObjectBase>.CreateExportPointer(AssetRipper.Export.UnityProjects.IExportContainer, AssetRipper.Assets.IUnityObjectBase, System.Boolean)
| Improve this Doc View Source

Export(IExportContainer, String, FileSystem)

Declaration
public override bool Export(IExportContainer container, string projectDirectory, FileSystem fileSystem)
Parameters
Type Name Description
IExportContainer container
System.String projectDirectory
FileSystem fileSystem
Returns
Type Description
System.Boolean
Overrides
AssetRipper.Export.UnityProjects.AssetExportCollection<AssetRipper.Assets.IUnityObjectBase>.Export(AssetRipper.Export.UnityProjects.IExportContainer, System.String, FileSystem)
| Improve this Doc View Source

GetExportID(IExportContainer, IUnityObjectBase)

Declaration
public override long GetExportID(IExportContainer container, IUnityObjectBase asset)
Parameters
Type Name Description
IExportContainer container
IUnityObjectBase asset
Returns
Type Description
System.Int64
Overrides
AssetRipper.Export.UnityProjects.AssetExportCollection<AssetRipper.Assets.IUnityObjectBase>.GetExportID(AssetRipper.Export.UnityProjects.IExportContainer, AssetRipper.Assets.IUnityObjectBase)

Implements

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