Interface IBuildResults
Base interface for the build results container
Namespace: UnityEditor.Build.Pipeline.Interfaces
Assembly: solution.dll
Syntax
public interface IBuildResults : IContextObject
Properties
Name | Description |
---|---|
AssetResults | Map of Asset data included in this build |
ScriptResults | Results from the script compiling step. |
WriteResults | Map of serialized file name to results for built content. |
WriteResultsMetaData | Map of serialized file name to additional metadata associated with the write result. |