Interface IRuleCondition
Interface IRuleCondition
Namespace: UnityEngine.Industrial.Configuring.Core.Ruling
Syntax
public interface IRuleCondition
Methods
Applies(RuleExecutionContext)
Applieses the specified context.
Declaration
bool Applies(RuleExecutionContext context)
Parameters
Type | Name | Description |
---|---|---|
RuleExecutionContext | context | The context. |
Returns
Type | Description |
---|---|
Boolean |
|