Click or drag to resize
BehaviorTreeRoot Property
Gets or sets the root.

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

Property Value

Type: ITask

Implements

IBehaviorTreeRoot
See Also