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

Namespace: Slash.AI.BehaviorTrees.Implementations.Composites
Assembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntax
public override 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 this task is located in.
activeTasks
Type: System.Collections.GenericICollectionTaskNode
Collection of active task nodes.

Implements

ITaskGetActiveTasks(IAgentData, TaskNode, ICollectionTaskNode)
See Also