Show / Hide Table of Contents

Class SceneAssetExportCollection

Inheritance
System.Object
SceneAssetExportCollection
Implements
IExportCollection
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 SceneAssetExportCollection : IExportCollection

Constructors

| Improve this Doc View Source

SceneAssetExportCollection(ISceneAsset)

Declaration
public SceneAssetExportCollection(ISceneAsset asset)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Classes.ClassID_1032.ISceneAsset asset

Properties

| Improve this Doc View Source

Asset

Declaration
public ISceneAsset Asset { get; }
Property Value
Type Description
AssetRipper.SourceGenerated.Classes.ClassID_1032.ISceneAsset
| Improve this Doc View Source

Assets

Declaration
public IEnumerable<IUnityObjectBase> Assets { get; }
Property Value
Type Description
IEnumerable<IUnityObjectBase>
| Improve this Doc View Source

File

Declaration
public AssetCollection File { get; }
Property Value
Type Description
AssetCollection
| Improve this Doc View Source

Flags

Declaration
public TransferInstructionFlags Flags { get; }
Property Value
Type Description
TransferInstructionFlags
| Improve this Doc View Source

Name

Declaration
public string Name { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

TargetScene

Declaration
public SceneDefinition TargetScene { get; }
Property Value
Type Description
SceneDefinition

Methods

| Improve this Doc View Source

Contains(IUnityObjectBase)

Declaration
public bool Contains(IUnityObjectBase asset)
Parameters
Type Name Description
IUnityObjectBase asset
Returns
Type Description
System.Boolean
| Improve this Doc View Source

CreateExportPointer(IExportContainer, IUnityObjectBase, Boolean)

Declaration
public MetaPtr CreateExportPointer(IExportContainer container, IUnityObjectBase asset, bool isLocal)
Parameters
Type Name Description
IExportContainer container
IUnityObjectBase asset
System.Boolean isLocal
Returns
Type Description
AssetRipper.Export.UnityProjects.MetaPtr
| Improve this Doc View Source

Export(IExportContainer, String, FileSystem)

Declaration
public bool Export(IExportContainer container, string projectDirectory, FileSystem fileSystem)
Parameters
Type Name Description
IExportContainer container
System.String projectDirectory
FileSystem fileSystem
Returns
Type Description
System.Boolean
| Improve this Doc View Source

GetExportID(IExportContainer, IUnityObjectBase)

Declaration
public long GetExportID(IExportContainer container, IUnityObjectBase asset)
Parameters
Type Name Description
IExportContainer container
IUnityObjectBase asset
Returns
Type Description
System.Int64

Implements

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