Show / Hide Table of Contents

Class ScriptContentExtractor

Inheritance
System.Object
ScriptContentExtractor
Implements
IContentExtractor
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.PrimaryContent.Scripts
Assembly: AssetRipper.Export.PrimaryContent.dll
Syntax
public sealed class ScriptContentExtractor : IContentExtractor

Constructors

| Improve this Doc View Source

ScriptContentExtractor(IAssemblyManager)

Declaration
public ScriptContentExtractor(IAssemblyManager assemblyManager)
Parameters
Type Name Description
IAssemblyManager assemblyManager

Properties

| Improve this Doc View Source

AssemblyManager

Declaration
public IAssemblyManager AssemblyManager { get; }
Property Value
Type Description
IAssemblyManager

Methods

| Improve this Doc View Source

TryCreateCollection(IUnityObjectBase, out ExportCollectionBase)

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

Implements

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