OnBuildSelected(BuildReportSummary)
Called when the user selects a build this drawer draws.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Build.Analysis
- Assembly: UnityEditor.BuildAnalysisModule
public virtual void OnBuildSelected(BuildReportSummary summary)
Parameters
The summary of the selected build.
Remarks
The window shows no report of its own for these builds, so report anything that prevents drawing one, such as a missing report file, in the drawer's own content.