Show / Hide Table of Contents

Class JsonContentExtractor

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

Methods

| Improve this Doc View Source

Export(IUnityObjectBase, String, FileSystem)

Declaration
public bool Export(IUnityObjectBase asset, string filePath, FileSystem fileSystem)
Parameters
Type Name Description
IUnityObjectBase asset
System.String filePath
FileSystem fileSystem
Returns
Type Description
System.Boolean
| 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
| Improve this Doc View Source

VisitPPtr<TAsset>(PPtr<TAsset>)

Declaration
public override void VisitPPtr<TAsset>(PPtr<TAsset> pptr)
Parameters
Type Name Description
PPtr<TAsset> pptr
Type Parameters
Name Description
TAsset

Implements

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