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
Fields
RepackedSceneBundles
Names of scenes whose repacked bundle is loaded.
public List<string> RepackedSceneBundles
Field Value
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
VanillaBundleNames
Readable names given as paths relative to the bundle base dir.
public List<string> VanillaBundleNames