Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


OnBuildSelected(BuildReportSummary)

Called when the user selects a build this drawer draws.
Read time 1 minuteLast updated 12 days ago

Definition

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.