Class ProductDefintionChangeArgs
Class ProductDefintionChangeArgs.
Namespace: UnityEngine.Industrial.Configuring.Core
Syntax
public class ProductDefintionChangeArgs : LifecycleChange<ProductDefinition>
Constructors
ProductDefintionChangeArgs(ProductDefinition, LifecycleChange.Type)
Initializes a new instance of the ProductDefintionChangeArgs class.
Declaration
public ProductDefintionChangeArgs(ProductDefinition obj, LifecycleChange.Type change)
Parameters
Type | Name | Description |
---|---|---|
ProductDefinition | obj | The object. |
LifecycleChange.Type | change | The change. |