Click or drag to resize
ITaskGetActiveTasks 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
void GetActiveTasks(
	IAgentData agentData,
	TaskNode taskNode,
	ref ICollection<TaskNode> activeTasks
)

Parameters

agentData
Type: Slash.AI.BehaviorTrees.InterfacesIAgentData
Agent data.
taskNode
Type: Slash.AI.BehaviorTrees.TreeTaskNode
Task node of this task.
activeTasks
Type: System.Collections.GenericICollectionTaskNode
Collection of active task nodes.
See Also