Click or drag to resize
BaseCopyBlackboardAttribute Class
Task to copy the value of a blackboard attribute into another attribute.
Inheritance Hierarchy
SystemObject
  Slash.AI.BehaviorTrees.ImplementationsTask
    Slash.AI.BehaviorTrees.Implementations.ActionsBaseCopyBlackboardAttribute

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

The BaseCopyBlackboardAttribute type exposes the following members.

Constructors
  NameDescription
Protected methodBaseCopyBlackboardAttribute
Initializes a new instance of the BaseCopyBlackboardAttribute class
Top
Properties
  NameDescription
Protected propertySourceAttributeKey
Key of blackboard attribute to take the value from.
Protected propertyTargetAttributeKey
Key of blackboard attribute to copy the value to.
Top
Methods
See Also