Class StagingContextRulesUpdater
Staging context rules updater Listens to ConfigurationManager context event and updates rule scriptable objects
Inheritance
StagingContextRulesUpdater
Inherited Members
UnityEngine.Object.FindObjectsOfType<T>(System.Boolean)
UnityEngine.Object.FindObjectOfType<T>(System.Boolean)
Namespace: UnityEngine.Industrial.Configuring.Staging
Syntax
public class StagingContextRulesUpdater : StagingRulesUpdater
Properties
ConfigurationManager
Gets the configuration manager.
Declaration
protected ConfigurationManager ConfigurationManager { get; }
Property Value
Type | Description |
---|---|
ConfigurationManager | The configuration manager. |
Instance
Gets the instance.
Declaration
public static StagingContextRulesUpdater Instance { get; }
Property Value
Type | Description |
---|---|
StagingContextRulesUpdater | The instance. |