Click or drag to resize
IBehaviorTreeGetActiveTasks Method
Generates a collection of active task nodes under this task. Used for debugging only.

Namespace: Slash.AI.BehaviorTrees.Interfaces
Assembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntax
ICollection<TaskNode> GetActiveTasks(
	IAgentData agentData
)

Parameters

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

Return Value

Type: ICollectionTaskNode
Collection of active task nodes.
See Also