Class EmptyScriptExportCollection
Implements
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 sealed class EmptyScriptExportCollection : ScriptExportCollectionBase, IExportCollection
Constructors
| Improve this Doc View SourceEmptyScriptExportCollection(ScriptExporter, IMonoScript)
Declaration
public EmptyScriptExportCollection(ScriptExporter assetExporter, IMonoScript firstScript)
Parameters
Type | Name | Description |
---|---|---|
ScriptExporter | assetExporter | |
AssetRipper.SourceGenerated.Classes.ClassID_115.IMonoScript | firstScript |
Properties
| Improve this Doc View SourceName
Declaration
public override string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Methods
| Improve this Doc View SourceExport(IExportContainer, String, FileSystem)
Declaration
public override bool Export(IExportContainer container, string projectDirectory, FileSystem fileSystem)
Parameters
Type | Name | Description |
---|---|---|
IExportContainer | container | |
System.String | projectDirectory | |
FileSystem | fileSystem |
Returns
Type | Description |
---|---|
System.Boolean |