Class ScriptExportCollectionBase
Inheritance
System.Object
ScriptExportCollectionBase
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 abstract class ScriptExportCollectionBase : ExportCollection, IExportCollection
Constructors
|
Improve this Doc
View Source
ScriptExportCollectionBase(ScriptExporter, IMonoScript)
Declaration
public ScriptExportCollectionBase(ScriptExporter assetExporter, IMonoScript firstScript)
Parameters
Type |
Name |
Description |
ScriptExporter |
assetExporter |
|
AssetRipper.SourceGenerated.Classes.ClassID_115.IMonoScript |
firstScript |
|
Properties
|
Improve this Doc
View Source
AssetExporter
Declaration
public sealed override ScriptExporter AssetExporter { get; }
Property Value
Overrides
|
Improve this Doc
View Source
Assets
Declaration
public sealed override IEnumerable<IMonoScript> Assets { get; }
Property Value
Type |
Description |
IEnumerable<AssetRipper.SourceGenerated.Classes.ClassID_115.IMonoScript> |
|
Overrides
|
Improve this Doc
View Source
File
Declaration
public sealed override AssetCollection File { get; }
Property Value
Overrides
|
Improve this Doc
View Source
FirstScript
Declaration
public IMonoScript FirstScript { get; }
Property Value
Type |
Description |
AssetRipper.SourceGenerated.Classes.ClassID_115.IMonoScript |
|
Methods
|
Improve this Doc
View Source
Contains(IUnityObjectBase)
Declaration
public sealed override bool Contains(IUnityObjectBase asset)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Overrides
|
Improve this Doc
View Source
CreateExportPointer(IExportContainer, IUnityObjectBase, Boolean)
Declaration
public sealed override MetaPtr CreateExportPointer(IExportContainer container, IUnityObjectBase asset, bool isLocal)
Parameters
Returns
Type |
Description |
AssetRipper.Export.UnityProjects.MetaPtr |
|
Overrides
|
Improve this Doc
View Source
GetExportID(IExportContainer, IUnityObjectBase)
Declaration
public sealed override long GetExportID(IExportContainer container, IUnityObjectBase asset)
Parameters
Returns
Type |
Description |
System.Int64 |
|
Overrides
|
Improve this Doc
View Source
GetExportSubPath(IMonoScript, out String, out String)
Declaration
protected static void GetExportSubPath(IMonoScript script, out string folderPath, out string fileName)
Parameters
Type |
Name |
Description |
AssetRipper.SourceGenerated.Classes.ClassID_115.IMonoScript |
script |
|
System.String |
folderPath |
|
System.String |
fileName |
|
|
Improve this Doc
View Source
GetExportSubPath(String, String, String, out String, out String)
Declaration
protected static void GetExportSubPath(string assembly, string namespace, string class, out string folderPath, out string fileName)
Parameters
Type |
Name |
Description |
System.String |
assembly |
|
System.String |
namespace |
|
System.String |
class |
|
System.String |
folderPath |
|
System.String |
fileName |
|
|
Improve this Doc
View Source
GetScriptsFolderName(String)
Declaration
protected static string GetScriptsFolderName(string assemblyName)
Parameters
Type |
Name |
Description |
System.String |
assemblyName |
|
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
OnScriptExported(IExportContainer, IMonoScript, String, FileSystem)
Declaration
protected static void OnScriptExported(IExportContainer container, IMonoScript script, string path, FileSystem fileSystem)
Parameters
Type |
Name |
Description |
IExportContainer |
container |
|
AssetRipper.SourceGenerated.Classes.ClassID_115.IMonoScript |
script |
|
System.String |
path |
|
FileSystem |
fileSystem |
|
Implements