Files
kunpocc-behaviortree/bt-demo/extensions-config/bt-editor/bt-tree2.json
2025-09-17 21:54:30 +08:00

39 lines
998 B
JSON

{
"name": "bt-tree2",
"description": "",
"nodes": [
{
"id": "1757930589538_qisfksbwz",
"className": "MemSequence",
"name": "记忆顺序节点",
"position": {
"x": -60,
"y": -280
},
"parameters": {},
"children": [
"1758090634327_mf36nwkdt"
]
},
{
"id": "1758090634327_mf36nwkdt",
"className": "Selector",
"name": "选择节点",
"position": {
"x": 20,
"y": -80
},
"parameters": {},
"children": []
}
],
"connections": [
{
"id": "conn_1758090635620_zajj5r8g0",
"sourceNodeId": "1757930589538_qisfksbwz",
"targetNodeId": "1758090634327_mf36nwkdt",
"sourcePointType": "child",
"targetPointType": "parent"
}
]
}