Show / Hide Table of Contents

Class SceneAssetExporter

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

Methods

| 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(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
☀
☾