Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Classes | Static Public Member Functions | Static Public Attributes | Properties | List of all members
Expansions.BundleLoader Class Reference
Inheritance diagram for Expansions.BundleLoader:

Classes

class  ABAssetInfo
 
class  ABInfo
 

Static Public Member Functions

static bool IsBundleLoaded (string bundleName)
 

Static Public Attributes

static Dictionary< string,
ABAssetInfo
loadedAssets = new Dictionary<string, ABAssetInfo>()
 list of assetsloaded for reference More...
 
static Dictionary< string, ABInfoloadedBundles = new Dictionary<string, ABInfo>()
 List of bundles that have been loaded so we dont load twice More...
 

Properties

static BundleLoader Instance [get, set]
 Singelton instance for this More...
 
Dictionary< string, ABAssetInfoLoadedAssets [get]
 
Dictionary< string, ABInfoLoadedBundles [get]
 

Member Function Documentation

static bool Expansions.BundleLoader.IsBundleLoaded ( string  bundleName)
inlinestatic

Member Data Documentation

Dictionary<string, ABAssetInfo> Expansions.BundleLoader.loadedAssets = new Dictionary<string, ABAssetInfo>()
static

list of assetsloaded for reference

Dictionary<string, ABInfo> Expansions.BundleLoader.loadedBundles = new Dictionary<string, ABInfo>()
static

List of bundles that have been loaded so we dont load twice

Property Documentation

BundleLoader Expansions.BundleLoader.Instance
staticgetset

Singelton instance for this

Dictionary<string, ABAssetInfo> Expansions.BundleLoader.LoadedAssets
get
Dictionary<string, ABInfo> Expansions.BundleLoader.LoadedBundles
get

The documentation for this class was generated from the following file: