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

Namespace: Slash.AI.BehaviorTrees.Editor
Assembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntax
public XmlWrapperList(
	List<ITask> list
)

Parameters

list
Type: System.Collections.GenericListITask
The list.
See Also