Struct ConfiguratorChangeActiveProductArgs
Struct ConfiguratorChangeActiveProductArgs
Namespace: UnityEngine.Industrial.Configuring.ConfiguratorRuntime
Syntax
public struct ConfiguratorChangeActiveProductArgs
Constructors
ConfiguratorChangeActiveProductArgs(ConfiguratorProfileReference, ConfiguratorChangeActiveProductArgs.ProfileProductsChangeType, List<ProductProfileReference>)
Initializes a new instance of the ConfiguratorChangeActiveProductArgs struct.
Declaration
public ConfiguratorChangeActiveProductArgs(ConfiguratorProfileReference obj, ConfiguratorChangeActiveProductArgs.ProfileProductsChangeType change, List<ProductProfileReference> changedItems)
Parameters
Type | Name | Description |
---|---|---|
ConfiguratorProfileReference | obj | The object. |
ConfiguratorChangeActiveProductArgs.ProfileProductsChangeType | change | The change. |
List<ProductProfileReference> | changedItems | The changed items. |
Fields
Changes
The changes
Declaration
public List<ProductProfileReference> Changes
Field Value
Type | Description |
---|---|
List<ProductProfileReference> |
ChangeType
The change type
Declaration
public ConfiguratorChangeActiveProductArgs.ProfileProductsChangeType ChangeType
Field Value
Type | Description |
---|---|
ConfiguratorChangeActiveProductArgs.ProfileProductsChangeType |
ProfileReference
The profile reference
Declaration
public ConfiguratorProfileReference ProfileReference
Field Value
Type | Description |
---|---|
ConfiguratorProfileReference |