Interface IAddressablesBuildReportItem
Nested interface that can be either a bundle or asset.
Namespace: UnityEditor.AddressableAssets.BuildReportVisualizer
Assembly: Unity.Addressables.Editor.dll
Syntax
public interface IAddressablesBuildReportItem
  Properties
| Name | Description | 
|---|---|
| Name | The name of the build report item  | 
      
Methods
| Name | Description | 
|---|---|
| CreateGUI(VisualElement) | Create the UI element for a build report item  | 
      
| GetCellContent(string) | Get content for a cell given a column name  | 
      
| GetSortContent(string) | Get the sortable content  |