Click or drag to resize
BaseCopyParentBlackboardAttribute Class
Reads an attribute from the parent blackboard and writes it to the current blackboard.
Inheritance Hierarchy
SystemObject
  Slash.AI.BehaviorTrees.ImplementationsTask
    Slash.AI.BehaviorTrees.Implementations.ActionsBaseCopyParentBlackboardAttribute

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

The BaseCopyParentBlackboardAttribute type exposes the following members.

Constructors
  NameDescription
Protected methodBaseCopyParentBlackboardAttribute
Initializes a new instance of the BaseCopyParentBlackboardAttribute class
Top
Properties
  NameDescription
Protected propertyAttributeKey
Key of blackboard attribute to take the value from.
Top
Methods
  NameDescription
Public methodActivate
Activation. This method is called when the task was chosen to be executed. It's called right before the first update of the task. The task can setup its specific task data in here and do initial actions.
(Overrides TaskActivate(IAgentData, IDecisionData).)
Top
See Also