Class AssetBundleCache
Namespace: Unity.UIWidgets.painting
Syntax
public class AssetBundleCache
Properties
instance
Declaration
public static AssetBundleCache instance { get; }
Property Value
Type | Description |
---|---|
AssetBundleCache |
Methods
get(AssetBundle)
Declaration
public Dictionary<AssetImageConfiguration, AssetBundleImageKey> get(AssetBundle bundle)
Parameters
Type | Name | Description |
---|---|---|
AssetBundle | bundle |
Returns
Type | Description |
---|---|
Dictionary<AssetImageConfiguration, AssetBundleImageKey> |