- 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:

推薦閱讀
- GeoServer Cookbook
- Visual Studio 2012 Cookbook
- ASP.NET MVC4框架揭秘
- Oracle從新手到高手
- Cocos2d-x游戲開發:手把手教你Lua語言的編程方法
- Learn Scala Programming
- Functional Kotlin
- TradeStation交易應用實踐:量化方法構建贏家策略(原書第2版)
- OpenResty完全開發指南:構建百萬級別并發的Web應用
- RealSenseTM互動開發實戰
- 速學Python:程序設計從入門到進階
- Spring Boot+MVC實戰指南
- SciPy Recipes
- 大學計算機基礎實驗指導
- PostgreSQL 12 High Availability Cookbook