Click or drag to resize
OnActiveTasksChangedDelegate Delegate
Called when the active tasks of the agent changed.

Namespace: Slash.AI.BehaviorTrees.Interfaces
Assembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntax
public delegate void OnActiveTasksChangedDelegate(
	IAgentData agentData
)

Parameters

agentData
Type: Slash.AI.BehaviorTrees.InterfacesIAgentData
Agent data which active tasks changed.
See Also