 | BaseRemoveBlackboardAttributeGetBlackboardAttributeKey Method |
Should return the key of the blackboard attribute to remove.
Namespace: Slash.AI.BehaviorTrees.Implementations.ActionsAssembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntaxprotected abstract Object GetBlackboardAttributeKey(
IAgentData agentData
)
Protected MustOverride Function GetBlackboardAttributeKey (
agentData As IAgentData
) As Object
protected:
virtual Object^ GetBlackboardAttributeKey(
IAgentData^ agentData
) abstract
abstract GetBlackboardAttributeKey :
agentData : IAgentData -> Object
Parameters
- agentData
- Type: Slash.AI.BehaviorTrees.InterfacesIAgentData
Agent data.
Return Value
Type:
Object Key of the blackboard attribute to remove.
See Also