Class ProductDefaultsChangedArgs
Class ProductDefaultsChangedArgs.
Namespace: UnityEngine.Industrial.Configuring.Core
Syntax
public class ProductDefaultsChangedArgs
Properties
configuration
Gets the configuration.
Declaration
public Configuration configuration { get; }
Property Value
Type | Description |
---|---|
Configuration | The configuration. |
context
Gets the context.
Declaration
public Context context { get; }
Property Value
Type | Description |
---|---|
Context | The context. |
eventType
Gets the type of the event.
Declaration
public ProductDefaultsChangedEventType eventType { get; }
Property Value
Type | Description |
---|---|
ProductDefaultsChangedEventType | The type of the event. |