Class ConfiguratorContextChangedArgs
Class ConfiguratorContextChangedArgs.
Namespace: Unity.Industrial.Forma.Core
Syntax
[MovedFrom(true, "UnityEngine.Industrial.Configuring.ConfiguratorRuntime", "Unity.Industrial.Configurator", null)]
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. |