Click or drag to resize
TaskDescriptionSetOnXmlReadUnknownTask Method
Callback when an unknown task should be read from xml. Uses the task descriptions in this set to wrap the unknown task in a ReferenceTask object.

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

Parameters

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