Interface IBuildTask
Base interface of all build tasks.
Namespace: UnityEditor.Build.Pipeline.Interfaces
Assembly: solution.dll
Syntax
public interface IBuildTask
Properties
| Name | Description |
|---|---|
| Version | Version identifier for the build task. Primarily for caching. |
Methods
| Name | Description |
|---|---|
| Run() | Run task method |