Method GetAllDependencies
GetAllDependencies(string)
Retrieves all bundle dependencies based on the specified bundle name.
Declaration
public string[] GetAllDependencies(string assetBundleName)
Parameters
Type | Name | Description |
---|---|---|
string | assetBundleName | The bundle name to lookup. |
Returns
Type | Description |
---|---|
string[] | Returns all the dependencies of the bundle. |