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

Namespace: Slash.AI.BehaviorTrees.Editor
Assembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntax
public XmlWrapper(
	ITask task
)

Parameters

task
Type: Slash.AI.BehaviorTrees.InterfacesITask
Task to wrap.
See Also