layout.editor.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. {
  2. "version": "1.1.1",
  3. "windows": {
  4. "main": {
  5. "main": true,
  6. "url": "app://editor/index.html",
  7. "windowType": "dockable",
  8. "x": 674,
  9. "y": 52,
  10. "width": 1169,
  11. "height": 925,
  12. "layout": {
  13. "type": "dock-h",
  14. "children": [
  15. {
  16. "width": 204,
  17. "height": 807,
  18. "type": "dock-v",
  19. "children": [
  20. {
  21. "width": 204,
  22. "height": 356,
  23. "type": "panel",
  24. "active": 0,
  25. "children": [
  26. "hierarchy"
  27. ]
  28. },
  29. {
  30. "width": 204,
  31. "height": 447.984375,
  32. "type": "panel",
  33. "active": 0,
  34. "children": [
  35. "assets"
  36. ]
  37. }
  38. ]
  39. },
  40. {
  41. "width": 439,
  42. "height": 807,
  43. "type": "dock-v",
  44. "children": [
  45. {
  46. "width": 439,
  47. "height": 577.984375,
  48. "type": "panel",
  49. "active": 0,
  50. "children": [
  51. "scene",
  52. "builder"
  53. ]
  54. },
  55. {
  56. "width": 439,
  57. "height": 226,
  58. "type": "panel",
  59. "active": 0,
  60. "children": [
  61. "console"
  62. ]
  63. }
  64. ]
  65. },
  66. {
  67. "width": 504,
  68. "height": 807,
  69. "type": "panel",
  70. "active": 0,
  71. "children": [
  72. "inspector",
  73. "timeline"
  74. ]
  75. }
  76. ]
  77. },
  78. "panels": [
  79. "hierarchy",
  80. "assets",
  81. "scene",
  82. "builder",
  83. "console",
  84. "inspector",
  85. "timeline"
  86. ]
  87. },
  88. " common-asset-worker-worker": {}
  89. },
  90. "panels": {
  91. "builder": {
  92. "x": 556,
  93. "y": 105,
  94. "width": 500,
  95. "height": 722
  96. },
  97. "preferences": {
  98. "x": 672,
  99. "y": 240,
  100. "width": 600,
  101. "height": 565
  102. }
  103. },
  104. "panelLabelWidth": {}
  105. }