Method DownloadDependencies
DownloadDependencies(Object)
Downloads dependencies of assets marked with the specified label or address.
Declaration
public static AsyncOperationHandle DownloadDependencies(object key)
Parameters
Type | Name | Description |
---|---|---|
Object | key | The key of the asset(s) to load dependencies for. |
Returns
Type | Description |
---|---|
AsyncOperationHandle | The AsyncOperationHandle for the dependency load. |