Class AssetsViewBuildReportAsset
Container for UI element (Assets)
Inherited Members
Namespace: UnityEditor.AddressableAssets.BuildReportVisualizer
Assembly: Unity.Addressables.Editor.dll
Syntax
public class AssetsViewBuildReportAsset : AssetsViewBuildReportItem, IAddressablesBuildReportItem, IAddressablesBuildReportAsset
Constructors
| Name | Description |
|---|---|
| AssetsViewBuildReportAsset(DataFromOtherAsset) | Create a UI container for a non-Addressable asset |
| AssetsViewBuildReportAsset(ExplicitAsset) | Create the UI container for an Addressable asset |
Properties
| Name | Description |
|---|---|
| ExternallyReferencedAssets | For a given asset, the assets in different AssetBundles it references |
| ImplicitDependencies | Asset data from implicit (non-Addressable) dependencies |
| InternallyReferencedAssets | For a given asset, the assets in the same AssetBundle it references |