Method DownloadDependencies
DownloadDependencies(object)
Downloads dependencies of assets marked with the specified label or address.
선언
[Obsolete]
public static AsyncOperationHandle DownloadDependencies(object key)
파라미터
타입 | 이름 | 설명 |
---|---|---|
object | key | The key of the asset(s) to load dependencies for. |
반환
타입 | 설명 |
---|---|
AsyncOperationHandle | The AsyncOperationHandle for the dependency load. |