Class AddressableAssetsBuildContext
Simple context object for passing data through SBP, between different sections of Addressables code.
Inheritance
System.Object
AddressableAssetsBuildContext
Syntax
public class AddressableAssetsBuildContext : IAddressableAssetsBuildContext, IContextObject
Fields
assetGroupToBundles
Declaration
public Dictionary<AddressableAssetGroup, List<string>> assetGroupToBundles
Field Value
Type |
Description |
System.Collections.Generic.Dictionary<AddressableAssetGroup, System.Collections.Generic.List<System.String>> |
|
bundleToAssetGroup
Declaration
public Dictionary<string, string> bundleToAssetGroup
Field Value
Type |
Description |
System.Collections.Generic.Dictionary<System.String, System.String> |
|
locations
Declaration
public List<ContentCatalogDataEntry> locations
Field Value
runtimeData
Declaration
public ResourceManagerRuntimeData runtimeData
Field Value
settings
Declaration
public AddressableAssetSettings settings
Field Value