InstallRegistryPackageByPathStep
public sealed class InstallRegistryPackageByPathStep : ActionStepAdds a Unity registry package from a local path, Git URL, tarball, or package URL to the open project.
Constructors
Section titled “Constructors”
InstallRegistryPackageByPathStep()
Section titled “InstallRegistryPackageByPathStep()”public InstallRegistryPackageByPathStep()Methods
Section titled “Methods”
Run(List)
Section titled “Run(List)”public override Task Run(List<ParameterValue> parameters)Adds the configured local, Git, tarball, or package URL dependency to the open project and waits for Package Manager completion.
Parameters
| Name | Type |
|---|---|
parameters |
System.Collections.Generic.List{Automator.ParameterValue} |
Returns
System.Threading.Tasks.Task