Show / Hide Table of Contents

Interface IExportContainer

Namespace: AssetRipper.Export.UnityProjects
Assembly: AssetRipper.Export.UnityProjects.dll
Syntax
public interface IExportContainer

Properties

| Improve this Doc View Source

ExportVersion

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

File

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

Methods

| Improve this Doc View Source

CreateExportPointer(IUnityObjectBase)

Declaration
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
long GetExportID(IUnityObjectBase asset)
Parameters
Type Name Description
IUnityObjectBase asset
Returns
Type Description
System.Int64
| Improve this Doc View Source

IsSceneDuplicate(Int32)

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

ScenePathToGUID(String)

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

ToExportType(Type)

Declaration
AssetType ToExportType(Type type)
Parameters
Type Name Description
Type type
Returns
Type Description
AssetType
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾