Class ProductPresetsChangedArgs
Class ProductPresetsChangedArgs.
Namespace: UnityEngine.Industrial.Configuring.Core
Syntax
public class ProductPresetsChangedArgs
Properties
eventType
Gets the type of the event.
Declaration
public ProductPresetsChangedEventType eventType { get; }
Property Value
Type | Description |
---|---|
ProductPresetsChangedEventType | The type of the event. |
preset
Gets the preset.
Declaration
public Configuration preset { get; }
Property Value
Type | Description |
---|---|
Configuration | The preset. |