layout.editor.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "version": "1.1.1",
  3. "windows": {
  4. "main": {
  5. "main": true,
  6. "url": "app://editor/index.html",
  7. "windowType": "dockable",
  8. "x": 0,
  9. "y": 25,
  10. "width": 1920,
  11. "height": 985,
  12. "layout": {
  13. "type": "dock-h",
  14. "children": [
  15. {
  16. "width": 278,
  17. "height": 897.5,
  18. "type": "panel",
  19. "active": 0,
  20. "children": [
  21. "assets"
  22. ]
  23. },
  24. {
  25. "width": 674,
  26. "height": 897.5,
  27. "type": "dock-v",
  28. "children": [
  29. {
  30. "width": 674,
  31. "height": 466.265625,
  32. "type": "panel",
  33. "active": 0,
  34. "children": [
  35. "scene"
  36. ]
  37. },
  38. {
  39. "width": 674,
  40. "height": 428.234375,
  41. "type": "panel",
  42. "active": 0,
  43. "children": [
  44. "console",
  45. "timeline",
  46. "game-window"
  47. ]
  48. }
  49. ]
  50. },
  51. {
  52. "width": 397,
  53. "height": 897.5,
  54. "type": "panel",
  55. "active": 0,
  56. "children": [
  57. "hierarchy"
  58. ]
  59. },
  60. {
  61. "width": 562,
  62. "height": 897.5,
  63. "type": "panel",
  64. "active": 0,
  65. "children": [
  66. "inspector",
  67. "cocos-services"
  68. ]
  69. }
  70. ]
  71. },
  72. "panels": [
  73. "assets",
  74. "scene",
  75. "console",
  76. "timeline",
  77. "game-window",
  78. "hierarchy",
  79. "inspector",
  80. "cocos-services"
  81. ]
  82. },
  83. "worker": {}
  84. },
  85. "panels": {
  86. "builder": {
  87. "x": 443,
  88. "y": 94,
  89. "width": 500,
  90. "height": 728
  91. },
  92. "preferences": {
  93. "x": 241,
  94. "y": 208,
  95. "width": 1182,
  96. "height": 599
  97. },
  98. "project-settings": {
  99. "x": 680,
  100. "y": 228,
  101. "width": 584,
  102. "height": 554
  103. }
  104. },
  105. "panelLabelWidth": {}
  106. }