16 lines
425 B
JSON
16 lines
425 B
JSON
|
|
{
|
||
|
|
"id": "blueprint-editor",
|
||
|
|
"name": "@esengine/blueprint-editor",
|
||
|
|
"displayName": "Blueprint Editor",
|
||
|
|
"description": "Visual scripting editor | 可视化脚本编辑器",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"category": "Editor",
|
||
|
|
"icon": "Workflow",
|
||
|
|
"isEditorPlugin": true,
|
||
|
|
"runtimeModule": "@esengine/blueprint",
|
||
|
|
"exports": {
|
||
|
|
"inspectors": ["BlueprintComponentInspector"],
|
||
|
|
"panels": ["BlueprintEditorPanel"]
|
||
|
|
}
|
||
|
|
}
|