Interface IExportContainer
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
Methods
|
Improve this Doc
View Source
CreateExportPointer(IUnityObjectBase)
Declaration
MetaPtr CreateExportPointer(IUnityObjectBase asset)
Parameters
Returns
Type |
Description |
AssetRipper.Export.UnityProjects.MetaPtr |
|
|
Improve this Doc
View Source
GetExportID(IUnityObjectBase)
Declaration
long GetExportID(IUnityObjectBase asset)
Parameters
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 |
|