包含关于构建的总体摘要信息。
| buildEndedAt | 构建结束时间。 |
| buildStartedAt | 构建开始时间。 |
| buildType | 构建类型。 |
| guid | 构建的 Application.buildGUID。 |
| multiProcessEnabled | 构建是否启用了多进程选项。 |
| options | 用于构建的 BuildOptions,与传递给 BuildPipeline.BuildPlayer 相同。 |
| outputPath | 构建的输出路径,与提供给 BuildPipeline.BuildPlayer 相同。 |
| platform | 构建创建的目标平台。 |
| platformGroup | 构建创建的目标平台组。 |
| result | 构建结果。 |
| totalErrors | 构建过程中记录的错误和异常总数。 |
| totalSize | 构建输出的总大小,以字节为单位。 |
| totalTime | 构建过程的总时间。 |
| totalWarnings | 构建过程中记录的警告总数。 |
| GetSubtarget | 构建创建的目标子平台。 |