Click or drag to resize
TaskDescriptionSet Class
Set of task descriptions.
Inheritance Hierarchy
SystemObject
  Slash.AI.BehaviorTrees.EditorTaskDescriptionSet

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

The TaskDescriptionSet type exposes the following members.

Constructors
  NameDescription
Public methodTaskDescriptionSet
Initializes a new instance of the TaskDescriptionSet class. Constructor.
Top
Properties
  NameDescription
Public propertyDescriptions
task descriptions.
Top
Methods
  NameDescription
Public methodOnXmlReadUnknownTask
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.
Top
See Also