Elin Decompiled Documentation EA 23.102 Nightly
|
Public Member Functions | |
ResourceCache (string _path="") | |
void | Clear () |
T | Get (string id, ResourceLoadType loadType=ResourceLoadType.Resource, object option=null) |
T2 | Get< T2 > (string id, ResourceLoadType loadType=ResourceLoadType.Resource) |
Static Public Member Functions | |
static T | Load< T > (string path) |
static T | LoadBundle< T > (string path) |
Public Attributes | |
Dictionary< string, T > | dict = new Dictionary<string, T>() |
string | path |
Static Public Attributes | |
static ResourceCache< Object > | caches = new ResourceCache<Object>() |
T | : | Object |
Definition at line 19 of file ResourceCache.cs.
|
inline |
Definition at line 25 of file ResourceCache.cs.
References ResourceCache< T >.path.
|
inline |
Definition at line 30 of file ResourceCache.cs.
References ResourceCache< T >.dict.
|
inline |
Definition at line 39 of file ResourceCache.cs.
References ResourceCache< T >.dict, and ResourceCache< T >.path.
Referenced by ResourceCache< T >.Load< T >(), and ResourceCache< T >.LoadBundle< T >().
|
inline |
T2 | : | Object |
Definition at line 51 of file ResourceCache.cs.
References AssetBundle, ResourceCache< T >.dict, and ResourceCache< T >.path.
|
inlinestatic |
T | : | Object |
Definition at line 9 of file ResourceCache.cs.
References ResourceCache< T >.caches, ResourceCache< T >.Get(), and ResourceCache< T >.path.
|
inlinestatic |
T | : | Object |
Definition at line 14 of file ResourceCache.cs.
References ResourceCache< T >.caches, ResourceCache< T >.Get(), and ResourceCache< T >.path.
|
static |
Definition at line 7 of file ResourceCache.cs.
Referenced by ResourceCache< T >.Load< T >(), and ResourceCache< T >.LoadBundle< T >().
Dictionary<string, T> ResourceCache< T >.dict = new Dictionary<string, T>() |
Definition at line 21 of file ResourceCache.cs.
Referenced by ResourceCache< T >.Clear(), ResourceCache< T >.Get(), and ResourceCache< T >.Get< T2 >().
string ResourceCache< T >.path |
Definition at line 23 of file ResourceCache.cs.
Referenced by ResourceCache< T >.Get(), ResourceCache< T >.Get< T2 >(), ResourceCache< T >.Load< T >(), ResourceCache< T >.LoadBundle< T >(), and ResourceCache< T >.ResourceCache().