修改节点装饰器和md文档

This commit is contained in:
gongxh
2025-09-17 22:47:09 +08:00
parent b20cf3fd41
commit 6b9e7dbdda
7 changed files with 117 additions and 457 deletions

View File

@@ -12,4 +12,4 @@ export { Status } from "./behaviortree/header";
// 导出装饰器内容
import { BT } from "./behaviortree/BT";
export const { ActionNode, ConditionNode, CompositeNode, DecoratorNode, prop, ParamType } = BT;
export const { ClassAction, ClassCondition, ClassComposite, ClassDecorator, prop, ParamType } = BT;