Class StagingContextRule
Class StagingContextRule.
Inherited Members
UnityEngine.Object.FindObjectsOfType<T>(System.Boolean)
UnityEngine.Object.FindObjectOfType<T>(System.Boolean)
Namespace: UnityEngine.Industrial.Configuring.Staging
Syntax
[CreateAssetMenu(fileName = "ContextRule", menuName = "Forma/Staging/Context Rule", order = 50)]
public class StagingContextRule : StagingRule
Fields
contextRules
The context rules
Declaration
public List<StagingSettingContextRule> contextRules
Field Value
Type | Description |
---|---|
List<StagingSettingContextRule> |
Methods
Validate(Object)
Validates the specified validate with.
Declaration
public override bool Validate(object validateWith)
Parameters
Type | Name | Description |
---|---|---|
Object | validateWith | The validate with. |
Returns
Type | Description |
---|---|
Boolean |
|
Overrides
Events
valueChanged
Occurs when [value changed].
Declaration
public override event Action valueChanged
Event Type
Type | Description |
---|---|
Action |