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 |
Bundle |
The name of the AssetBundle where the asset is stored |
Bundle |
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 |
Data |
Data store for implicit Asset references |
Explicit |
Data store for Assets explicitly defined in an AssetBundle |
File |
The total size of the asset and its dependencies |
File |
The size of the uncompressed asset |
Group |
The Addressable Group the asset belonged to |
Name | The name of the asset |
Refs |
The ids that reference this asset |
Refs |
The ids of assets this asset references |
Size |
The total size with dependencies |
Methods
Name | Description |
---|---|
Create |
Used to build the GUI for the asset data |
Get |
Get specific data for a given column |
Get |
Get sortable content data for a column |