DataBoardDemo/local/layout.editor.json

101 lines
2.1 KiB
JSON
Raw Normal View History

2023-04-21 18:25:25 +00:00
{
"version": "1.1.1",
"windows": {
"main": {
"main": true,
"url": "app://editor/index.html",
"windowType": "dockable",
"x": 0,
"y": 0,
"width": 1920,
"height": 1040,
"layout": {
"type": "dock-h",
"children": [
{
2023-04-21 23:47:46 +00:00
"width": 459,
2023-05-27 14:28:36 +00:00
"height": 919.5,
2023-04-21 18:25:25 +00:00
"type": "dock-v",
"children": [
{
2023-04-21 23:47:46 +00:00
"width": 459,
2023-05-27 14:54:23 +00:00
"height": 316.828125,
2023-04-21 18:25:25 +00:00
"type": "panel",
"active": 0,
"children": [
"hierarchy"
]
},
{
2023-04-21 23:47:46 +00:00
"width": 459,
2023-05-27 14:54:23 +00:00
"height": 599.671875,
2023-04-21 18:25:25 +00:00
"type": "panel",
"active": 0,
"children": [
"assets"
]
}
]
},
{
2023-04-21 23:47:46 +00:00
"width": 980,
2023-05-27 14:28:36 +00:00
"height": 919.5,
2023-04-21 18:25:25 +00:00
"type": "dock-v",
"children": [
{
2023-04-21 23:47:46 +00:00
"width": 980,
2023-05-27 15:00:07 +00:00
"height": 563.6875,
2023-04-21 18:25:25 +00:00
"type": "panel",
"active": 0,
"children": [
"scene"
]
},
{
2023-04-21 23:47:46 +00:00
"width": 980,
2023-05-27 15:00:07 +00:00
"height": 352.8125,
2023-04-21 18:25:25 +00:00
"type": "panel",
"active": 1,
"children": [
"console",
"timeline",
"game-window"
]
}
]
},
{
2023-04-21 23:47:46 +00:00
"width": 459,
2023-05-27 14:28:36 +00:00
"height": 919.5,
2023-04-21 18:25:25 +00:00
"type": "panel",
"active": 0,
"children": [
"inspector",
"cocos-services"
]
}
]
},
"panels": [
"hierarchy",
"assets",
"scene",
"console",
"timeline",
"game-window",
"inspector",
"cocos-services"
]
2023-05-27 14:28:36 +00:00
}
2023-05-24 05:28:09 +00:00
},
"panels": {
"simulator-debugger": {
"x": 552,
"y": 190,
"width": 816,
"height": 639
}
2023-04-21 18:25:25 +00:00
},
"panelLabelWidth": {}
}