Class ContextChangedArgs
Class ContextChangedArgs.
Namespace: UnityEngine.Industrial.Configuring.Core
Syntax
public class ContextChangedArgs
Properties
eventType
Gets the type of the event.
Declaration
public ContextChangedEventType eventType { get; }
Property Value
Type | Description |
---|---|
ContextChangedEventType | The type of the event. |
key
The key for which the value has been added or removed.
Declaration
public string key { get; }
Property Value
Type | Description |
---|---|
String | The key. |
value
The value that is/was set for the key.
Declaration
public string value { get; }
Property Value
Type | Description |
---|---|
String | The value. |