Class StagingRulesUpdater
Base class for staging rule updaters
Inherited Members
UnityEngine.Object.FindObjectsOfType<T>(System.Boolean)
UnityEngine.Object.FindObjectOfType<T>(System.Boolean)
Namespace: UnityEngine.Industrial.Configuring.Staging
Syntax
public class StagingRulesUpdater : MonoBehaviour
Fields
m_Rules
The m rules
Declaration
[FormerlySerializedAs("rules")]
[SerializeField]
protected List<StagingRule> m_Rules
Field Value
Type | Description |
---|---|
List<StagingRule> |
Methods
AddRule(StagingRule)
Add a rule to be updated from specific events If you create a new rule on runtime you need to add it manually
Declaration
public void AddRule(StagingRule rule)
Parameters
Type | Name | Description |
---|---|---|
StagingRule | rule | The rule. |