 | 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.EditorAssembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntaxpublic void OnXmlReadUnknownTask(
XmlReader reader,
out ITask task
)
Public Sub OnXmlReadUnknownTask (
reader As XmlReader,
<OutAttribute> ByRef task As ITask
)
public:
void OnXmlReadUnknownTask(
XmlReader^ reader,
[OutAttribute] ITask^% task
)
member OnXmlReadUnknownTask :
reader : XmlReader *
task : ITask byref -> unit
Parameters
- reader
- Type: System.XmlXmlReader
Xml reader. - task
- Type: Slash.AI.BehaviorTrees.InterfacesITask
Task which is read.
See Also