Click or drag to resize
IBehaviorTreeRoot Property
Root node of the behavior tree.

Namespace: Slash.AI.BehaviorTrees.Interfaces
Assembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntax
ITask Root { get; set; }

Property Value

Type: ITask
See Also