Class SelectedFeatureCondition
Class SelectedFeatureCondition.
Namespace: UnityEngine.Industrial.Configuring.Core.Ruling
Syntax
[Serializable]
public class SelectedFeatureCondition : MultiItemCondition, IRuleCondition
Constructors
SelectedFeatureCondition()
Initializes a new instance of the SelectedFeatureCondition class.
Declaration
public SelectedFeatureCondition()
Fields
features
The features
Declaration
public List<Feature> features
Field Value
| Type | Description |
|---|---|
| List<Feature> |
Methods
Applies(RuleExecutionContext)
Applies the specified context.
Declaration
public override bool Applies(RuleExecutionContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| RuleExecutionContext | context | The context. |
Returns
| Type | Description |
|---|---|
| Boolean |
|