Class ExportableProductCatalog
Class ExportableProductCatalog.
Namespace: UnityEditor.Industrial.Configuring.Build
Syntax
[Serializable]
public class ExportableProductCatalog
Constructors
ExportableProductCatalog()
Initializes a new instance of the ExportableProductCatalog class.
Declaration
public ExportableProductCatalog()
Fields
CatalogName
The catalog name
Declaration
[SerializeField]
public string CatalogName
Field Value
Type | Description |
---|---|
String |
Properties
ProductList
Gets or sets the product list.
Declaration
public List<Product> ProductList { get; set; }
Property Value
Type | Description |
---|---|
List<Product> | The product list. |
ValidProductList
Gets the valid product list.
Declaration
public List<Product> ValidProductList { get; }
Property Value
Type | Description |
---|---|
List<Product> | The valid product list. |