docs.unity3d.com
    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 © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023