16 lines
477 B
JSON
16 lines
477 B
JSON
|
|
{
|
||
|
|
"id": "world-streaming-editor",
|
||
|
|
"name": "@esengine/world-streaming-editor",
|
||
|
|
"displayName": "World Streaming Editor",
|
||
|
|
"description": "Editor support for world streaming | 世界流式加载编辑器支持",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"category": "Editor",
|
||
|
|
"icon": "Globe",
|
||
|
|
"isEditorPlugin": true,
|
||
|
|
"runtimeModule": "@esengine/world-streaming",
|
||
|
|
"exports": {
|
||
|
|
"inspectors": ["ChunkInspector", "StreamingAnchorInspector"],
|
||
|
|
"gizmos": ["ChunkBoundsGizmo"]
|
||
|
|
}
|
||
|
|
}
|