Click or drag to resize
ITaskFindTasks Method
Searches for tasks which forfill the passed predicate.

Namespace: Slash.AI.BehaviorTrees.Interfaces
Assembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntax
void FindTasks(
	TaskNode taskNode,
	Func<ITask, bool> predicate,
	ref ICollection<TaskNode> tasks
)

Parameters

taskNode
Type: Slash.AI.BehaviorTrees.TreeTaskNode
Task node of this task.
predicate
Type: SystemFuncITask, Boolean
Predicate to forfill.
tasks
Type: System.Collections.GenericICollectionTaskNode
List of tasks which forfill the passed predicate.
See Also