Show / Hide Table of Contents

Class ScriptExporter

Inheritance
System.Object
ScriptExporter
Implements
IAssetExporter
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.Scripts
Assembly: AssetRipper.Export.UnityProjects.dll
Syntax
public class ScriptExporter : IAssetExporter

Constructors

| Improve this Doc View Source

ScriptExporter(IAssemblyManager, LibraryConfiguration)

Declaration
public ScriptExporter(IAssemblyManager assemblyManager, LibraryConfiguration configuration)
Parameters
Type Name Description
IAssemblyManager assemblyManager
LibraryConfiguration configuration

Properties

| Improve this Doc View Source

AssemblyManager

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

ExportMode

Declaration
public ScriptExportMode ExportMode { get; }
Property Value
Type Description
ScriptExportMode

Methods

| Improve this Doc View Source

CreateExportPointer(IMonoScript)

Declaration
public MetaPtr CreateExportPointer(IMonoScript script)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Classes.ClassID_115.IMonoScript script
Returns
Type Description
AssetRipper.Export.UnityProjects.MetaPtr
| Improve this Doc View Source

GetExportType(IMonoScript)

Declaration
public AssemblyExportType GetExportType(IMonoScript script)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Classes.ClassID_115.IMonoScript script
Returns
Type Description
AssemblyExportType
| Improve this Doc View Source

GetExportType(String)

Declaration
public AssemblyExportType GetExportType(string assemblyName)
Parameters
Type Name Description
System.String assemblyName
Returns
Type Description
AssemblyExportType
| Improve this Doc View Source

ToExportType(IUnityObjectBase)

Declaration
public AssetType ToExportType(IUnityObjectBase asset)
Parameters
Type Name Description
IUnityObjectBase asset
Returns
Type Description
AssetType
| Improve this Doc View Source

ToUnknownExportType(Type, out AssetType)

Declaration
public bool ToUnknownExportType(Type type, out AssetType assetType)
Parameters
Type Name Description
Type type
AssetType assetType
Returns
Type Description
System.Boolean
| Improve this Doc View Source

TryCreateCollection(IUnityObjectBase, out IExportCollection)

Declaration
public bool TryCreateCollection(IUnityObjectBase asset, out IExportCollection exportCollection)
Parameters
Type Name Description
IUnityObjectBase asset
IExportCollection exportCollection
Returns
Type Description
System.Boolean

Implements

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