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

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

Parameters

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

Return Value

Type: ICollectionTaskNode
Collection of active task nodes.

Implements

IBehaviorTreeGetActiveTasks(IAgentData)
See Also