Click or drag to resize
Parallel Constructor (ListITask)
Initializes a new instance of the Parallel class. Constructor.

Namespace: Slash.AI.BehaviorTrees.Implementations.Composites
Assembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntax
public Parallel(
	List<ITask> children
)

Parameters

children
Type: System.Collections.GenericListITask
Child tasks.
See Also