Class AssetsViewBuildReportItem
UI item used to display assets in the Addressables Build Report
Implements
Inherited Members
Namespace: UnityEditor.AddressableAssets.BuildReportVisualizer
Assembly: Unity.Addressables.Editor.dll
Syntax
public class AssetsViewBuildReportItem : IAddressablesBuildReportItem
Properties
| Name | Description |
|---|---|
| Bundle | Data store for the AssetBundle the asset is stored in |
| BundleName | The name of the AssetBundle where the asset is stored |
| BundleSize | The file size of the AssetBundle where the asset is stored |
| Bundles | If this asset is an implicit dependecy, this is the list of all the AssetBundles where the asset was duplicated |
| DataFromOtherAsset | Data store for implicit Asset references |
| ExplicitAsset | Data store for Assets explicitly defined in an AssetBundle |
| FileSizePlusRefs | The total size of the asset and its dependencies |
| FileSizeUncompressed | The size of the uncompressed asset |
| GroupName | The Addressable Group the asset belonged to |
| Name | The name of the asset |
| RefsBy | The ids that reference this asset |
| RefsTo | The ids of assets this asset references |
| SizeWDependencies | The total size with dependencies |
Methods
| Name | Description |
|---|---|
| CreateGUI(VisualElement) | Used to build the GUI for the asset data |
| GetCellContent(string) | Get specific data for a given column |
| GetSortContent(string) | Get sortable content data for a column |