InstallRegistryPackageByNameStep
public sealed class InstallRegistryPackageByNameStep : ActionStepAdds a named Unity registry package and optional version to the open project’s manifest.
Constructors
Section titled “Constructors”
InstallRegistryPackageByNameStep()
Section titled “InstallRegistryPackageByNameStep()”public InstallRegistryPackageByNameStep()Methods
Section titled “Methods”
Run(List)
Section titled “Run(List)”public override Task Run(List<ParameterValue> parameters)Adds the configured registry package and optional version 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