You can try out this Experimental feature, but we do not recommend shipping projects with it.
Features are sometimes made available in an Experimental state so you can try them out, provide feedback, and see what we are planning. We do not recommend shipping projects with Experimental features. Please keep in mind that we do not guarantee backward compatibility for assets created at the experimental stage, the APIs for these features are subject to change, and we may remove entire Experimental features or specific functionality at our discretion.
场景查询 实际上由许多不同的部分组成。您必须从 行为树
调用场景查询,然后实际的场景查询将使用它的 生成器,引用它的 情境,并使用它的 测试,为行为树提供权重最高的结果。
节点类型
|
描述
|
生成器(Generator)
|
生成位置或Actor,其被称为 项目(Item)、实际上将被测试和加权。
|
情境(Contexts)
|
为各种测试和生成器提供引用的框架。
|
测试(Tests)
|
确定环境查询如何决定来自生成器的哪个项目是最佳选择。
|
欲知各类节点的更多信息,请参阅以下链接。