Class ScriptExporter
Inheritance
System.Object
ScriptExporter
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()
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
Properties
|
Improve this Doc
View Source
AssemblyManager
Declaration
public IAssemblyManager AssemblyManager { get; }
Property Value
|
Improve this Doc
View Source
ExportMode
Declaration
public ScriptExportMode ExportMode { get; }
Property Value
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
|
Improve this Doc
View Source
GetExportType(String)
Declaration
public AssemblyExportType GetExportType(string assemblyName)
Parameters
Type |
Name |
Description |
System.String |
assemblyName |
|
Returns
|
Improve this Doc
View Source
ToExportType(IUnityObjectBase)
Declaration
public AssetType ToExportType(IUnityObjectBase asset)
Parameters
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
Returns
Type |
Description |
System.Boolean |
|
Implements