Interface IAddressablesBuildReportAsset
Interface for Asset build report item
Namespace: UnityEditor.AddressableAssets.BuildReportVisualizer
Assembly: Unity.Addressables.Editor.dll
Syntax
public interface IAddressablesBuildReportAsset
Properties
| Name | Description |
|---|---|
| Bundles | The data for the AssetBundle the asset belongs to |
| DataFromOtherAsset | The data to set if the asset is an implicit asset (non-Addressable, but pulled into an Asset Bundle) |
| ExplicitAsset | The data to set if the asset is an explicit asset (Addressable) |
| SizeWDependencies | The total size of this asset plus its dependencies |