Table of Contents

Class DebugTools.LoadedBundleNames

Namespace
Silksong.AssetHelper.Dev
Assembly
AssetHelper.dll

Class encapsulating the names of loaded asset bundles.

public class DebugTools.LoadedBundleNames
Inheritance
DebugTools.LoadedBundleNames
Inherited Members

Constructors

LoadedBundleNames(List<string>, List<string>, List<string>)

Class encapsulating the names of loaded asset bundles.

public LoadedBundleNames(List<string> names, List<string> repacked, List<string> unknown)

Parameters

names List<string>
repacked List<string>
unknown List<string>

Fields

RepackedSceneBundles

Names of scenes whose repacked bundle is loaded.

public List<string> RepackedSceneBundles

Field Value

List<string>

Unknown

Internal names of bundles that could not be found in the bundle base dir (e.g. modded bundles).

public List<string> Unknown

Field Value

List<string>

VanillaBundleNames

Readable names given as paths relative to the bundle base dir.

public List<string> VanillaBundleNames

Field Value

List<string>