Click or drag to resize
CheckBlackboardBoolean Class
Checks a boolean attribute from the blackboard.
Inheritance Hierarchy

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

The CheckBlackboardBoolean type exposes the following members.

Constructors
  NameDescription
Protected methodCheckBlackboardBoolean
Initializes a new instance of the CheckBlackboardBoolean class
Top
Properties
  NameDescription
Protected propertyBlackboardAttributeKey
Key of blackboard attribute to check.
Top
Methods
  NameDescription
Protected methodDecide
Decision function for a boolean condition.
(Overrides BooleanConditionDecide(IAgentData).)
Top
See Also