Enum RuleEffect
Defines the effect a rule performs when its condition is met.
Namespace: Serenity.ProceduralExpression.Infrastructure.Rules
Assembly: Serenity.UnityProceduralExpression.Infrastructure.dll
Syntax
public enum RuleEffect
Fields
| Name | Description |
|---|---|
| SetLayerWeight | Sets the weight of a procedural layer using a weight provider. |
| TriggerAction | Triggers a procedural action when the condition becomes true. |