Class JsonContentExtractor
Inheritance
System.Object
JsonContentExtractor
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.PrimaryContent
Assembly: AssetRipper.Export.PrimaryContent.dll
Syntax
public class JsonContentExtractor : IContentExtractor
Methods
| Improve this Doc View SourceExport(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 |
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 |
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 |