Click or drag to resize
CheckBlackboardSet Class
Checks a if a blackboard attribute is set.
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 CheckBlackboardSet : BooleanCondition

The CheckBlackboardSet type exposes the following members.

Constructors
  NameDescription
Protected methodCheckBlackboardSet
Initializes a new instance of the CheckBlackboardSet 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