Click or drag to resize
BooleanCondition Class
Base class of a boolean condition.
Inheritance Hierarchy

Namespace: Slash.AI.BehaviorTrees.Implementations.Conditions
Assembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntax
public abstract class BooleanCondition : Condition

The BooleanCondition type exposes the following members.

Constructors
  NameDescription
Protected methodBooleanCondition
Initializes a new instance of the BooleanCondition class
Top
Methods
  NameDescription
Protected methodDecide(IAgentData)
Decision function for a boolean condition.
Public methodDecide(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).)
Top
See Also