docs.unity3d.com
    Show / Hide Table of Contents

    Class ProfileProductSettings

    Class ProfileProductSettings.

    Inheritance
    Object
    ProfileProductSettings
    Namespace: UnityEngine.Industrial.Configuring.ConfiguratorRuntime
    Syntax
    [Serializable]
    public class ProfileProductSettings

    Constructors

    ProfileProductSettings()

    Initializes a new instance of the ProfileProductSettings class.

    Declaration
    public ProfileProductSettings()

    Fields

    productProfiles

    The product profiles

    Declaration
    [SerializeField]
    public List<ProductProfileReference> productProfiles
    Field Value
    Type Description
    List<ProductProfileReference>

    Properties

    Products

    Gets the products.

    Declaration
    public IEnumerable<Product> Products { get; }
    Property Value
    Type Description
    IEnumerable<Product>

    The products.

    ProductsProfile

    Gets the products profile.

    Declaration
    public IEnumerable<ProductVariantProfile> ProductsProfile { get; }
    Property Value
    Type Description
    IEnumerable<ProductVariantProfile>

    The products profile.

    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