docs.unity3d.com
    Show / Hide Table of Contents

    Class ConfiguratorProfileReference

    Represents the information for a single product variant

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

    Constructors

    ConfiguratorProfileReference(ConfiguratorProfile, ProfileDefinition)

    Initializes a new instance of the ConfiguratorProfileReference class.

    Declaration
    public ConfiguratorProfileReference(ConfiguratorProfile profile, ProfileDefinition definition)
    Parameters
    Type Name Description
    ConfiguratorProfile profile

    The profile.

    ProfileDefinition definition

    The definition.

    Fields

    definition

    The definition

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

    id

    The identifier

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

    Properties

    ConfiguratorProfile

    Gets the configurator profile.

    Declaration
    public ConfiguratorProfile ConfiguratorProfile { get; }
    Property Value
    Type Description
    ConfiguratorProfile

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