Property | Type | Description | |
---|---|---|---|
Bundle | |||
BundleBytesFilter | Func |
||
IsFinished | bool | ||
Mode | CAssetBundleParserMode | ||
RelativePath | string |
Method | Description | |
---|---|---|
Dispose ( bool unloadAllAssets ) : void | ||
KAssetBundleParser ( string relativePath, byte bytes, Action |
Method | Description | |
---|---|---|
DefaultParseAb ( string relativePath, byte bytes ) : byte[] | ||
DisposeBundle ( ) : void | ||
OnFinish ( AssetBundle bundle ) : void | ||
WaitCreateAssetBundle ( AssetBundleCreateRequest req ) : IEnumerator |
public Dispose ( bool unloadAllAssets ) : void | ||
unloadAllAssets | bool | |
return | void |
public KAssetBundleParser ( string relativePath, byte bytes, Action |
||
relativePath | string | |
bytes | byte | |
callback | Action |
|
return | System |