Method GetAssetBundleHash
GetAssetBundleHash(string)
Retrieves the hash of the asset bundle.
Declaration
public Hash128 GetAssetBundleHash(string assetBundleName)
Parameters
Type | Name | Description |
---|---|---|
string | assetBundleName | The name of the bundle. |
Returns
Type | Description |
---|---|
Hash128 | Returns the hash. |