Class VariantTableChangedArgs
Arguments for variantTableChanged event.
Namespace: Unity.Industrial.Forma.Core.Variants
Syntax
[MovedFrom(true, "UnityEngine.Industrial.Configuring.Core", "Unity.Industrial.Configurator", null)]
public sealed class VariantTableChangedArgs
Properties
eventType
Gets the type of the event.
Declaration
public VariantTableChangedEventType eventType { get; }
Property Value
Type | Description |
---|---|
VariantTableChangedEventType | The type of the event. |
featureSet
Gets the feature set.
Declaration
public FeatureSet featureSet { get; }
Property Value
Type | Description |
---|---|
FeatureSet | The feature set. |