Property | Type | Description | |
---|---|---|---|
Typeof_ABScene | |||
Typeof_AssetBundle | |||
Typeof_AudioClip | |||
Typeof_Bytes | |||
Typeof_Object | |||
Typeof_String | |||
Typeof_Texture2D |
Method | Description | |
---|---|---|
AddLock ( int hashkey ) : void |
锁定
|
|
CheckDependenciesComplete ( |
判断所有依赖项目是否加载完成
|
|
ClearAll ( ) : void |
清理所有资源
|
|
ClearCache ( int assethashcode ) : void |
清理缓存释放资源
|
|
ClearCache ( string assetBundleName ) : void |
清理缓存释放资源
|
|
Contains ( int keyhash ) : bool |
是否下载过资源
|
|
Contains ( string key ) : bool |
|
|
GetCache ( string assetBundleName ) : |
获取缓存
|
|
RemoveAllLock ( ) : void |
清理所有缓存
|
|
RemoveLock ( int hashkey ) : void |
移除锁定
|
|
SetRequestDataFromCache ( |
从缓存设置数据
|
Method | Description | |
---|---|---|
AddCache ( |
添加缓存
|
|
AddSourceCacheDataFromWWW ( |
Adds the source cache data from WW.
|
|
GetCache ( int assethashcode ) : |
获取缓存
|
|
SetAssetLoaded ( int hashkey ) : void |
Sets the asset loaded.
|
public static CheckDependenciesComplete ( |
||
req | ||
return | bool |
public static ClearCache ( int assethashcode ) : void | ||
assethashcode | int | |
return | void |
public static ClearCache ( string assetBundleName ) : void | ||
assetBundleName | string | |
return | void |
public static Contains ( int keyhash ) : bool | ||
keyhash | int | |
return | bool |
public static GetCache ( string assetBundleName ) : |
||
assetBundleName | string | |
return |
public static RemoveLock ( int hashkey ) : void | ||
hashkey | int | |
return | void |
public static SetRequestDataFromCache ( |
||
req | ||
return | bool |
public static Type,System Typeof_ABScene | ||
return |
public static Type,System Typeof_AssetBundle | ||
return |
public static Type,System Typeof_AudioClip | ||
return |
public static Type,System Typeof_Object | ||
return |
public static Type,System Typeof_String | ||
return |