Click or drag to resize
XmlSerializationReadDelegate Delegate
Called when an unknown task should be read from a xml document.

Namespace: Slash.AI.BehaviorTrees.Editor
Assembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntax
public delegate void XmlSerializationReadDelegate(
	XmlReader reader,
	out ITask task
)

Parameters

reader
Type: System.XmlXmlReader
Xml reader.
task
Type: Slash.AI.BehaviorTrees.InterfacesITask
Task which is read.
See Also