 | XmlWrapper Constructor (ITask) |
Initializes a new instance of the
XmlWrapper class. Constructor.
Namespace: Slash.AI.BehaviorTrees.EditorAssembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntaxpublic XmlWrapper(
ITask task
)
Public Sub New (
task As ITask
)
public:
XmlWrapper(
ITask^ task
)
new :
task : ITask -> XmlWrapper
Parameters
- task
- Type: Slash.AI.BehaviorTrees.InterfacesITask
Task to wrap.
See Also