engine.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. {
  2. "__version__": "1.0.10",
  3. "modules": {
  4. "cache": {
  5. "base": {
  6. "_value": true
  7. },
  8. "gfx-webgl": {
  9. "_value": true
  10. },
  11. "gfx-webgl2": {
  12. "_value": false
  13. },
  14. "gfx-webgpu": {
  15. "_value": false
  16. },
  17. "animation": {
  18. "_value": true
  19. },
  20. "skeletal-animation": {
  21. "_value": false
  22. },
  23. "3d": {
  24. "_value": true
  25. },
  26. "meshopt": {
  27. "_value": false
  28. },
  29. "2d": {
  30. "_value": true
  31. },
  32. "xr": {
  33. "_value": false
  34. },
  35. "ui": {
  36. "_value": true
  37. },
  38. "particle": {
  39. "_value": false
  40. },
  41. "physics": {
  42. "_value": true,
  43. "_option": "physics-ammo"
  44. },
  45. "physics-ammo": {
  46. "_value": true
  47. },
  48. "physics-cannon": {
  49. "_value": false
  50. },
  51. "physics-physx": {
  52. "_value": false
  53. },
  54. "physics-builtin": {
  55. "_value": false
  56. },
  57. "physics-2d": {
  58. "_value": false,
  59. "_option": "physics-2d-box2d"
  60. },
  61. "physics-2d-box2d": {
  62. "_value": true
  63. },
  64. "physics-2d-builtin": {
  65. "_value": false
  66. },
  67. "intersection-2d": {
  68. "_value": false
  69. },
  70. "primitive": {
  71. "_value": true
  72. },
  73. "profiler": {
  74. "_value": true
  75. },
  76. "occlusion-query": {
  77. "_value": true
  78. },
  79. "geometry-renderer": {
  80. "_value": false
  81. },
  82. "debug-renderer": {
  83. "_value": false
  84. },
  85. "particle-2d": {
  86. "_value": false
  87. },
  88. "audio": {
  89. "_value": true
  90. },
  91. "video": {
  92. "_value": false
  93. },
  94. "webview": {
  95. "_value": true
  96. },
  97. "tween": {
  98. "_value": true
  99. },
  100. "websocket": {
  101. "_value": true
  102. },
  103. "websocket-server": {
  104. "_value": false
  105. },
  106. "terrain": {
  107. "_value": false
  108. },
  109. "light-probe": {
  110. "_value": false
  111. },
  112. "tiled-map": {
  113. "_value": false
  114. },
  115. "spine": {
  116. "_value": true
  117. },
  118. "dragon-bones": {
  119. "_value": false
  120. },
  121. "marionette": {
  122. "_value": false
  123. },
  124. "procedural-animation": {
  125. "_value": false
  126. },
  127. "custom-pipeline-post-process": {
  128. "_value": false
  129. },
  130. "render-pipeline": {
  131. "_value": true,
  132. "_option": "custom-pipeline"
  133. },
  134. "custom-pipeline": {
  135. "_value": true
  136. },
  137. "legacy-pipeline": {
  138. "_value": false
  139. }
  140. },
  141. "flags": {},
  142. "includeModules": [
  143. "2d",
  144. "3d",
  145. "animation",
  146. "audio",
  147. "base",
  148. "custom-pipeline",
  149. "gfx-webgl",
  150. "occlusion-query",
  151. "physics-ammo",
  152. "primitive",
  153. "profiler",
  154. "spine",
  155. "tween",
  156. "ui",
  157. "websocket",
  158. "webview"
  159. ],
  160. "noDeprecatedFeatures": {
  161. "value": false,
  162. "version": ""
  163. }
  164. },
  165. "macroConfig": {
  166. "BATCHER2D_MEM_INCREMENT": 1440,
  167. "MAX_LABEL_CANVAS_POOL_SIZE": 50,
  168. "CLEANUP_IMAGE_CACHE": false
  169. }
  170. }