Class ClassicPipelineBase
Inherited Members
Namespace: Unity.Build.Classic.Private
Assembly: solution.dll
Syntax
public abstract class ClassicPipelineBase : BuildPipelineBase
Properties
| Name | Description |
|---|---|
| Platform | |
| UsedComponents | List of build component types used by this build pipeline. |
Methods
| Name | Description |
|---|---|
| OnCanBuild(BuildContext) | Provides additional implementation to determine if the build pipeline satisfy requirements to build. |
| OnCanPrepare(PrepareContext) | Provides implementation to determine if the environment can be prepared for the build pipeline before using it. |
| OnCanRun(RunContext) | Provides additional implementation to determine if the build pipeline satisfy requirements to run the last build. |
| OnClean(CleanContext) | Provides implementation to clean files produced by the build of this build pipeline corresponding to the specified build configuration. |
| OnPrepare(PrepareContext) | Provides implementation when preparing the environment for the build pipeline before using it. |
| PrepareContext(BuildContext) |