프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Typeof_ABScene | |||
Typeof_AssetBundle | |||
Typeof_AudioClip | |||
Typeof_Bytes | |||
Typeof_Object | |||
Typeof_String | |||
Typeof_Texture2D |
메소드 | 설명 | |
---|---|---|
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 ( |
从缓存设置数据
|
메소드 | 설명 | |
---|---|---|
AddCache ( |
添加缓存
|
|
AddSourceCacheDataFromWWW ( |
Adds the source cache data from WW.
|
|
GetCache ( int assethashcode ) : |
获取缓存
|
|
SetAssetLoaded ( int hashkey ) : void |
Sets the asset loaded.
|
public static CheckDependenciesComplete ( |
||
req | ||
리턴 | bool |
public static ClearCache ( int assethashcode ) : void | ||
assethashcode | int | |
리턴 | void |
public static ClearCache ( string assetBundleName ) : void | ||
assetBundleName | string | |
리턴 | void |
public static GetCache ( string assetBundleName ) : |
||
assetBundleName | string | |
리턴 |
public static SetRequestDataFromCache ( |
||
req | ||
리턴 | bool |