Click or drag to resize
CompositeTTaskData Constructor (ListITask)
Constructor.

Namespace: Slash.AI.BehaviorTrees.Implementations.Composites
Assembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntax
protected Composite(
	List<ITask> deciders
)

Parameters

deciders
Type: System.Collections.GenericListITask
Child deciders.
See Also