| Slash.AI.BehaviorTrees.Implementations Namespace |
[Missing <summary> documentation for "N:Slash.AI.BehaviorTrees.Implementations"]
| Class | Description | |
|---|---|---|
| AgentData |
Base agent data implementation.
| |
| BaseTaskTTaskData |
Base class for tasks to have no need to implement empty methods in classes which implement the ITask interface.
| |
| DecisionData |
TODO: This class performs an important function.
| |
| ReferenceTask |
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.
| |
| SubTreeReference |
References a sub tree to reuse trees.
| |
| Task |
Base class for tasks to have no need to implement empty methods in classes which implement the ITask interface.
|
| Delegate | Description | |
|---|---|---|
| ReferenceTaskParameterChangedDelegate |
Called when the value of a task parameter changed.
| |
| ReferenceTaskTaskDescriptionChangedDelegate |
Called when the task description of the reference task changed.
|
| Enumeration | Description | |
|---|---|---|
| AgentDataFlags |
The agent data flags.
|