25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

100 lines
2.9 KiB

8 년 전
  1. {
  2. "title": "A Behavior Tree",
  3. "description": "",
  4. "root": "aaa47257-0bd6-478a-87b7-dc925a003d6d",
  5. "display": {
  6. "camera_x": 1366,
  7. "camera_y": 648,
  8. "camera_z": 1,
  9. "x": -496,
  10. "y": -32
  11. },
  12. "properties": {},
  13. "nodes": {
  14. "1682e79b-b870-4314-83fd-0b72734b7be8": {
  15. "id": "1682e79b-b870-4314-83fd-0b72734b7be8",
  16. "name": "Wait",
  17. "title": "Wait",
  18. "description": "",
  19. "display": {
  20. "x": 128,
  21. "y": -64
  22. },
  23. "parameters": {
  24. "milliseconds": ""
  25. },
  26. "properties": {
  27. "milliseconds": "单位毫秒"
  28. }
  29. },
  30. "fe7005b4-f1d4-472e-a289-7736b19665f3": {
  31. "id": "fe7005b4-f1d4-472e-a289-7736b19665f3",
  32. "name": "Init",
  33. "title": "Init",
  34. "description": "",
  35. "display": {
  36. "x": -80,
  37. "y": 0
  38. },
  39. "parameters": {},
  40. "properties": {},
  41. "child": "eb1ed18e-e51e-4beb-8322-009eb91d77a2"
  42. },
  43. "eb1ed18e-e51e-4beb-8322-009eb91d77a2": {
  44. "id": "eb1ed18e-e51e-4beb-8322-009eb91d77a2",
  45. "name": "Wait",
  46. "title": "Wait",
  47. "description": "",
  48. "display": {
  49. "x": 128,
  50. "y": 0
  51. },
  52. "parameters": {
  53. "milliseconds": ""
  54. },
  55. "properties": {
  56. "milliseconds": "单位毫秒"
  57. }
  58. },
  59. "aaa47257-0bd6-478a-87b7-dc925a003d6d": {
  60. "id": "aaa47257-0bd6-478a-87b7-dc925a003d6d",
  61. "name": "Selector",
  62. "title": "Selector",
  63. "description": "选择节点",
  64. "display": {
  65. "x": -288,
  66. "y": -32
  67. },
  68. "parameters": {},
  69. "properties": {},
  70. "children": [
  71. "2e04f772-8d39-44da-8ea3-fd31a6b42d4a",
  72. "fe7005b4-f1d4-472e-a289-7736b19665f3"
  73. ]
  74. },
  75. "2e04f772-8d39-44da-8ea3-fd31a6b42d4a": {
  76. "id": "2e04f772-8d39-44da-8ea3-fd31a6b42d4a",
  77. "name": "RepeatUntilSuccess",
  78. "title": "RepeatUntilSuccess",
  79. "description": "重复执行直到子节点返回成功",
  80. "display": {
  81. "x": -80,
  82. "y": -64
  83. },
  84. "parameters": {
  85. "maxLoop": -1
  86. },
  87. "properties": {
  88. "maxLoop": "最大重复次数,-1表示无限"
  89. },
  90. "child": "1682e79b-b870-4314-83fd-0b72734b7be8"
  91. }
  92. },
  93. "g_value": {
  94. "parameters": {},
  95. "id": "GlobalValue",
  96. "name": "GlobalValue",
  97. "title": "GlobalValue",
  98. "description": "全局变量"
  99. },
  100. "custom_nodes": []
  101. }