Class ConfiguratorProfileReference
Represents the information for a single product variant
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. |