Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ExternalBuildDrawer

Draws the report for builds made outside the Unity build pipeline, in the Build Analysis window.
Read time 1 minuteLast updated 13 days ago

Definition

public abstract class ExternalBuildDrawer

Remarks

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.

Methods

Method

Description

CreateContentCreates the content that fills the window while this drawer's builds are selected.
OnBuildDeselectedCalled when the selection moves to a build this drawer doesn't draw.
OnBuildSelectedCalled when the user selects a build this drawer draws.