Show / Hide Table of Contents

Class ProjectAssetContainer

Inheritance
System.Object
ProjectAssetContainer
Implements
IExportContainer
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 class ProjectAssetContainer : IExportContainer

Constructors

| Improve this Doc View Source

ProjectAssetContainer(ProjectExporter, CoreConfiguration, IEnumerable<IUnityObjectBase>, IReadOnlyList<IExportCollection>)

Declaration
public ProjectAssetContainer(ProjectExporter exporter, CoreConfiguration options, IEnumerable<IUnityObjectBase> assets, IReadOnlyList<IExportCollection> collections)
Parameters
Type Name Description
ProjectExporter exporter
CoreConfiguration options
IEnumerable<IUnityObjectBase> assets
IReadOnlyList<IExportCollection> collections

Properties

| Improve this Doc View Source

CurrentCollection

Declaration
public IExportCollection CurrentCollection { get; set; }
Property Value
Type Description
IExportCollection
| Improve this Doc View Source

ExportVersion

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

File

Declaration
public AssetCollection File { get; }
Property Value
Type Description
AssetCollection

Methods

| Improve this Doc View Source

CreateExportPointer(IUnityObjectBase)

Declaration
public MetaPtr CreateExportPointer(IUnityObjectBase asset)
Parameters
Type Name Description
IUnityObjectBase asset
Returns
Type Description
AssetRipper.Export.UnityProjects.MetaPtr
| Improve this Doc View Source

GetExportID(IUnityObjectBase)

Declaration
public long GetExportID(IUnityObjectBase asset)
Parameters
Type Name Description
IUnityObjectBase asset
Returns
Type Description
System.Int64
| Improve this Doc View Source

IsSceneDuplicate(Int32)

Declaration
public bool IsSceneDuplicate(int sceneIndex)
Parameters
Type Name Description
System.Int32 sceneIndex
Returns
Type Description
System.Boolean
| Improve this Doc View Source

ScenePathToGUID(String)

Declaration
public UnityGuid ScenePathToGUID(string path)
Parameters
Type Name Description
System.String path
Returns
Type Description
UnityGuid
| Improve this Doc View Source

ToExportType(Type)

Declaration
public AssetType ToExportType(Type type)
Parameters
Type Name Description
Type type
Returns
Type Description
AssetType

Implements

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