| BooleanCondition Class |
Namespace: Slash.AI.BehaviorTrees.Implementations.Conditions
The BooleanCondition type exposes the following members.
| Name | Description | |
|---|---|---|
| BooleanCondition | Initializes a new instance of the BooleanCondition class |
| Name | Description | |
|---|---|---|
| Decide(IAgentData) |
Decision function for a boolean condition.
| |
| Decide(IAgentData, IDecisionData) |
Depending on the group policy of its parent, the floating point return value indicates whether the decider will be activated.
(Overrides TaskDecide(IAgentData, IDecisionData).) |