Class BuildStepBase
Base class for build steps.
Inherited Members
Namespace: Unity.Build
Assembly: solution.dll
Syntax
public abstract class BuildStepBase
Constructors
| Name | Description |
|---|---|
| BuildStepBase() | Default constructor for BuildStepBase. |
Properties
| Name | Description |
|---|---|
| Description | Description of this build step displayed in build progress reporting. |
| UsedComponents | List of build components used by this build step. |
Methods
| Name | Description |
|---|---|
| Cleanup(BuildContext) | Cleanup this build step. Cleanup will only be called if this build step ran. |
| IsEnabled(BuildContext) | Determine if this build step will be executed or not. |
| Run(BuildContext) | Run this build step. If a previous build step fails, this build step will not run. |