Class SceneAssetExportCollection
Inheritance
System.Object
SceneAssetExportCollection
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()
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
|
Improve this Doc
View Source
File
Declaration
public AssetCollection File { get; }
Property Value
|
Improve this Doc
View Source
Flags
Declaration
public TransferInstructionFlags Flags { get; }
Property Value
|
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
Methods
|
Improve this Doc
View Source
Contains(IUnityObjectBase)
Declaration
public bool Contains(IUnityObjectBase asset)
Parameters
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
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
Returns
Type |
Description |
System.Int64 |
|
Implements