Class VariantTableChangedArgs
Arguments for variantTableChanged event.
Namespace: UnityEngine.Industrial.Configuring.Core
Syntax
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. |