Draws the report for builds made outside the Unity build pipeline, in the Build Analysis window.
Mark an implementation with ExternalBuildDrawerAttribute to declare which package's
builds it draws. The window gives the drawer its whole content area, so the drawer supplies its own tabs
and toolbar.
Additional resources: BuildHistory.RegisterExternalBuild
| Method | Description |
|---|---|
| CreateContent | Creates the content that fills the window while this drawer's builds are selected. |
| OnBuildDeselected | Called when the selection moves to a build this drawer doesn't draw. |
| OnBuildSelected | Called when the user selects a build this drawer draws. |