Property BehaviorTreeRoot
BehaviorTreeRoot
Gets the root node of the behavior tree. The root node serves as the entry point for tree traversal and execution.
Declaration
IBTNode BehaviorTreeRoot { get; }
Property Value
Type | Description |
---|---|
IBTNode |