Class ConfiguratorContextChangedArgs
Class ConfiguratorContextChangedArgs.
Namespace: UnityEngine.Industrial.Configuring.ConfiguratorRuntime
Syntax
public class ConfiguratorContextChangedArgs
Properties
context
The new context.
Declaration
public Context context { get; }
Property Value
Type | Description |
---|---|
Context | The context. |
oldContext
The old context.
Declaration
public Context oldContext { get; }
Property Value
Type | Description |
---|---|
Context | The old context. |