Interface IBuildTask
Base interface of all build tasks.
Namespace: UnityEditor.Build.Pipeline.Interfaces
Assembly: Unity.ScriptableBuildPipeline.Editor.dll
Syntax
public interface IBuildTask
  Properties
Version
Version identifier for the build task. Primarily for caching.
Declaration
int Version { get; }
  Property Value
| Type | Description | 
|---|---|
| int | 
Methods
Run()
Run task method
Declaration
ReturnCode Run()
  Returns
| Type | Description | 
|---|---|
| ReturnCode | Return code with status information about success or failure causes.  |