Class PackChangedEventArgs
Class PackChangedEventArgs. This class cannot be inherited.
Namespace: UnityEngine.Industrial.Configuring.Core
Syntax
public sealed class PackChangedEventArgs
Properties
eventType
Gets the type of the event.
Declaration
public PackChangedEventType eventType { get; }
Property Value
Type | Description |
---|---|
PackChangedEventType | The type of the event. |
feature
Gets the feature.
Declaration
public Feature feature { get; }
Property Value
Type | Description |
---|---|
Feature | The feature. |