Click or drag to resize
XmlWrapper Class
Xml wrapper to serialize a decider, even when it's unknown.
Inheritance Hierarchy
SystemObject
  Slash.AI.BehaviorTrees.EditorXmlWrapper

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

The XmlWrapper type exposes the following members.

Constructors
  NameDescription
Public methodXmlWrapper
Initializes a new instance of the XmlWrapper class. Constructor.
Public methodXmlWrapper(ITask)
Initializes a new instance of the XmlWrapper class. Constructor.
Top
Properties
  NameDescription
Public propertyTask
Wrapped task.
Top
Methods
Fields
  NameDescription
Public fieldStatic memberOnXmlReadUnknownTask
Called when an unknown task is read from a xml document.
Top
See Also