Click or drag to resize
BaseRemoveBlackboardAttributeGetBlackboardAttributeKey Method
Should return the key of the blackboard attribute to remove.

Namespace: Slash.AI.BehaviorTrees.Implementations.Actions
Assembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntax
protected abstract Object GetBlackboardAttributeKey(
	IAgentData agentData
)

Parameters

agentData
Type: Slash.AI.BehaviorTrees.InterfacesIAgentData
Agent data.

Return Value

Type: Object
Key of the blackboard attribute to remove.
See Also