Class SerializedBundle
A Bundle created from serialized assets.
Inheritance
System.Object
SerializedBundle
Assembly: AssetRipper.Assets.dll
Syntax
public sealed class SerializedBundle : Bundle
Properties
|
Improve this Doc
View Source
Name
Declaration
public override string Name { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Methods
|
Improve this Doc
View Source
FromFileContainer(FileContainer, AssetFactoryBase, UnityVersion)
Declaration
public static SerializedBundle FromFileContainer(FileContainer container, AssetFactoryBase factory, UnityVersion defaultVersion = null)
Parameters
Returns
|
Improve this Doc
View Source
IsCompatibleBundle(Bundle)
Declaration
protected override bool IsCompatibleBundle(Bundle bundle)
Parameters
Type |
Name |
Description |
Bundle |
bundle |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides
|
Improve this Doc
View Source
IsCompatibleCollection(AssetCollection)
Declaration
protected override bool IsCompatibleCollection(AssetCollection collection)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Overrides
Extension Methods