Files
esengine/packages/behavior-tree/module.json

46 lines
875 B
JSON
Raw Normal View History

2025-12-03 16:20:48 +08:00
{
"id": "behavior-tree",
"name": "@esengine/behavior-tree",
"displayName": "Behavior Tree",
"description": "AI behavior tree system | AI 行为树系统",
"version": "1.0.0",
"category": "AI",
"icon": "GitBranch",
"tags": [
"ai",
"behavior",
"tree"
],
"isCore": false,
"defaultEnabled": false,
"isEngineModule": true,
"canContainContent": true,
"platforms": [
"web",
"desktop"
],
"dependencies": [
"core"
],
"exports": {
"components": [
"BehaviorTreeComponent"
],
"systems": [
"BehaviorTreeSystem"
],
"other": [
"BehaviorTree",
"BTNode",
"Selector",
"Sequence",
"Condition",
"Action"
]
},
"editorPackage": "@esengine/behavior-tree-editor",
"requiresWasm": false,
"outputPath": "dist/index.js",
"pluginExport": "BehaviorTreePlugin"
}