layout.editor.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  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": 0,
  10. "width": 1536,
  11. "height": 824,
  12. "layout": {
  13. "type": "dock-h",
  14. "children": [
  15. {
  16. "width": 360.8625183105469,
  17. "height": 708.2000122070312,
  18. "type": "dock-v",
  19. "children": [
  20. {
  21. "width": 360.8625183105469,
  22. "height": 388.1125183105469,
  23. "type": "panel",
  24. "active": 0,
  25. "children": [
  26. "hierarchy"
  27. ]
  28. },
  29. {
  30. "width": 360.8625183105469,
  31. "height": 317.0874938964844,
  32. "type": "panel",
  33. "active": 0,
  34. "children": [
  35. "assets"
  36. ]
  37. }
  38. ]
  39. },
  40. {
  41. "width": 701.7250366210938,
  42. "height": 708.2000122070312,
  43. "type": "dock-v",
  44. "children": [
  45. {
  46. "width": 701.7250366210938,
  47. "height": 438.7375183105469,
  48. "type": "panel",
  49. "active": 0,
  50. "children": [
  51. "scene"
  52. ]
  53. },
  54. {
  55. "width": 701.7250366210938,
  56. "height": 266.45001220703125,
  57. "type": "panel",
  58. "active": 1,
  59. "children": [
  60. "console",
  61. "timeline",
  62. "game-window"
  63. ]
  64. }
  65. ]
  66. },
  67. {
  68. "width": 453.82501220703125,
  69. "height": 708.2000122070312,
  70. "type": "panel",
  71. "active": 0,
  72. "children": [
  73. "inspector",
  74. "cocos-services"
  75. ]
  76. }
  77. ]
  78. },
  79. "panels": [
  80. "hierarchy",
  81. "assets",
  82. "scene",
  83. "console",
  84. "timeline",
  85. "game-window",
  86. "inspector",
  87. "cocos-services"
  88. ]
  89. },
  90. " common-asset-worker-worker": {}
  91. },
  92. "panels": {
  93. "preferences": {
  94. "x": 520,
  95. "y": 216,
  96. "width": 584,
  97. "height": 548
  98. },
  99. "project-settings": {
  100. "x": 542,
  101. "y": 254,
  102. "width": 600,
  103. "height": 565
  104. },
  105. "node-library": {
  106. "x": 802,
  107. "y": 250,
  108. "width": 316,
  109. "height": 519
  110. },
  111. "builder": {
  112. "x": 670,
  113. "y": 119,
  114. "width": 516,
  115. "height": 739
  116. }
  117. },
  118. "panelLabelWidth": {
  119. "inspector": null,
  120. "builder": null
  121. }
  122. }