# OnBuildSelected(BuildReportSummary)

> Called when the user selects a build this drawer draws.

## Definition

* **Type:** Method
* **Namespace:** [UnityEditor.Build.Analysis](/engine/6000.7/script-reference/unityeditor/build/analysis.md)
* **Assembly:** UnityEditor.BuildAnalysisModule

```csharp
public virtual void OnBuildSelected(BuildReportSummary summary)
```

### Parameters

**** (\[BuildReportSummary]\(/engine/6000.7/script-reference/unityeditor/build/buildreportsummary)): 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.
