Show / Hide Table of Contents

Class DummyAssetExporter

Inheritance
System.Object
DummyAssetExporter
Implements
IAssetExporter
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
Assembly: AssetRipper.Export.UnityProjects.dll
Syntax
public class DummyAssetExporter : IAssetExporter

Methods

| Improve this Doc View Source

SetUpClassType(ClassIDType, Boolean, Boolean)

Setup exporting of the specified class type.

Declaration
public void SetUpClassType(ClassIDType classType, bool isEmptyCollection, bool isMetaType)
Parameters
Type Name Description
AssetRipper.SourceGenerated.ClassIDType classType

The class id of assets we are setting these parameters for.

System.Boolean isEmptyCollection

True: an exception will be thrown if the asset is referenced by another asset.
False: any references to this asset will be replaced with a missing reference.

System.Boolean isMetaType

or ?

| Improve this Doc View Source

ToExportType(IUnityObjectBase)

Declaration
public AssetType ToExportType(IUnityObjectBase asset)
Parameters
Type Name Description
IUnityObjectBase asset
Returns
Type Description
AssetType
| Improve this Doc View Source

ToUnknownExportType(ClassIDType, out AssetType)

Declaration
public bool ToUnknownExportType(ClassIDType classID, out AssetType assetType)
Parameters
Type Name Description
AssetRipper.SourceGenerated.ClassIDType classID
AssetType assetType
Returns
Type Description
System.Boolean
| Improve this Doc View Source

ToUnknownExportType(Type, out AssetType)

Declaration
public bool ToUnknownExportType(Type type, out AssetType assetType)
Parameters
Type Name Description
Type type
AssetType assetType
Returns
Type Description
System.Boolean
| Improve this Doc View Source

TryCreateCollection(IUnityObjectBase, out IExportCollection)

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

Implements

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