Class DummyAssetExporter
Inheritance
System.Object
DummyAssetExporter
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.UnityProjects
Assembly: AssetRipper.Export.UnityProjects.dll
Syntax
public class DummyAssetExporter : IAssetExporter
Methods
| Improve this Doc View SourceSetUpClassType(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. |
System.Boolean | isMetaType |
ToExportType(IUnityObjectBase)
Declaration
public AssetType ToExportType(IUnityObjectBase asset)
Parameters
Type | Name | Description |
---|---|---|
IUnityObjectBase | asset |
Returns
Type | Description |
---|---|
AssetType |
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 |
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 |
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 |