![]() | BaseCopyParentBlackboardAttribute Class |
Namespace: Slash.AI.BehaviorTrees.Implementations.Actions
The BaseCopyParentBlackboardAttribute type exposes the following members.
Name | Description | |
---|---|---|
![]() | BaseCopyParentBlackboardAttribute | Initializes a new instance of the BaseCopyParentBlackboardAttribute class |
Name | Description | |
---|---|---|
![]() | AttributeKey |
Key of blackboard attribute to take the value from.
|
Name | Description | |
---|---|---|
![]() | Activate |
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).) |