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