Constructor AssetsViewBuildReportAsset
AssetsViewBuildReportAsset(ExplicitAsset)
Create the UI container for an Addressable asset
Declaration
public AssetsViewBuildReportAsset(BuildLayout.ExplicitAsset asset)
Parameters
Type | Name | Description |
---|---|---|
BuildLayout.ExplicitAsset | asset | The Addressable asset |
AssetsViewBuildReportAsset(DataFromOtherAsset)
Create a UI container for a non-Addressable asset
Declaration
public AssetsViewBuildReportAsset(BuildLayout.DataFromOtherAsset asset)
Parameters
Type | Name | Description |
---|---|---|
BuildLayout.DataFromOtherAsset | asset | The non-Addressable asset |