docs.unity3d.com
    Show / Hide Table of Contents

    Class ProductProfileReference

    Represents the information for a single product variant

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

    Constructors

    ProductProfileReference()

    Initializes a new instance of the ProductProfileReference class.

    Declaration
    public ProductProfileReference()

    ProductProfileReference(ProductVariantProfile, ProductDefinition)

    Initializes a new instance of the ProductProfileReference class.

    Declaration
    public ProductProfileReference(ProductVariantProfile profile, ProductDefinition definition)
    Parameters
    Type Name Description
    ProductVariantProfile profile

    The profile.

    ProductDefinition definition

    The definition.

    Fields

    definition

    The definition

    Declaration
    [SerializeField]
    public ProductDefinition definition
    Field Value
    Type Description
    ProductDefinition

    id

    The identifier

    Declaration
    [SerializeField]
    public string id
    Field Value
    Type Description
    String

    Properties

    ProductProfile

    Gets the product profile.

    Declaration
    public ProductVariantProfile ProductProfile { get; }
    Property Value
    Type Description
    ProductVariantProfile

    The product 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