Class RunStep
Inherited Members
Namespace: Unity.Build
Assembly: solution.dll
Syntax
public abstract class RunStep
Properties
| Name | Description |
|---|---|
| Category | Category name of this RunStep displayed in the searcher menu. |
| IsShown | Determine if this RunStep should be displayed in the inspector and searcher menu. |
| Name | The name of this RunStep. |
Methods
| Name | Description |
|---|---|
| CanRun(BuildConfiguration, out string) | |
| Failure(BuildConfiguration, string) | |
| GetCategory(Type) | Get the category name displayed in the searcher menu of a RunStep type. |
| GetCategory<T>() | Get the category name displayed in the searcher menu of a RunStep type. |
| GetIsShown(Type) | Determine if a RunStep type should be displayed in the inspector and searcher menu. |
| GetIsShown<T>() | Determine if a RunStep type should be displayed in the inspector and searcher menu. |
| GetName(Type) | Get the name of a RunStep type. |
| GetName<T>() | Get the name of a RunStep type. |
| Start(BuildConfiguration) | |
| Success(BuildConfiguration, IRunInstance) |