mirror of
https://github.com/gongxh0901/kunpocc-behaviortree.git
synced 2025-12-26 16:48:56 +00:00
39 lines
998 B
JSON
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"
|
|
}
|
|
]
|
|
} |