docs.unity.cn
    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 © 2020 Unity Technologies
    Generated by DocFX
    on 03 March 2021