Interface IBuildPipelineComponent
Base interface for build configuration components that provides a build pipeline.
Namespace: Unity.Build
Syntax
public interface IBuildPipelineComponent : IBuildComponent
Properties
Pipeline
Build pipeline used by this build configuration.
Declaration
BuildPipeline Pipeline { get; set; }
Property Value
| Type | Description |
|---|---|
| BuildPipeline |
SortingIndex
Returns index which is used for sorting builds when they're batch in build queue
Declaration
int SortingIndex { get; }
Property Value
| Type | Description |
|---|---|
| Int32 |
Methods
SetupEnvironment()
Sets the editor environment before starting the build
Declaration
bool SetupEnvironment()
Returns
| Type | Description |
|---|---|
| Boolean | Returns true, when editor domain reload is required. |