Interface IBuildTask
构建任务的标准接口
Assembly: YooAsset.Editor.dll
View Source
Declaration
public interface IBuildTask
Methods
Run(BuildContext)
执行构建任务
View Source
Declaration
void Run(BuildContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| YooAsset.Editor.BuildContext | context | 构建上下文 |