mirror of
https://github.com/gongxh0901/kunpocc-behaviortree.git
synced 2025-12-27 00:58:18 +00:00
导出 Status 枚举;导出参数类型;添加条件节点基类
This commit is contained in:
@@ -9,7 +9,7 @@ import { LeafNode } from "./AbstractNodes";
|
||||
*/
|
||||
@BT.ActionNode("WaitTicks", {
|
||||
name: "等待次数",
|
||||
group: "等待行为",
|
||||
group: "基础行为节点",
|
||||
desc: "等待指定次数后返回成功",
|
||||
})
|
||||
export class WaitTicks extends LeafNode {
|
||||
@@ -42,7 +42,7 @@ export class WaitTicks extends LeafNode {
|
||||
*/
|
||||
@BT.ActionNode("WaitTime", {
|
||||
name: "等待时间",
|
||||
group: "等待行为",
|
||||
group: "基础行为节点",
|
||||
desc: "等待指定时间(秒)后返回成功",
|
||||
})
|
||||
export class WaitTime extends LeafNode {
|
||||
|
||||
Reference in New Issue
Block a user