 | IBehaviorTree Interface |
Interface of a behavior tree. For more information about behavior trees, see https://wiki.ticking-bomb-games.de/display/SEA/Behavior+Tree.
Namespace: Slash.AI.BehaviorTrees.InterfacesAssembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntaxpublic interface IBehaviorTree
Public Interface IBehaviorTree
public interface class IBehaviorTree
type IBehaviorTree = interface end
The IBehaviorTree type exposes the following members.
Properties
| Name | Description |
---|
 | Root |
Root node of the behavior tree.
|
Top
Methods
| Name | Description |
---|
 | Deactivate |
Deactivation.
|
 | GetActiveTasks |
Generates a collection of active task nodes under this task. Used for debugging only.
|
 | Update |
Per frame data.
|
Top
See Also