Class StagingFeatureRule
Class StagingFeatureRule.
Inherited Members
Namespace: UnityEngine.Industrial.Configuring.Staging
Syntax
public class StagingFeatureRule : StagingRule
Fields
featureRules
The feature rules
Declaration
public List<StagingSettingFeatureRule> featureRules
Field Value
Type | Description |
---|---|
List<StagingSettingFeatureRule> |
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 |