docs.unity.cn
    Show / Hide Table of Contents

    Class ExportableProductCatalog

    Class ExportableProductCatalog.

    Inheritance
    Object
    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.

    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 03 March 2021