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
- Type: Class
- Namespace: UnityEditor.Build.Analysis
- Assembly: UnityEditor.BuildAnalysisModule
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.
Additional Resources: BuildHistory.RegisterExternalBuild
Methods
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. |