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