16 lines
419 B
JSON
16 lines
419 B
JSON
|
|
{
|
||
|
|
"id": "fairygui-editor",
|
||
|
|
"name": "@esengine/fairygui-editor",
|
||
|
|
"displayName": "FairyGUI Editor",
|
||
|
|
"description": "Editor support for FairyGUI | FairyGUI 编辑器支持",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"category": "Editor",
|
||
|
|
"icon": "Layout",
|
||
|
|
"isEditorPlugin": true,
|
||
|
|
"runtimeModule": "@esengine/fairygui",
|
||
|
|
"exports": {
|
||
|
|
"inspectors": ["FGUIComponentInspector"],
|
||
|
|
"templates": ["FGUIEntityTemplate"]
|
||
|
|
}
|
||
|
|
}
|