Click or drag to resize
Slash.AI.BehaviorTrees.Implementations Namespace

[Missing <summary> documentation for "N:Slash.AI.BehaviorTrees.Implementations"]

Classes
  ClassDescription
Public classAgentData
Base agent data implementation.
Public classBaseTaskTTaskData
Base class for tasks to have no need to implement empty methods in classes which implement the ITask interface.
Public classDecisionData
TODO: This class performs an important function.
Public classReferenceTask
Task which references another task. It's required to build a behavior tree in an editor where the concrete tasks are not known, but only their descriptions. Through this class it's possible to write a xml file for the application anyway.
Public classSubTreeReference
References a sub tree to reuse trees.
Public classTask
Base class for tasks to have no need to implement empty methods in classes which implement the ITask interface.
Delegates
Enumerations
  EnumerationDescription
Public enumerationAgentDataFlags
The agent data flags.