- Hands-On Artificial Intelligence with Unreal Engine
- Francesco Sapio
- 97字
- 2021-06-24 15:23:21
Root
There isn't much to say about the ROOT node. The tree needs to begin somewhere, so the Root node is just where the tree starts its execution. Here is what it looks like:

Please note that the Root node can have only one child, and this must be a Composite node. You cannot attach any Decorator or Service to the Root. If you select the Root node, it doesn't have any property, but you will be able to assign a Blackboard (which we will cover later in this chapter), as shown in the following screenshot:

推薦閱讀
- 數字媒體應用教程
- PHP程序設計(慕課版)
- Visual Basic程序設計教程
- Python Game Programming By Example
- Apache Spark Graph Processing
- Redis Essentials
- JavaScript 程序設計案例教程
- 大模型RAG實戰:RAG原理、應用與系統構建
- Haskell Data Analysis Cookbook
- 持續集成與持續交付實戰:用Jenkins、Travis CI和CircleCI構建和發布大規模高質量軟件
- IDA Pro權威指南(第2版)
- PhoneGap 4 Mobile Application Development Cookbook
- Hack與HHVM權威指南
- 數字媒體技術概論
- C/C++代碼調試的藝術(第2版)