public static PackageManager.Requests.AddRequest Add (string packageIdOrName);

파라미터

packageIdOrNameThe name or ID of the package to add. If only the name is specified, the latest version of the package is installed.

반환

AddRequest An AddRequest instance, which you can use to monitor the asynchronous operation, and when complete, get the result.

설명

Adds a package dependency to the project.