Click or drag to resize
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.Interfaces
Assembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntax
public interface IBehaviorTree

The IBehaviorTree type exposes the following members.

Properties
  NameDescription
Public propertyRoot
Root node of the behavior tree.
Top
Methods
  NameDescription
Public methodDeactivate
Deactivation.
Public methodGetActiveTasks
Generates a collection of active task nodes under this task. Used for debugging only.
Public methodUpdate
Per frame data.
Top
See Also