Show / Hide Table of Contents

Class VirtualBundle<T>

Abstract class for virtual bundles.

Inheritance
System.Object
Bundle
VirtualBundle<T>
ProcessedBundle
Inherited Members
Bundle.Parent
Bundle.Resources
Bundle.Collections
Bundle.Bundles
Bundle.FailedFiles
Bundle.Name
Bundle.Scenes
Bundle.ResolveCollection(FileIdentifier)
Bundle.ResolveCollection(String)
Bundle.ResolveResource(String)
Bundle.ResolveExternalResource(String)
Bundle.AddResource(ResourceFile)
Bundle.AddCollection(AssetCollection)
Bundle.AddBundle(Bundle)
Bundle.AddFailed(FailedFile)
Bundle.GetRoot()
Bundle.FetchAssetsInHierarchy()
Bundle.FetchAssets()
Bundle.FetchAssetCollections()
Bundle.FetchResourceFiles()
Bundle.ToString()
Bundle.AddCollectionFromSerializedFile(SerializedFile, AssetFactoryBase, UnityVersion)
Bundle.Dispose(Boolean)
Bundle.Dispose()
Namespace: AssetRipper.Assets.Bundles
Assembly: AssetRipper.Assets.dll
Syntax
public abstract class VirtualBundle<T> : Bundle where T : VirtualAssetCollection
Type Parameters
Name Description
T

The Type of the VirtualAssetCollections that this bundle can contain.

Methods

| Improve this Doc View Source

IsCompatibleBundle(Bundle)

Declaration
protected sealed override bool IsCompatibleBundle(Bundle bundle)
Parameters
Type Name Description
Bundle bundle
Returns
Type Description
System.Boolean
Overrides
Bundle.IsCompatibleBundle(Bundle)
| Improve this Doc View Source

IsCompatibleCollection(AssetCollection)

Declaration
protected sealed override bool IsCompatibleCollection(AssetCollection collection)
Parameters
Type Name Description
AssetCollection collection
Returns
Type Description
System.Boolean
Overrides
Bundle.IsCompatibleCollection(AssetCollection)

Extension Methods

PathExtensions.GetPath(Bundle)
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾