Class BuildPipelineBase
Inherited Members
Namespace: Unity.Build
Assembly: solution.dll
Syntax
public abstract class BuildPipelineBase
Constructors
Name | Description |
---|---|
Build |
Default constructor. |
Build |
Construct build pipeline from build step collection. |
Properties
Name | Description |
---|---|
Build |
Optional list of build steps used by this build pipeline. |
Used |
List of build component types used by this build pipeline. |
Methods
Name | Description |
---|---|
Build(Build |
Build this build pipeline using the specified build configuration. |
Build |
Start an incremental build of this build pipeline using the specified build configuration.
The Update() method needs to be called until it returns false, indicating that the build has completed.
The Build |
Can |
Determine if the build pipeline satisfy requirements to build. |
Can |
Determine if the build pipeline satisfy requirements to run the last build. |
Clean(Build |
Clean the build result from building the build pipeline of this build configuration. |
Get |
Directory containing final build files. |
On |
Provides implementation to build this build pipeline using the specified build configuration.
When using Build |
On |
Provides additional implementation to determine if the build pipeline satisfy requirements to build. |
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 to run the last build of this build pipeline corresponding to the specified build configuration. |
Run(Build |
Run the last build of this build pipeline corresponding to the specified build configuration. |