Class ProductPresetsChangedArgs
Class ProductPresetsChangedArgs.
Namespace: Unity.Industrial.Forma.Core.Products
Syntax
[MovedFrom(true, "UnityEngine.Industrial.Configuring.Core", "Unity.Industrial.Configurator", null)]
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. |