Show / Hide Table of Contents

Class ScriptableObjectExporter

Inheritance
System.Object
YamlExporterBase
ScriptableObjectExporter
Implements
IAssetExporter
Inherited Members
YamlExporterBase.Export(IExportContainer, IUnityObjectBase, String, FileSystem)
YamlExporterBase.Export(IExportContainer, IUnityObjectBase, String, FileSystem, Nullable<Action<IExportContainer, IUnityObjectBase, String, FileSystem>>)
YamlExporterBase.Export(IExportContainer, IEnumerable<IUnityObjectBase>, String, FileSystem)
YamlExporterBase.Export(IExportContainer, IEnumerable<IUnityObjectBase>, String, FileSystem, Nullable<Action<IExportContainer, IUnityObjectBase, String, FileSystem>>)
YamlExporterBase.ToExportType(IUnityObjectBase)
YamlExporterBase.ToUnknownExportType(Type, AssetType)
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.Project
Assembly: AssetRipper.Export.UnityProjects.dll
Syntax
public class ScriptableObjectExporter : YamlExporterBase, IAssetExporter

Methods

| Improve this Doc View Source

TryCreateCollection(IUnityObjectBase, out IExportCollection)

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

Implements

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