Click or drag to resize
BaseSetBlackboardAttribute Class
Sets a blackboard attribute.
Inheritance Hierarchy

Namespace: Slash.AI.BehaviorTrees.Implementations.Actions
Assembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntax
public abstract class BaseSetBlackboardAttribute : Task

The BaseSetBlackboardAttribute type exposes the following members.

Constructors
  NameDescription
Protected methodBaseSetBlackboardAttribute
Initializes a new instance of the BaseSetBlackboardAttribute class
Top
Properties
  NameDescription
Protected propertyBlackboardAttributeKey
Key of blackboard attribute to set.
Protected propertyBlackboardAttributeValue
Value to set.
Top
Methods
See Also