Class AssetBundleCache
Inheritance
System.Object
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 |
---|---|
System.Collections.Generic.Dictionary<AssetImageConfiguration, AssetBundleImageKey> |