Interface IBuildPipelineComponent
Base interface for build configuration components that provides a build pipeline.
Namespace: Unity.Build
Assembly: solution.dll
Syntax
public interface IBuildPipelineComponent : IBuildComponent
Properties
| Name | Description |
|---|---|
| Pipeline | Build pipeline used by this build configuration. |
| SortingIndex | Returns index which is used for sorting builds when they're batch in build queue |
Methods
| Name | Description |
|---|---|
| SetupEnvironment() | Sets the editor environment before starting the build |