Method GetAssetBundleCrc
GetAssetBundleCrc(string)
Retrieves the cyclic redundancy check information for specified asset bundle.
Declaration
public uint GetAssetBundleCrc(string assetBundleName)
Parameters
Type | Name | Description |
---|---|---|
string | assetBundleName | The bundle name. |
Returns
Type | Description |
---|---|
uint | Returns the cyclic redundancy check information for specified asset bundle. |