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