@fps-games/editor 0.2.1-beta.3 → 0.2.1-beta.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (514) hide show
  1. package/dist/build-info.json +44 -44
  2. package/dist/editor-commands/capabilities/assets.d.ts +8 -0
  3. package/dist/editor-commands/capabilities/assets.d.ts.map +1 -0
  4. package/dist/{agent-bridge → editor-commands}/capabilities/assets.js +41 -41
  5. package/dist/editor-commands/capabilities/assets.js.map +1 -0
  6. package/dist/editor-commands/capabilities/editor-state.d.ts +5 -0
  7. package/dist/editor-commands/capabilities/editor-state.d.ts.map +1 -0
  8. package/dist/{agent-bridge → editor-commands}/capabilities/editor-state.js +22 -22
  9. package/dist/editor-commands/capabilities/editor-state.js.map +1 -0
  10. package/dist/editor-commands/capabilities/hierarchy.d.ts +4 -0
  11. package/dist/editor-commands/capabilities/hierarchy.d.ts.map +1 -0
  12. package/dist/{agent-bridge → editor-commands}/capabilities/hierarchy.js +5 -5
  13. package/dist/editor-commands/capabilities/hierarchy.js.map +1 -0
  14. package/dist/editor-commands/capabilities/host-lifecycle.d.ts +11 -0
  15. package/dist/editor-commands/capabilities/host-lifecycle.d.ts.map +1 -0
  16. package/dist/editor-commands/capabilities/host-lifecycle.js +149 -0
  17. package/dist/editor-commands/capabilities/host-lifecycle.js.map +1 -0
  18. package/dist/editor-commands/capabilities/prefabs.d.ts +5 -0
  19. package/dist/editor-commands/capabilities/prefabs.d.ts.map +1 -0
  20. package/dist/{agent-bridge → editor-commands}/capabilities/prefabs.js +93 -93
  21. package/dist/editor-commands/capabilities/prefabs.js.map +1 -0
  22. package/dist/editor-commands/capabilities/scene-objects.d.ts +8 -0
  23. package/dist/editor-commands/capabilities/scene-objects.d.ts.map +1 -0
  24. package/dist/editor-commands/capabilities/scene-objects.js +480 -0
  25. package/dist/editor-commands/capabilities/scene-objects.js.map +1 -0
  26. package/dist/editor-commands/capabilities/selection.d.ts +5 -0
  27. package/dist/editor-commands/capabilities/selection.d.ts.map +1 -0
  28. package/dist/editor-commands/capabilities/selection.js +60 -0
  29. package/dist/editor-commands/capabilities/selection.js.map +1 -0
  30. package/dist/editor-commands/capabilities/shadows.d.ts +5 -0
  31. package/dist/editor-commands/capabilities/shadows.d.ts.map +1 -0
  32. package/dist/{agent-bridge → editor-commands}/capabilities/shadows.js +74 -74
  33. package/dist/editor-commands/capabilities/shadows.js.map +1 -0
  34. package/dist/editor-commands/capabilities/transform.d.ts +5 -0
  35. package/dist/editor-commands/capabilities/transform.d.ts.map +1 -0
  36. package/dist/editor-commands/capabilities/transform.js +164 -0
  37. package/dist/editor-commands/capabilities/transform.js.map +1 -0
  38. package/dist/editor-commands/capabilities/ui-regions.d.ts +4 -0
  39. package/dist/editor-commands/capabilities/ui-regions.d.ts.map +1 -0
  40. package/dist/{agent-bridge → editor-commands}/capabilities/ui-regions.js +55 -57
  41. package/dist/editor-commands/capabilities/ui-regions.js.map +1 -0
  42. package/dist/editor-commands/capabilities/viewport.d.ts +5 -0
  43. package/dist/editor-commands/capabilities/viewport.d.ts.map +1 -0
  44. package/dist/{agent-bridge → editor-commands}/capabilities/viewport.js +100 -100
  45. package/dist/editor-commands/capabilities/viewport.js.map +1 -0
  46. package/dist/editor-commands/command-sources.d.ts +7 -0
  47. package/dist/editor-commands/command-sources.d.ts.map +1 -0
  48. package/dist/editor-commands/command-sources.js +34 -0
  49. package/dist/editor-commands/command-sources.js.map +1 -0
  50. package/dist/editor-commands/diagnostics.d.ts +12 -0
  51. package/dist/editor-commands/diagnostics.d.ts.map +1 -0
  52. package/dist/{agent-bridge → editor-commands}/diagnostics.js +4 -4
  53. package/dist/editor-commands/diagnostics.js.map +1 -0
  54. package/dist/{agent-bridge → editor-commands}/index.d.ts +1 -1
  55. package/dist/editor-commands/index.d.ts.map +1 -0
  56. package/dist/{agent-bridge → editor-commands}/index.js +1 -1
  57. package/dist/editor-commands/index.js.map +1 -0
  58. package/dist/editor-commands/register.d.ts +4 -0
  59. package/dist/editor-commands/register.d.ts.map +1 -0
  60. package/dist/{agent-bridge → editor-commands}/register.js +323 -286
  61. package/dist/editor-commands/register.js.map +1 -0
  62. package/dist/{agent-bridge → editor-commands}/shared.d.ts +80 -80
  63. package/dist/editor-commands/shared.d.ts.map +1 -0
  64. package/dist/{agent-bridge → editor-commands}/shared.js +29 -29
  65. package/dist/editor-commands/shared.js.map +1 -0
  66. package/dist/editor-commands/source-types.d.ts +110 -0
  67. package/dist/editor-commands/source-types.d.ts.map +1 -0
  68. package/dist/editor-commands/source-types.js.map +1 -0
  69. package/dist/editor-plugin-commands.d.ts +4 -0
  70. package/dist/editor-plugin-commands.d.ts.map +1 -0
  71. package/dist/editor-plugin-commands.js +18 -0
  72. package/dist/editor-plugin-commands.js.map +1 -0
  73. package/dist/index.d.ts +2 -2
  74. package/dist/index.d.ts.map +1 -1
  75. package/dist/index.js +1 -1
  76. package/dist/index.js.map +1 -1
  77. package/dist/local-editor-commands.d.ts +2 -0
  78. package/dist/local-editor-commands.d.ts.map +1 -0
  79. package/dist/local-editor-commands.js +2 -0
  80. package/dist/local-editor-commands.js.map +1 -0
  81. package/dist/local-editor-harness.d.ts +35 -21
  82. package/dist/local-editor-harness.d.ts.map +1 -1
  83. package/dist/local-editor-harness.js +1721 -367
  84. package/dist/local-editor-harness.js.map +1 -1
  85. package/dist/local-editor-prefab-stage-transaction.d.ts +2 -1
  86. package/dist/local-editor-prefab-stage-transaction.d.ts.map +1 -1
  87. package/dist/local-editor-prefab-stage-transaction.js +6 -5
  88. package/dist/local-editor-prefab-stage-transaction.js.map +1 -1
  89. package/dist/local-editor-scene-view-interaction-runtime.d.ts.map +1 -1
  90. package/dist/local-editor-scene-view-interaction-runtime.js +2 -5
  91. package/dist/local-editor-scene-view-interaction-runtime.js.map +1 -1
  92. package/dist/playable-local-editor-entry.d.ts +10 -0
  93. package/dist/playable-local-editor-entry.d.ts.map +1 -1
  94. package/dist/playable-local-editor-entry.js +10 -2
  95. package/dist/playable-local-editor-entry.js.map +1 -1
  96. package/dist/playable-local-editor-host.d.ts +3 -32
  97. package/dist/playable-local-editor-host.d.ts.map +1 -1
  98. package/dist/playable-local-editor-host.js +6 -70
  99. package/dist/playable-local-editor-host.js.map +1 -1
  100. package/dist/playable-product-local-editor.d.ts +1 -2
  101. package/dist/playable-product-local-editor.d.ts.map +1 -1
  102. package/dist/playable-product-local-editor.js +0 -1
  103. package/dist/playable-product-local-editor.js.map +1 -1
  104. package/dist/playable-product-projection-preview.d.ts.map +1 -1
  105. package/dist/playable-product-projection-preview.js +1 -1
  106. package/dist/playable-product-projection-preview.js.map +1 -1
  107. package/dist/playable-product-scene-capabilities.d.ts +0 -2
  108. package/dist/playable-product-scene-capabilities.d.ts.map +1 -1
  109. package/dist/playable-product-scene-capabilities.js +33 -6
  110. package/dist/playable-product-scene-capabilities.js.map +1 -1
  111. package/dist/playable-runtime-babylon.d.ts +4 -0
  112. package/dist/playable-runtime-babylon.d.ts.map +1 -1
  113. package/dist/playable-runtime-babylon.js +4 -0
  114. package/dist/playable-runtime-babylon.js.map +1 -1
  115. package/dist/playable-sdk.d.ts +1 -1
  116. package/dist/playable-sdk.d.ts.map +1 -1
  117. package/dist/playable-sdk.js.map +1 -1
  118. package/dist/playable-standard-project.d.ts +0 -2
  119. package/dist/playable-standard-project.d.ts.map +1 -1
  120. package/dist/playable-standard-project.js +1 -2
  121. package/dist/playable-standard-project.js.map +1 -1
  122. package/dist/project-service-projection.d.ts +16 -0
  123. package/dist/project-service-projection.d.ts.map +1 -0
  124. package/dist/project-service-projection.js +67 -0
  125. package/dist/project-service-projection.js.map +1 -0
  126. package/node_modules/@fps-games/babylon-renderer/dist/post-process/babylon-default-pipeline.d.ts +18 -0
  127. package/node_modules/@fps-games/babylon-renderer/dist/post-process/babylon-default-pipeline.d.ts.map +1 -1
  128. package/node_modules/@fps-games/babylon-renderer/dist/post-process/babylon-default-pipeline.js +54 -18
  129. package/node_modules/@fps-games/babylon-renderer/dist/post-process/babylon-default-pipeline.js.map +1 -1
  130. package/node_modules/@fps-games/babylon-renderer/package.json +9 -9
  131. package/node_modules/@fps-games/editor-babylon/dist/projection.d.ts +1 -0
  132. package/node_modules/@fps-games/editor-babylon/dist/projection.d.ts.map +1 -1
  133. package/node_modules/@fps-games/editor-babylon/dist/projection.js +1 -1
  134. package/node_modules/@fps-games/editor-babylon/dist/projection.js.map +1 -1
  135. package/node_modules/@fps-games/editor-babylon/dist/selection-presentation-controller.d.ts.map +1 -1
  136. package/node_modules/@fps-games/editor-babylon/dist/selection-presentation-controller.js +127 -13
  137. package/node_modules/@fps-games/editor-babylon/dist/selection-presentation-controller.js.map +1 -1
  138. package/node_modules/@fps-games/editor-babylon/dist/transform-gizmo-controller.d.ts.map +1 -1
  139. package/node_modules/@fps-games/editor-babylon/dist/transform-gizmo-controller.js +66 -1
  140. package/node_modules/@fps-games/editor-babylon/dist/transform-gizmo-controller.js.map +1 -1
  141. package/node_modules/@fps-games/editor-babylon/package.json +6 -6
  142. package/node_modules/@fps-games/editor-browser/dist/editor-command-service-client.d.ts +32 -0
  143. package/node_modules/@fps-games/editor-browser/dist/editor-command-service-client.d.ts.map +1 -0
  144. package/node_modules/@fps-games/editor-browser/dist/editor-command-service-client.js +254 -0
  145. package/node_modules/@fps-games/editor-browser/dist/editor-command-service-client.js.map +1 -0
  146. package/node_modules/@fps-games/editor-browser/dist/index.d.ts +3 -1
  147. package/node_modules/@fps-games/editor-browser/dist/index.d.ts.map +1 -1
  148. package/node_modules/@fps-games/editor-browser/dist/index.js +2 -0
  149. package/node_modules/@fps-games/editor-browser/dist/index.js.map +1 -1
  150. package/node_modules/@fps-games/editor-browser/dist/local-editor-command-center.d.ts +68 -0
  151. package/node_modules/@fps-games/editor-browser/dist/local-editor-command-center.d.ts.map +1 -0
  152. package/node_modules/@fps-games/editor-browser/dist/local-editor-command-center.js +650 -0
  153. package/node_modules/@fps-games/editor-browser/dist/local-editor-command-center.js.map +1 -0
  154. package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-formal-surface-visibility.d.ts +1 -0
  155. package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-formal-surface-visibility.d.ts.map +1 -1
  156. package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-formal-surface-visibility.js +22 -0
  157. package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-formal-surface-visibility.js.map +1 -1
  158. package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-hierarchy-controller.d.ts +8 -0
  159. package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-hierarchy-controller.d.ts.map +1 -1
  160. package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-hierarchy-controller.js +117 -6
  161. package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-hierarchy-controller.js.map +1 -1
  162. package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-hierarchy-view.d.ts +14 -1
  163. package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-hierarchy-view.d.ts.map +1 -1
  164. package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-hierarchy-view.js +100 -1
  165. package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-hierarchy-view.js.map +1 -1
  166. package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-panels.d.ts +8 -1
  167. package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-panels.d.ts.map +1 -1
  168. package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-panels.js +75 -2
  169. package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-panels.js.map +1 -1
  170. package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-types.d.ts +37 -12
  171. package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-types.d.ts.map +1 -1
  172. package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-types.js.map +1 -1
  173. package/node_modules/@fps-games/editor-browser/dist/local-editor-ui.d.ts +25 -2
  174. package/node_modules/@fps-games/editor-browser/dist/local-editor-ui.d.ts.map +1 -1
  175. package/node_modules/@fps-games/editor-browser/dist/local-editor-ui.js +332 -107
  176. package/node_modules/@fps-games/editor-browser/dist/local-editor-ui.js.map +1 -1
  177. package/node_modules/@fps-games/editor-browser/package.json +7 -7
  178. package/node_modules/@fps-games/editor-core/dist/editor-authoring-host.d.ts +107 -0
  179. package/node_modules/@fps-games/editor-core/dist/editor-authoring-host.d.ts.map +1 -0
  180. package/node_modules/@fps-games/editor-core/dist/editor-authoring-host.js +1211 -0
  181. package/node_modules/@fps-games/editor-core/dist/editor-authoring-host.js.map +1 -0
  182. package/node_modules/@fps-games/editor-core/dist/editor-command-capability-adapter.d.ts +34 -0
  183. package/node_modules/@fps-games/editor-core/dist/editor-command-capability-adapter.d.ts.map +1 -0
  184. package/node_modules/@fps-games/editor-core/dist/editor-command-capability-adapter.js +260 -0
  185. package/node_modules/@fps-games/editor-core/dist/editor-command-capability-adapter.js.map +1 -0
  186. package/node_modules/@fps-games/editor-core/dist/editor-command-composed-authority.d.ts +9 -0
  187. package/node_modules/@fps-games/editor-core/dist/editor-command-composed-authority.d.ts.map +1 -0
  188. package/node_modules/@fps-games/editor-core/dist/editor-command-composed-authority.js +14 -0
  189. package/node_modules/@fps-games/editor-core/dist/editor-command-composed-authority.js.map +1 -0
  190. package/node_modules/@fps-games/editor-core/dist/editor-command-observability.d.ts +18 -0
  191. package/node_modules/@fps-games/editor-core/dist/editor-command-observability.d.ts.map +1 -0
  192. package/node_modules/@fps-games/editor-core/dist/editor-command-observability.js +113 -0
  193. package/node_modules/@fps-games/editor-core/dist/editor-command-observability.js.map +1 -0
  194. package/node_modules/@fps-games/editor-core/dist/editor-command-system.d.ts +82 -0
  195. package/node_modules/@fps-games/editor-core/dist/editor-command-system.d.ts.map +1 -0
  196. package/node_modules/@fps-games/editor-core/dist/editor-command-system.js +1098 -0
  197. package/node_modules/@fps-games/editor-core/dist/editor-command-system.js.map +1 -0
  198. package/node_modules/@fps-games/editor-core/dist/editor-plugin-host.d.ts +6 -7
  199. package/node_modules/@fps-games/editor-core/dist/editor-plugin-host.d.ts.map +1 -1
  200. package/node_modules/@fps-games/editor-core/dist/editor-plugin-host.js +62 -103
  201. package/node_modules/@fps-games/editor-core/dist/editor-plugin-host.js.map +1 -1
  202. package/node_modules/@fps-games/editor-core/dist/editor-service-gateway.d.ts +30 -0
  203. package/node_modules/@fps-games/editor-core/dist/editor-service-gateway.d.ts.map +1 -0
  204. package/node_modules/@fps-games/editor-core/dist/editor-service-gateway.js +540 -0
  205. package/node_modules/@fps-games/editor-core/dist/editor-service-gateway.js.map +1 -0
  206. package/node_modules/@fps-games/editor-core/dist/editor-session-authority.d.ts +9 -0
  207. package/node_modules/@fps-games/editor-core/dist/editor-session-authority.d.ts.map +1 -0
  208. package/node_modules/@fps-games/editor-core/dist/editor-session-authority.js +61 -0
  209. package/node_modules/@fps-games/editor-core/dist/editor-session-authority.js.map +1 -0
  210. package/node_modules/@fps-games/editor-core/dist/editor-session.d.ts +55 -0
  211. package/node_modules/@fps-games/editor-core/dist/editor-session.d.ts.map +1 -1
  212. package/node_modules/@fps-games/editor-core/dist/editor-session.js +247 -6
  213. package/node_modules/@fps-games/editor-core/dist/editor-session.js.map +1 -1
  214. package/node_modules/@fps-games/editor-core/dist/index.d.ts +6 -2
  215. package/node_modules/@fps-games/editor-core/dist/index.d.ts.map +1 -1
  216. package/node_modules/@fps-games/editor-core/dist/index.js +6 -2
  217. package/node_modules/@fps-games/editor-core/dist/index.js.map +1 -1
  218. package/node_modules/@fps-games/editor-core/package.json +6 -6
  219. package/node_modules/@fps-games/editor-forge-play/dist/index.d.ts +0 -1
  220. package/node_modules/@fps-games/editor-forge-play/dist/index.d.ts.map +1 -1
  221. package/node_modules/@fps-games/editor-forge-play/dist/index.js +0 -1
  222. package/node_modules/@fps-games/editor-forge-play/dist/index.js.map +1 -1
  223. package/node_modules/@fps-games/editor-forge-play/package.json +2 -2
  224. package/node_modules/@fps-games/editor-playable-sdk/dist/bridge-command/protocol.d.ts +2 -0
  225. package/node_modules/@fps-games/editor-playable-sdk/dist/bridge-command/protocol.d.ts.map +1 -1
  226. package/node_modules/@fps-games/editor-playable-sdk/dist/document/helpers.d.ts.map +1 -1
  227. package/node_modules/@fps-games/editor-playable-sdk/dist/document/helpers.js +41 -1
  228. package/node_modules/@fps-games/editor-playable-sdk/dist/document/helpers.js.map +1 -1
  229. package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/forge-play-types.d.ts +27 -1
  230. package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/forge-play-types.d.ts.map +1 -1
  231. package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/forge-play-types.js.map +1 -1
  232. package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/forge-play.d.ts +2 -0
  233. package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/forge-play.d.ts.map +1 -1
  234. package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/forge-play.js +214 -7
  235. package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/forge-play.js.map +1 -1
  236. package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/host-controller.d.ts +1 -0
  237. package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/host-controller.d.ts.map +1 -1
  238. package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/host-controller.js +11 -3
  239. package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/host-controller.js.map +1 -1
  240. package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/index.d.ts +2 -4
  241. package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/index.d.ts.map +1 -1
  242. package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/index.js +0 -1
  243. package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/index.js.map +1 -1
  244. package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/lifecycle.d.ts.map +1 -1
  245. package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/lifecycle.js +77 -31
  246. package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/lifecycle.js.map +1 -1
  247. package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/types.d.ts +8 -1
  248. package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/types.d.ts.map +1 -1
  249. package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/types.js.map +1 -1
  250. package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/asset-fields.d.ts +21 -1
  251. package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/asset-fields.d.ts.map +1 -1
  252. package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/asset-fields.js +90 -4
  253. package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/asset-fields.js.map +1 -1
  254. package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/binding.d.ts +27 -1
  255. package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/binding.d.ts.map +1 -1
  256. package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/binding.js +161 -1
  257. package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/binding.js.map +1 -1
  258. package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/inspector.d.ts +2 -2
  259. package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/inspector.d.ts.map +1 -1
  260. package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/inspector.js +5 -92
  261. package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/inspector.js.map +1 -1
  262. package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/scene-inspector.d.ts +7 -0
  263. package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/scene-inspector.d.ts.map +1 -1
  264. package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/scene-inspector.js +26 -9
  265. package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/scene-inspector.js.map +1 -1
  266. package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/slot-inspector.d.ts +9 -0
  267. package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/slot-inspector.d.ts.map +1 -1
  268. package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/slot-inspector.js +19 -8
  269. package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/slot-inspector.js.map +1 -1
  270. package/node_modules/@fps-games/editor-playable-sdk/dist/prefab-stage/material-override-inspector.d.ts +5 -0
  271. package/node_modules/@fps-games/editor-playable-sdk/dist/prefab-stage/material-override-inspector.d.ts.map +1 -1
  272. package/node_modules/@fps-games/editor-playable-sdk/dist/prefab-stage/material-override-inspector.js +16 -4
  273. package/node_modules/@fps-games/editor-playable-sdk/dist/prefab-stage/material-override-inspector.js.map +1 -1
  274. package/node_modules/@fps-games/editor-playable-sdk/dist/prefab-stage/stage-inspector.d.ts +9 -0
  275. package/node_modules/@fps-games/editor-playable-sdk/dist/prefab-stage/stage-inspector.d.ts.map +1 -1
  276. package/node_modules/@fps-games/editor-playable-sdk/dist/prefab-stage/stage-inspector.js +12 -2
  277. package/node_modules/@fps-games/editor-playable-sdk/dist/prefab-stage/stage-inspector.js.map +1 -1
  278. package/node_modules/@fps-games/editor-playable-sdk/dist/product/ground-decal.d.ts +2 -1
  279. package/node_modules/@fps-games/editor-playable-sdk/dist/product/ground-decal.d.ts.map +1 -1
  280. package/node_modules/@fps-games/editor-playable-sdk/dist/product/ground-decal.js +10 -5
  281. package/node_modules/@fps-games/editor-playable-sdk/dist/product/ground-decal.js.map +1 -1
  282. package/node_modules/@fps-games/editor-playable-sdk/dist/product/index.d.ts +1 -0
  283. package/node_modules/@fps-games/editor-playable-sdk/dist/product/index.d.ts.map +1 -1
  284. package/node_modules/@fps-games/editor-playable-sdk/dist/product/index.js +1 -0
  285. package/node_modules/@fps-games/editor-playable-sdk/dist/product/index.js.map +1 -1
  286. package/node_modules/@fps-games/editor-playable-sdk/dist/product/project-host-services.d.ts +17 -82
  287. package/node_modules/@fps-games/editor-playable-sdk/dist/product/project-host-services.d.ts.map +1 -1
  288. package/node_modules/@fps-games/editor-playable-sdk/dist/product/project-host-services.js +53 -57
  289. package/node_modules/@fps-games/editor-playable-sdk/dist/product/project-host-services.js.map +1 -1
  290. package/node_modules/@fps-games/editor-playable-sdk/dist/product/scene-session.d.ts.map +1 -1
  291. package/node_modules/@fps-games/editor-playable-sdk/dist/product/scene-session.js +3 -2
  292. package/node_modules/@fps-games/editor-playable-sdk/dist/product/scene-session.js.map +1 -1
  293. package/node_modules/@fps-games/editor-playable-sdk/dist/product/standard-authoring-commands.d.ts +10 -0
  294. package/node_modules/@fps-games/editor-playable-sdk/dist/product/standard-authoring-commands.d.ts.map +1 -0
  295. package/node_modules/@fps-games/editor-playable-sdk/dist/product/standard-authoring-commands.js +256 -0
  296. package/node_modules/@fps-games/editor-playable-sdk/dist/product/standard-authoring-commands.js.map +1 -0
  297. package/node_modules/@fps-games/editor-playable-sdk/dist/product/standard-scene-assembly.d.ts.map +1 -1
  298. package/node_modules/@fps-games/editor-playable-sdk/dist/product/standard-scene-assembly.js +7 -5
  299. package/node_modules/@fps-games/editor-playable-sdk/dist/product/standard-scene-assembly.js.map +1 -1
  300. package/node_modules/@fps-games/editor-playable-sdk/dist/scene-source/client.d.ts.map +1 -1
  301. package/node_modules/@fps-games/editor-playable-sdk/dist/scene-source/client.js +8 -0
  302. package/node_modules/@fps-games/editor-playable-sdk/dist/scene-source/client.js.map +1 -1
  303. package/node_modules/@fps-games/editor-playable-sdk/dist/scene-source/types.d.ts +1 -0
  304. package/node_modules/@fps-games/editor-playable-sdk/dist/scene-source/types.d.ts.map +1 -1
  305. package/node_modules/@fps-games/editor-playable-sdk/dist/scene-source/types.js.map +1 -1
  306. package/node_modules/@fps-games/editor-playable-sdk/dist/upgrade-doctor/inspectors.js +134 -12
  307. package/node_modules/@fps-games/editor-playable-sdk/dist/upgrade-doctor/inspectors.js.map +1 -1
  308. package/node_modules/@fps-games/editor-playable-sdk/dist/vite/editor-scene-workflow.d.ts.map +1 -1
  309. package/node_modules/@fps-games/editor-playable-sdk/dist/vite/editor-scene-workflow.js +47 -0
  310. package/node_modules/@fps-games/editor-playable-sdk/dist/vite/editor-scene-workflow.js.map +1 -1
  311. package/node_modules/@fps-games/editor-playable-sdk/dist/vite/editor-service-vite.d.ts +27 -0
  312. package/node_modules/@fps-games/editor-playable-sdk/dist/vite/editor-service-vite.d.ts.map +1 -0
  313. package/node_modules/@fps-games/editor-playable-sdk/dist/vite/editor-service-vite.js +592 -0
  314. package/node_modules/@fps-games/editor-playable-sdk/dist/vite/editor-service-vite.js.map +1 -0
  315. package/node_modules/@fps-games/editor-playable-sdk/dist/vite/index.d.ts +3 -1
  316. package/node_modules/@fps-games/editor-playable-sdk/dist/vite/index.d.ts.map +1 -1
  317. package/node_modules/@fps-games/editor-playable-sdk/dist/vite/index.js +2 -1
  318. package/node_modules/@fps-games/editor-playable-sdk/dist/vite/index.js.map +1 -1
  319. package/node_modules/@fps-games/editor-playable-sdk/dist/vite/plugin.d.ts.map +1 -1
  320. package/node_modules/@fps-games/editor-playable-sdk/dist/vite/plugin.js +61 -6
  321. package/node_modules/@fps-games/editor-playable-sdk/dist/vite/plugin.js.map +1 -1
  322. package/node_modules/@fps-games/editor-playable-sdk/dist/vite/product-adapter.d.ts +0 -2
  323. package/node_modules/@fps-games/editor-playable-sdk/dist/vite/product-adapter.d.ts.map +1 -1
  324. package/node_modules/@fps-games/editor-playable-sdk/dist/vite/product-adapter.js +1 -10
  325. package/node_modules/@fps-games/editor-playable-sdk/dist/vite/product-adapter.js.map +1 -1
  326. package/node_modules/@fps-games/editor-playable-sdk/dist/vite/product-authoring-api.d.ts.map +1 -1
  327. package/node_modules/@fps-games/editor-playable-sdk/dist/vite/product-authoring-api.js +21 -0
  328. package/node_modules/@fps-games/editor-playable-sdk/dist/vite/product-authoring-api.js.map +1 -1
  329. package/node_modules/@fps-games/editor-playable-sdk/dist/vite/project-authoring-backend.d.ts +13 -0
  330. package/node_modules/@fps-games/editor-playable-sdk/dist/vite/project-authoring-backend.d.ts.map +1 -0
  331. package/node_modules/@fps-games/editor-playable-sdk/dist/vite/project-authoring-backend.js +18 -0
  332. package/node_modules/@fps-games/editor-playable-sdk/dist/vite/project-authoring-backend.js.map +1 -0
  333. package/node_modules/@fps-games/editor-playable-sdk/dist/vite/project-editor-service.d.ts +28 -0
  334. package/node_modules/@fps-games/editor-playable-sdk/dist/vite/project-editor-service.d.ts.map +1 -0
  335. package/node_modules/@fps-games/editor-playable-sdk/dist/vite/project-editor-service.js +863 -0
  336. package/node_modules/@fps-games/editor-playable-sdk/dist/vite/project-editor-service.js.map +1 -0
  337. package/node_modules/@fps-games/editor-playable-sdk/dist/vite/types.d.ts +2 -0
  338. package/node_modules/@fps-games/editor-playable-sdk/dist/vite/types.d.ts.map +1 -1
  339. package/node_modules/@fps-games/editor-playable-sdk/dist/vite/types.js.map +1 -1
  340. package/node_modules/@fps-games/editor-playable-sdk/package.json +6 -6
  341. package/node_modules/@fps-games/editor-protocol/dist/editor-command-capabilities.d.ts +1626 -0
  342. package/node_modules/@fps-games/editor-protocol/dist/editor-command-capabilities.d.ts.map +1 -0
  343. package/node_modules/@fps-games/editor-protocol/dist/{agent-bridge.js → editor-command-capabilities.js} +766 -620
  344. package/node_modules/@fps-games/editor-protocol/dist/editor-command-capabilities.js.map +1 -0
  345. package/node_modules/@fps-games/editor-protocol/dist/editor-command-trace.d.ts +69 -0
  346. package/node_modules/@fps-games/editor-protocol/dist/editor-command-trace.d.ts.map +1 -0
  347. package/node_modules/@fps-games/editor-protocol/dist/editor-command-trace.js +22 -0
  348. package/node_modules/@fps-games/editor-protocol/dist/editor-command-trace.js.map +1 -0
  349. package/node_modules/@fps-games/editor-protocol/dist/editor-command.d.ts +136 -0
  350. package/node_modules/@fps-games/editor-protocol/dist/editor-command.d.ts.map +1 -0
  351. package/node_modules/@fps-games/editor-protocol/dist/editor-command.js +2 -0
  352. package/node_modules/@fps-games/editor-protocol/dist/editor-command.js.map +1 -0
  353. package/node_modules/@fps-games/editor-protocol/dist/editor-service.d.ts +225 -0
  354. package/node_modules/@fps-games/editor-protocol/dist/editor-service.d.ts.map +1 -0
  355. package/node_modules/@fps-games/editor-protocol/dist/editor-service.js +4 -0
  356. package/node_modules/@fps-games/editor-protocol/dist/editor-service.js.map +1 -0
  357. package/node_modules/@fps-games/editor-protocol/dist/index.d.ts +6 -3
  358. package/node_modules/@fps-games/editor-protocol/dist/index.d.ts.map +1 -1
  359. package/node_modules/@fps-games/editor-protocol/dist/index.js +6 -3
  360. package/node_modules/@fps-games/editor-protocol/dist/index.js.map +1 -1
  361. package/node_modules/@fps-games/editor-protocol/package.json +2 -2
  362. package/node_modules/@fps-games/editor-tooling/package.json +3 -3
  363. package/node_modules/@fps-games/editor-ui/package.json +1 -1
  364. package/node_modules/@fps-games/playable-assets/package.json +1 -1
  365. package/node_modules/@fps-games/playable-contracts/package.json +1 -1
  366. package/node_modules/@fps-games/playable-rendering/package.json +2 -2
  367. package/node_modules/@fps-games/playable-runtime/package.json +12 -12
  368. package/node_modules/@fps-games/playable-runtime-data/package.json +4 -4
  369. package/node_modules/@fps-games/playable-scene/package.json +2 -2
  370. package/node_modules/@fps-games/plugin-api/package.json +1 -1
  371. package/node_modules/@fps-games/plugin-assets/dist/version.d.ts +1 -1
  372. package/node_modules/@fps-games/plugin-assets/dist/version.js +1 -1
  373. package/node_modules/@fps-games/plugin-assets/dist/version.js.map +1 -1
  374. package/node_modules/@fps-games/plugin-assets/package.json +6 -6
  375. package/node_modules/@fps-games/plugin-hierarchy/dist/kernel.d.ts +1 -0
  376. package/node_modules/@fps-games/plugin-hierarchy/dist/kernel.d.ts.map +1 -1
  377. package/node_modules/@fps-games/plugin-hierarchy/dist/kernel.js +78 -4
  378. package/node_modules/@fps-games/plugin-hierarchy/dist/kernel.js.map +1 -1
  379. package/node_modules/@fps-games/plugin-hierarchy/dist/version.d.ts +1 -1
  380. package/node_modules/@fps-games/plugin-hierarchy/dist/version.js +1 -1
  381. package/node_modules/@fps-games/plugin-hierarchy/dist/version.js.map +1 -1
  382. package/node_modules/@fps-games/plugin-hierarchy/package.json +5 -5
  383. package/node_modules/@fps-games/plugin-host/package.json +2 -2
  384. package/node_modules/@fps-games/plugin-markers/dist/version.d.ts +1 -1
  385. package/node_modules/@fps-games/plugin-markers/dist/version.js +1 -1
  386. package/node_modules/@fps-games/plugin-markers/dist/version.js.map +1 -1
  387. package/node_modules/@fps-games/plugin-markers/package.json +5 -5
  388. package/node_modules/@fps-games/plugin-materials/dist/version.d.ts +1 -1
  389. package/node_modules/@fps-games/plugin-materials/dist/version.js +1 -1
  390. package/node_modules/@fps-games/plugin-materials/dist/version.js.map +1 -1
  391. package/node_modules/@fps-games/plugin-materials/package.json +5 -5
  392. package/node_modules/@fps-games/plugin-rendering/dist/version.d.ts +1 -1
  393. package/node_modules/@fps-games/plugin-rendering/dist/version.js +1 -1
  394. package/node_modules/@fps-games/plugin-rendering/dist/version.js.map +1 -1
  395. package/node_modules/@fps-games/plugin-rendering/package.json +5 -5
  396. package/node_modules/@fps-games/plugin-scene/dist/version.d.ts +1 -1
  397. package/node_modules/@fps-games/plugin-scene/dist/version.js +1 -1
  398. package/node_modules/@fps-games/plugin-scene/dist/version.js.map +1 -1
  399. package/node_modules/@fps-games/plugin-scene/package.json +5 -5
  400. package/node_modules/@fps-games/plugin-shadow-map-experiment/dist/version.d.ts +1 -1
  401. package/node_modules/@fps-games/plugin-shadow-map-experiment/dist/version.js +1 -1
  402. package/node_modules/@fps-games/plugin-shadow-map-experiment/dist/version.js.map +1 -1
  403. package/node_modules/@fps-games/plugin-shadow-map-experiment/package.json +5 -5
  404. package/node_modules/@fps-games/plugin-shadows/dist/version.d.ts +1 -1
  405. package/node_modules/@fps-games/plugin-shadows/dist/version.js +1 -1
  406. package/node_modules/@fps-games/plugin-shadows/dist/version.js.map +1 -1
  407. package/node_modules/@fps-games/plugin-shadows/package.json +7 -7
  408. package/package.json +23 -23
  409. package/dist/agent-bridge/capabilities/assets.d.ts +0 -8
  410. package/dist/agent-bridge/capabilities/assets.d.ts.map +0 -1
  411. package/dist/agent-bridge/capabilities/assets.js.map +0 -1
  412. package/dist/agent-bridge/capabilities/editor-state.d.ts +0 -5
  413. package/dist/agent-bridge/capabilities/editor-state.d.ts.map +0 -1
  414. package/dist/agent-bridge/capabilities/editor-state.js.map +0 -1
  415. package/dist/agent-bridge/capabilities/hierarchy.d.ts +0 -4
  416. package/dist/agent-bridge/capabilities/hierarchy.d.ts.map +0 -1
  417. package/dist/agent-bridge/capabilities/hierarchy.js.map +0 -1
  418. package/dist/agent-bridge/capabilities/host-lifecycle.d.ts +0 -11
  419. package/dist/agent-bridge/capabilities/host-lifecycle.d.ts.map +0 -1
  420. package/dist/agent-bridge/capabilities/host-lifecycle.js +0 -149
  421. package/dist/agent-bridge/capabilities/host-lifecycle.js.map +0 -1
  422. package/dist/agent-bridge/capabilities/prefabs.d.ts +0 -5
  423. package/dist/agent-bridge/capabilities/prefabs.d.ts.map +0 -1
  424. package/dist/agent-bridge/capabilities/prefabs.js.map +0 -1
  425. package/dist/agent-bridge/capabilities/scene-objects.d.ts +0 -8
  426. package/dist/agent-bridge/capabilities/scene-objects.d.ts.map +0 -1
  427. package/dist/agent-bridge/capabilities/scene-objects.js +0 -480
  428. package/dist/agent-bridge/capabilities/scene-objects.js.map +0 -1
  429. package/dist/agent-bridge/capabilities/selection.d.ts +0 -5
  430. package/dist/agent-bridge/capabilities/selection.d.ts.map +0 -1
  431. package/dist/agent-bridge/capabilities/selection.js +0 -60
  432. package/dist/agent-bridge/capabilities/selection.js.map +0 -1
  433. package/dist/agent-bridge/capabilities/shadows.d.ts +0 -5
  434. package/dist/agent-bridge/capabilities/shadows.d.ts.map +0 -1
  435. package/dist/agent-bridge/capabilities/shadows.js.map +0 -1
  436. package/dist/agent-bridge/capabilities/transform.d.ts +0 -5
  437. package/dist/agent-bridge/capabilities/transform.d.ts.map +0 -1
  438. package/dist/agent-bridge/capabilities/transform.js +0 -164
  439. package/dist/agent-bridge/capabilities/transform.js.map +0 -1
  440. package/dist/agent-bridge/capabilities/ui-regions.d.ts +0 -4
  441. package/dist/agent-bridge/capabilities/ui-regions.d.ts.map +0 -1
  442. package/dist/agent-bridge/capabilities/ui-regions.js.map +0 -1
  443. package/dist/agent-bridge/capabilities/viewport.d.ts +0 -5
  444. package/dist/agent-bridge/capabilities/viewport.d.ts.map +0 -1
  445. package/dist/agent-bridge/capabilities/viewport.js.map +0 -1
  446. package/dist/agent-bridge/capability-sources.d.ts +0 -7
  447. package/dist/agent-bridge/capability-sources.d.ts.map +0 -1
  448. package/dist/agent-bridge/capability-sources.js +0 -34
  449. package/dist/agent-bridge/capability-sources.js.map +0 -1
  450. package/dist/agent-bridge/diagnostics.d.ts +0 -12
  451. package/dist/agent-bridge/diagnostics.d.ts.map +0 -1
  452. package/dist/agent-bridge/diagnostics.js.map +0 -1
  453. package/dist/agent-bridge/index.d.ts.map +0 -1
  454. package/dist/agent-bridge/index.js.map +0 -1
  455. package/dist/agent-bridge/register.d.ts +0 -4
  456. package/dist/agent-bridge/register.d.ts.map +0 -1
  457. package/dist/agent-bridge/register.js.map +0 -1
  458. package/dist/agent-bridge/shared.d.ts.map +0 -1
  459. package/dist/agent-bridge/shared.js.map +0 -1
  460. package/dist/agent-bridge/source-types.d.ts +0 -110
  461. package/dist/agent-bridge/source-types.d.ts.map +0 -1
  462. package/dist/agent-bridge/source-types.js.map +0 -1
  463. package/dist/editor-plugin-agent-capabilities.d.ts +0 -4
  464. package/dist/editor-plugin-agent-capabilities.d.ts.map +0 -1
  465. package/dist/editor-plugin-agent-capabilities.js +0 -64
  466. package/dist/editor-plugin-agent-capabilities.js.map +0 -1
  467. package/dist/local-editor-agent-actions.d.ts +0 -43
  468. package/dist/local-editor-agent-actions.d.ts.map +0 -1
  469. package/dist/local-editor-agent-actions.js +0 -321
  470. package/dist/local-editor-agent-actions.js.map +0 -1
  471. package/dist/local-editor-agent-bridge-transport.d.ts +0 -129
  472. package/dist/local-editor-agent-bridge-transport.d.ts.map +0 -1
  473. package/dist/local-editor-agent-bridge-transport.js +0 -403
  474. package/dist/local-editor-agent-bridge-transport.js.map +0 -1
  475. package/dist/local-editor-agent-bridge.d.ts +0 -2
  476. package/dist/local-editor-agent-bridge.d.ts.map +0 -1
  477. package/dist/local-editor-agent-bridge.js +0 -2
  478. package/dist/local-editor-agent-bridge.js.map +0 -1
  479. package/dist/local-editor-agent-context.d.ts +0 -68
  480. package/dist/local-editor-agent-context.d.ts.map +0 -1
  481. package/dist/local-editor-agent-context.js +0 -716
  482. package/dist/local-editor-agent-context.js.map +0 -1
  483. package/node_modules/@fps-games/editor-core/dist/agent-bridge.d.ts +0 -22
  484. package/node_modules/@fps-games/editor-core/dist/agent-bridge.d.ts.map +0 -1
  485. package/node_modules/@fps-games/editor-core/dist/agent-bridge.js +0 -106
  486. package/node_modules/@fps-games/editor-core/dist/agent-bridge.js.map +0 -1
  487. package/node_modules/@fps-games/editor-core/dist/agent-interaction.d.ts +0 -17
  488. package/node_modules/@fps-games/editor-core/dist/agent-interaction.d.ts.map +0 -1
  489. package/node_modules/@fps-games/editor-core/dist/agent-interaction.js +0 -14
  490. package/node_modules/@fps-games/editor-core/dist/agent-interaction.js.map +0 -1
  491. package/node_modules/@fps-games/editor-forge-play/dist/agent-transport.d.ts +0 -23
  492. package/node_modules/@fps-games/editor-forge-play/dist/agent-transport.d.ts.map +0 -1
  493. package/node_modules/@fps-games/editor-forge-play/dist/agent-transport.js +0 -47
  494. package/node_modules/@fps-games/editor-forge-play/dist/agent-transport.js.map +0 -1
  495. package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/agent-descriptions.d.ts +0 -112
  496. package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/agent-descriptions.d.ts.map +0 -1
  497. package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/agent-descriptions.js +0 -159
  498. package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/agent-descriptions.js.map +0 -1
  499. package/node_modules/@fps-games/editor-playable-sdk/dist/vite/session-metadata.d.ts +0 -15
  500. package/node_modules/@fps-games/editor-playable-sdk/dist/vite/session-metadata.d.ts.map +0 -1
  501. package/node_modules/@fps-games/editor-playable-sdk/dist/vite/session-metadata.js +0 -76
  502. package/node_modules/@fps-games/editor-playable-sdk/dist/vite/session-metadata.js.map +0 -1
  503. package/node_modules/@fps-games/editor-protocol/dist/agent-bridge.d.ts +0 -1622
  504. package/node_modules/@fps-games/editor-protocol/dist/agent-bridge.d.ts.map +0 -1
  505. package/node_modules/@fps-games/editor-protocol/dist/agent-bridge.js.map +0 -1
  506. package/node_modules/@fps-games/editor-protocol/dist/agent-trace.d.ts +0 -68
  507. package/node_modules/@fps-games/editor-protocol/dist/agent-trace.d.ts.map +0 -1
  508. package/node_modules/@fps-games/editor-protocol/dist/agent-trace.js +0 -23
  509. package/node_modules/@fps-games/editor-protocol/dist/agent-trace.js.map +0 -1
  510. package/node_modules/@fps-games/editor-protocol/dist/agent.d.ts +0 -187
  511. package/node_modules/@fps-games/editor-protocol/dist/agent.d.ts.map +0 -1
  512. package/node_modules/@fps-games/editor-protocol/dist/agent.js +0 -5
  513. package/node_modules/@fps-games/editor-protocol/dist/agent.js.map +0 -1
  514. /package/dist/{agent-bridge → editor-commands}/source-types.js +0 -0
@@ -0,0 +1,1626 @@
1
+ import type { EditorDiagnostic, EditorDiagnosticPhase, EditorDiagnosticSeverity } from './editor-diagnostics';
2
+ import type { EditorCommandAccess, EditorCommandDiagnostic, EditorCommandId, EditorCommandJsonObject, EditorCommandPresentation, EditorCommandTarget } from './editor-command';
3
+ export declare const EDITOR_COMMAND_CONTRACT_SCHEMA_VERSION: 1;
4
+ export declare const EDITOR_COMMAND_ID: {
5
+ readonly ASSET_ANALYSIS_GET: "asset.analysis.get";
6
+ readonly ASSET_INFO_GET: "asset.info.get";
7
+ readonly ASSET_LIBRARY_LIST: "asset.library.list";
8
+ readonly EDITOR_SNAPSHOT_GET: "editor.snapshot.get";
9
+ readonly EDITOR_STATE_GET: "editor.state.get";
10
+ readonly EDITOR_DIAGNOSTICS_LIST: "editor.diagnostics.list";
11
+ readonly EDITOR_UI_REGIONS_GET: "editor.ui.regions.get";
12
+ readonly HOST_EDITOR_ENTER: "host.editor.enter";
13
+ readonly HOST_EDITOR_SAVE_AND_RUN: "host.editor.saveAndRun";
14
+ readonly HOST_EDITOR_DISCARD_AND_RUN: "host.editor.discardAndRun";
15
+ readonly HOST_EDITOR_WAIT_READY: "host.editor.waitReady";
16
+ readonly HOST_MODE_GET: "host.mode.get";
17
+ readonly HIERARCHY_SCOPE_GET: "hierarchy.scope.get";
18
+ readonly HIERARCHY_OPERATIONS_LIST: "hierarchy.operations.list";
19
+ readonly HIERARCHY_OPERATION_EXECUTE: "hierarchy.operation.execute";
20
+ readonly OBJECT_CREATE_FROM_ASSET: "object.createFromAsset";
21
+ readonly OBJECT_CREATE_PRIMITIVE: "object.createPrimitive";
22
+ readonly OBJECT_DELETE: "object.delete";
23
+ readonly OBJECT_RESOLVE: "object.resolve";
24
+ readonly PREFAB_MATERIAL_SLOTS_LIST: "prefab.materialSlots.list";
25
+ readonly PREFAB_ASSET_RENAME: "prefab.asset.rename";
26
+ readonly PREFAB_NODE_CREATE_FROM_ASSET: "prefab.node.createFromAsset";
27
+ readonly PREFAB_NODE_CREATE_GROUP: "prefab.node.createGroup";
28
+ readonly PREFAB_NODE_CREATE_MARKER: "prefab.node.createMarker";
29
+ readonly PREFAB_NODE_CREATE_PRIMITIVE: "prefab.node.createPrimitive";
30
+ readonly PREFAB_NODE_DELETE: "prefab.node.delete";
31
+ readonly PREFAB_NODE_REPARENT: "prefab.node.reparent";
32
+ readonly PREFAB_NODE_RENAME: "prefab.node.rename";
33
+ readonly PREFAB_NODE_SELECT: "prefab.node.select";
34
+ readonly PREFAB_NODE_SET_TRANSFORM: "prefab.node.setTransform";
35
+ readonly PREFAB_NODE_SET_MARKER: "prefab.node.setMarker";
36
+ readonly PREFAB_RESOLVE: "prefab.resolve";
37
+ readonly PREFAB_SCENE_GET: "prefab.scene.get";
38
+ readonly PREFAB_SOURCE_STRUCTURE_GET: "prefab.source.structure.get";
39
+ readonly PREFAB_STAGE_EXIT: "prefab.stage.exit";
40
+ readonly PREFAB_STAGE_OPEN: "prefab.stage.open";
41
+ readonly PREFAB_STAGE_SAVE: "prefab.stage.save";
42
+ readonly PREFAB_STAGE_DISCARD: "prefab.stage.discard";
43
+ readonly SCENE_OBJECTS_LIST: "scene.objects.list";
44
+ readonly SELECTION_SET: "selection.set";
45
+ readonly SHADOW_POLICY_GET: "shadow.policy.get";
46
+ readonly SHADOW_POLICY_SET: "shadow.policy.set";
47
+ readonly SHADOW_MAP_EXPERIMENT_CONFIG_GET: "shadowMapExperiment.config.get";
48
+ readonly SHADOW_MAP_EXPERIMENT_POLICY_GET: "shadowMapExperiment.policy.get";
49
+ readonly SHADOW_MAP_EXPERIMENT_POLICY_SET: "shadowMapExperiment.policy.set";
50
+ readonly SHADOW_MAP_EXPERIMENT_PLAN_PREVIEW: "shadowMapExperiment.plan.preview";
51
+ readonly SHADOW_MAP_EXPERIMENT_RUNTIME_SNAPSHOT: "shadowMapExperiment.runtime.snapshot";
52
+ readonly SHADOW_DEBUG_INSPECT: "shadow.debug.inspect";
53
+ readonly SHADOW_DEBUG_CONTEXT_CLEAR: "shadow.debug.context.clear";
54
+ readonly SHADOW_DEBUG_CONTEXT_ENTER: "shadow.debug.context.enter";
55
+ readonly SHADOW_DEBUG_OVERLAY_CLEAR: "shadow.debug.overlay.clear";
56
+ readonly SHADOW_DEBUG_OVERLAY_SET: "shadow.debug.overlay.set";
57
+ readonly SHADOW_DEBUG_VISIBILITY_MEASURE: "shadow.debug.visibilityMeasure";
58
+ readonly SHADOW_RECEIVERS_LIST: "shadow.receivers.list";
59
+ readonly SHADOW_RESOLVE_PREVIEW: "shadow.resolvePreview";
60
+ readonly SHADOW_STATIC_BAKE: "shadow.static.bake";
61
+ readonly SHADOW_STATIC_INVALIDATE: "shadow.static.invalidate";
62
+ readonly TRANSFORM_MOVE: "transform.move";
63
+ readonly TRANSFORM_SET: "transform.set";
64
+ readonly VIEWPORT_CAMERA_GET: "viewport.camera.get";
65
+ readonly VIEWPORT_CAMERA_ORBIT: "viewport.camera.orbit";
66
+ readonly VIEWPORT_CAMERA_SET_PRESET: "viewport.camera.setPreset";
67
+ readonly VIEWPORT_FRAME_SELECTION: "viewport.frameSelection";
68
+ readonly VIEWPORT_FOCUS_OBJECT: "viewport.focusObject";
69
+ readonly VIEWPORT_ISOLATION_ENTER: "viewport.isolation.enter";
70
+ readonly VIEWPORT_VISIBILITY_CLEAR: "viewport.visibility.clear";
71
+ readonly VIEWPORT_VISIBILITY_SET: "viewport.visibility.set";
72
+ readonly VIEWPORT_VISIBILITY_SNAPSHOT: "viewport.visibility.snapshot";
73
+ };
74
+ export type EditorCommandBuiltInCapabilityId = typeof EDITOR_COMMAND_ID[keyof typeof EDITOR_COMMAND_ID];
75
+ export type EditorCommandCapabilityId = EditorCommandBuiltInCapabilityId | EditorCommandId;
76
+ export interface EditorCommandBuiltInMetadata {
77
+ readonly title: string;
78
+ readonly category: string;
79
+ readonly access: EditorCommandAccess;
80
+ readonly stability: 'experimental';
81
+ readonly target: EditorCommandTarget;
82
+ }
83
+ export declare const EDITOR_COMMAND_BUILT_IN_TARGETS: Readonly<Partial<Record<EditorCommandBuiltInCapabilityId, EditorCommandTarget>>>;
84
+ export declare const EDITOR_COMMAND_BUILT_IN_HOST_IDS: ReadonlySet<EditorCommandBuiltInCapabilityId>;
85
+ export declare const EDITOR_COMMAND_BUILT_IN_METADATA: Readonly<Partial<Record<EditorCommandBuiltInCapabilityId, EditorCommandBuiltInMetadata>>>;
86
+ export declare const EDITOR_COMMAND_BUILT_IN_PRESENTATION: Readonly<Partial<Record<EditorCommandBuiltInCapabilityId, EditorCommandPresentation>>>;
87
+ export interface EditorCommandHierarchyScopeGetInput {
88
+ expectedRevision?: number;
89
+ rootId?: string;
90
+ maxDepth?: number;
91
+ text?: string;
92
+ cursor?: string;
93
+ limit?: number;
94
+ }
95
+ export interface EditorCommandHierarchyNode {
96
+ id: string;
97
+ label: string;
98
+ parentId: string | null;
99
+ role?: string;
100
+ selectable: boolean;
101
+ canHaveChildren: boolean;
102
+ renamable: boolean;
103
+ deletable: boolean;
104
+ draggable: boolean;
105
+ authoredEnabled?: boolean;
106
+ editorVisible?: boolean;
107
+ editorLocked?: boolean;
108
+ }
109
+ export interface EditorCommandHierarchyScopeGetOutput {
110
+ scopeKey: string;
111
+ scopeType: string;
112
+ revision: number;
113
+ title: string;
114
+ readonly: boolean;
115
+ nodes: EditorCommandHierarchyNode[];
116
+ selectedIds: string[];
117
+ activeId: string | null;
118
+ primaryOperationId?: string;
119
+ capabilities: EditorCommandJsonObject;
120
+ totalCount: number;
121
+ returnedCount: number;
122
+ nextCursor?: string;
123
+ }
124
+ export interface EditorCommandHierarchyOperationsListInput {
125
+ scopeKey?: string;
126
+ expectedRevision?: number;
127
+ contextNodeId?: string | null;
128
+ targetIds?: string[];
129
+ activeId?: string | null;
130
+ }
131
+ export interface EditorCommandHierarchyOperationDescriptor {
132
+ id: string;
133
+ label: string;
134
+ description?: string;
135
+ effect: string;
136
+ targetPolicy: string;
137
+ menu?: false | Readonly<{
138
+ path?: readonly Readonly<{
139
+ id: string;
140
+ label: string;
141
+ order?: number;
142
+ }>[];
143
+ group?: string;
144
+ order?: number;
145
+ }>;
146
+ shortcut?: string;
147
+ danger?: boolean;
148
+ disabledReason?: string;
149
+ payload?: EditorCommandJsonObject;
150
+ }
151
+ export interface EditorCommandHierarchyOperationsListOutput {
152
+ scopeKey: string;
153
+ revision: number;
154
+ operations: EditorCommandHierarchyOperationDescriptor[];
155
+ }
156
+ export interface EditorCommandHierarchyOperationExecuteInput {
157
+ scopeKey: string;
158
+ expectedRevision: number;
159
+ operationId: string;
160
+ contextNodeId?: string | null;
161
+ targetIds?: string[];
162
+ activeId?: string | null;
163
+ input?: EditorCommandJsonObject;
164
+ }
165
+ export interface EditorCommandHierarchyOperationExecuteOutput {
166
+ ok: boolean;
167
+ changed: boolean;
168
+ revision: number;
169
+ diagnostics: EditorCommandDiagnostic[];
170
+ }
171
+ export interface EditorCommandVec3 {
172
+ x: number;
173
+ y: number;
174
+ z: number;
175
+ }
176
+ export interface EditorCommandTransform {
177
+ position?: EditorCommandVec3;
178
+ rotation?: EditorCommandVec3;
179
+ scale?: EditorCommandVec3;
180
+ }
181
+ export interface EditorCommandBounds {
182
+ min?: EditorCommandVec3;
183
+ max?: EditorCommandVec3;
184
+ size?: EditorCommandVec3;
185
+ center?: EditorCommandVec3;
186
+ }
187
+ export type EditorCommandPrimitiveShape = 'cube' | 'sphere' | 'plane' | 'capsule';
188
+ export type EditorCommandAssetKind = 'model' | 'texture' | 'image' | 'sound' | 'prefab' | (string & {});
189
+ export type EditorCommandViewportCameraPreset = 'perspective' | 'top' | 'bottom' | 'front' | 'back' | 'left' | 'right' | 'iso' | 'threeQuarterTop';
190
+ export type EditorCommandViewportProjectionMode = 'perspective' | 'orthographic';
191
+ export type EditorCommandShadowCastMode = 'inherit' | 'none' | 'enabled' | 'auto';
192
+ export type EditorCommandShadowReceiveMode = 'inherit' | 'none' | 'enabled' | 'auto';
193
+ export type EditorCommandShadowMode = 'inherit' | 'none' | 'dynamic' | 'static' | 'blob' | 'projected' | 'auto';
194
+ export type EditorCommandShadowQuality = 'inherit' | 'low' | 'medium' | 'high' | 'ultra';
195
+ export type EditorCommandShadowLightMode = 'inherit' | 'scene-main' | 'nearest' | 'explicit';
196
+ export type EditorCommandViewportCameraTarget = {
197
+ kind: 'selection';
198
+ } | {
199
+ kind: 'scene';
200
+ } | {
201
+ kind: 'object';
202
+ objectId: string;
203
+ } | {
204
+ kind: 'point';
205
+ point: EditorCommandVec3;
206
+ };
207
+ export type EditorCommandCapabilityLayer = 'host' | 'editor' | 'workflow' | (string & {});
208
+ export type EditorCommandCapabilityStability = 'experimental' | 'stable' | 'deprecated' | (string & {});
209
+ export interface EditorCommandCapabilityManifest {
210
+ schemaVersion: typeof EDITOR_COMMAND_CONTRACT_SCHEMA_VERSION;
211
+ id: EditorCommandCapabilityId;
212
+ title: string;
213
+ description?: string;
214
+ layer?: EditorCommandCapabilityLayer;
215
+ category?: string;
216
+ stability?: EditorCommandCapabilityStability;
217
+ access: EditorCommandAccess;
218
+ inputSchema?: EditorCommandJsonObject;
219
+ outputSchema?: EditorCommandJsonObject;
220
+ }
221
+ export interface EditorCommandCallSuccess<TOutput = unknown> {
222
+ ok: true;
223
+ capabilityId: EditorCommandCapabilityId;
224
+ output: TOutput;
225
+ diagnostics?: EditorCommandDiagnostic[];
226
+ }
227
+ export interface EditorCommandCapabilitySchemaSet {
228
+ inputSchema: EditorCommandJsonObject;
229
+ outputSchema: EditorCommandJsonObject;
230
+ }
231
+ export declare const EDITOR_COMMAND_CAPABILITY_VEC3_SCHEMA: EditorCommandJsonObject;
232
+ export declare const EDITOR_COMMAND_CAPABILITY_TRANSFORM_SCHEMA: EditorCommandJsonObject;
233
+ export declare const EDITOR_COMMAND_CAPABILITY_BOUNDS_SCHEMA: EditorCommandJsonObject;
234
+ export declare const EDITOR_COMMAND_CAPABILITY_DIAGNOSTIC_SCHEMA: EditorCommandJsonObject;
235
+ export declare const EDITOR_COMMAND_CAPABILITY_ASSET_KIND_SCHEMA: EditorCommandJsonObject;
236
+ export declare const EDITOR_COMMAND_CAPABILITY_ASSET_ANALYSIS_SUMMARY_SCHEMA: EditorCommandJsonObject;
237
+ export declare const EDITOR_COMMAND_CAPABILITY_ASSET_SUMMARY_SCHEMA_PROPERTIES: EditorCommandJsonObject;
238
+ export declare const EDITOR_COMMAND_CAPABILITY_ASSET_SUMMARY_SCHEMA: EditorCommandJsonObject;
239
+ export declare const EDITOR_COMMAND_CAPABILITY_ASSET_INFO_SCHEMA: EditorCommandJsonObject;
240
+ export declare const EDITOR_COMMAND_CAPABILITY_ASSET_LIBRARY_LIST_INPUT_SCHEMA: EditorCommandJsonObject;
241
+ export declare const EDITOR_COMMAND_CAPABILITY_ASSET_LIBRARY_LIST_OUTPUT_SCHEMA: EditorCommandJsonObject;
242
+ export declare const EDITOR_COMMAND_CAPABILITY_ASSET_INFO_GET_INPUT_SCHEMA: EditorCommandJsonObject;
243
+ export declare const EDITOR_COMMAND_CAPABILITY_ASSET_INFO_GET_OUTPUT_SCHEMA: EditorCommandJsonObject;
244
+ export declare const EDITOR_COMMAND_CAPABILITY_ASSET_ANALYSIS_GET_INPUT_SCHEMA: EditorCommandJsonObject;
245
+ export declare const EDITOR_COMMAND_CAPABILITY_ASSET_ANALYSIS_SCHEMA: EditorCommandJsonObject;
246
+ export declare const EDITOR_COMMAND_CAPABILITY_ASSET_ANALYSIS_GET_OUTPUT_SCHEMA: EditorCommandJsonObject;
247
+ export declare const EDITOR_COMMAND_CAPABILITY_PREFAB_SUMMARY_SCHEMA: EditorCommandJsonObject;
248
+ export declare const EDITOR_COMMAND_CAPABILITY_PREFAB_STAGE_STATE_SCHEMA: EditorCommandJsonObject;
249
+ export declare const EDITOR_COMMAND_CAPABILITY_PREFAB_RESOLVE_INPUT_SCHEMA: EditorCommandJsonObject;
250
+ export declare const EDITOR_COMMAND_CAPABILITY_PREFAB_RESOLVE_OUTPUT_SCHEMA: EditorCommandJsonObject;
251
+ export declare const EDITOR_COMMAND_CAPABILITY_PREFAB_STAGE_OPEN_INPUT_SCHEMA: EditorCommandJsonObject;
252
+ export declare const EDITOR_COMMAND_CAPABILITY_PREFAB_STAGE_OPEN_OUTPUT_SCHEMA: EditorCommandJsonObject;
253
+ export declare const EDITOR_COMMAND_CAPABILITY_PREFAB_STAGE_EXIT_INPUT_SCHEMA: EditorCommandJsonObject;
254
+ export declare const EDITOR_COMMAND_CAPABILITY_PREFAB_STAGE_ACTION_INPUT_SCHEMA: EditorCommandJsonObject;
255
+ export declare const EDITOR_COMMAND_CAPABILITY_PREFAB_STAGE_ACTION_OUTPUT_SCHEMA: EditorCommandJsonObject;
256
+ export declare const EDITOR_COMMAND_CAPABILITY_PREFAB_STAGE_EXIT_OUTPUT_SCHEMA: EditorCommandJsonObject;
257
+ export declare const EDITOR_COMMAND_CAPABILITY_PREFAB_ASSET_RENAME_INPUT_SCHEMA: EditorCommandJsonObject;
258
+ export declare const EDITOR_COMMAND_CAPABILITY_PREFAB_ASSET_RENAME_OUTPUT_SCHEMA: EditorCommandJsonObject;
259
+ export declare const EDITOR_COMMAND_CAPABILITY_PREFAB_MARKER_TARGET_REF_SCHEMA: EditorCommandJsonObject;
260
+ export declare const EDITOR_COMMAND_CAPABILITY_PREFAB_MARKER_TARGET_SCHEMA: EditorCommandJsonObject;
261
+ export declare const EDITOR_COMMAND_CAPABILITY_PREFAB_MARKER_COLOR_SCHEMA: EditorCommandJsonObject;
262
+ export declare const EDITOR_COMMAND_CAPABILITY_PREFAB_MARKER_FRAME_SCHEMA: EditorCommandJsonObject;
263
+ export declare const EDITOR_COMMAND_CAPABILITY_PREFAB_MARKER_GEOMETRY_SCHEMA: EditorCommandJsonObject;
264
+ export declare const EDITOR_COMMAND_CAPABILITY_PREFAB_MARKER_CONFIG_SCHEMA: EditorCommandJsonObject;
265
+ export declare const EDITOR_COMMAND_CAPABILITY_PREFAB_NODE_KIND_SCHEMA: EditorCommandJsonObject;
266
+ export declare const EDITOR_COMMAND_CAPABILITY_PREFAB_NODE_SCHEMA: EditorCommandJsonObject;
267
+ export declare const EDITOR_COMMAND_CAPABILITY_PREFAB_SCENE_GET_INPUT_SCHEMA: EditorCommandJsonObject;
268
+ export declare const EDITOR_COMMAND_CAPABILITY_PREFAB_SCENE_GET_OUTPUT_SCHEMA: EditorCommandJsonObject;
269
+ export declare const EDITOR_COMMAND_CAPABILITY_PREFAB_NODE_SELECT_INPUT_SCHEMA: EditorCommandJsonObject;
270
+ export declare const EDITOR_COMMAND_CAPABILITY_PREFAB_NODE_SELECT_OUTPUT_SCHEMA: EditorCommandJsonObject;
271
+ export declare const EDITOR_COMMAND_CAPABILITY_PREFAB_NODE_CREATE_FROM_ASSET_INPUT_SCHEMA: EditorCommandJsonObject;
272
+ export declare const EDITOR_COMMAND_CAPABILITY_PREFAB_NODE_CREATE_PRIMITIVE_INPUT_SCHEMA: EditorCommandJsonObject;
273
+ export declare const EDITOR_COMMAND_CAPABILITY_PREFAB_NODE_CREATE_GROUP_INPUT_SCHEMA: EditorCommandJsonObject;
274
+ export declare const EDITOR_COMMAND_CAPABILITY_PREFAB_NODE_CREATE_MARKER_INPUT_SCHEMA: EditorCommandJsonObject;
275
+ export declare const EDITOR_COMMAND_CAPABILITY_PREFAB_NODE_SET_MARKER_INPUT_SCHEMA: EditorCommandJsonObject;
276
+ export declare const EDITOR_COMMAND_CAPABILITY_PREFAB_NODE_MUTATION_OUTPUT_SCHEMA: EditorCommandJsonObject;
277
+ export declare const EDITOR_COMMAND_CAPABILITY_PREFAB_NODE_SET_TRANSFORM_INPUT_SCHEMA: EditorCommandJsonObject;
278
+ export declare const EDITOR_COMMAND_CAPABILITY_PREFAB_NODE_RENAME_INPUT_SCHEMA: EditorCommandJsonObject;
279
+ export declare const EDITOR_COMMAND_CAPABILITY_PREFAB_NODE_RENAME_OUTPUT_SCHEMA: EditorCommandJsonObject;
280
+ export declare const EDITOR_COMMAND_CAPABILITY_PREFAB_NODE_REPARENT_INPUT_SCHEMA: EditorCommandJsonObject;
281
+ export declare const EDITOR_COMMAND_CAPABILITY_PREFAB_NODE_DELETE_INPUT_SCHEMA: EditorCommandJsonObject;
282
+ export declare const EDITOR_COMMAND_CAPABILITY_PREFAB_SOURCE_STRUCTURE_GET_INPUT_SCHEMA: EditorCommandJsonObject;
283
+ export declare const EDITOR_COMMAND_CAPABILITY_PREFAB_SOURCE_STRUCTURE_SCHEMA: EditorCommandJsonObject;
284
+ export declare const EDITOR_COMMAND_CAPABILITY_PREFAB_SOURCE_STRUCTURE_GET_OUTPUT_SCHEMA: EditorCommandJsonObject;
285
+ export declare const EDITOR_COMMAND_CAPABILITY_PREFAB_MATERIAL_SLOT_SCHEMA: EditorCommandJsonObject;
286
+ export declare const EDITOR_COMMAND_CAPABILITY_PREFAB_MATERIAL_SLOTS_LIST_INPUT_SCHEMA: EditorCommandJsonObject;
287
+ export declare const EDITOR_COMMAND_CAPABILITY_PREFAB_MATERIAL_SLOTS_LIST_OUTPUT_SCHEMA: EditorCommandJsonObject;
288
+ export declare const EDITOR_COMMAND_CAPABILITY_SELECTION_STATE_SCHEMA: EditorCommandJsonObject;
289
+ export declare const EDITOR_COMMAND_CAPABILITY_SCENE_OBJECT_SCHEMA: EditorCommandJsonObject;
290
+ export declare const EDITOR_COMMAND_CAPABILITY_SCENE_OBJECTS_LIST_INPUT_SCHEMA: EditorCommandJsonObject;
291
+ export declare const EDITOR_COMMAND_CAPABILITY_SCENE_OBJECTS_LIST_OUTPUT_SCHEMA: EditorCommandJsonObject;
292
+ export declare const EDITOR_COMMAND_CAPABILITY_OBJECT_RESOLVE_INPUT_SCHEMA: EditorCommandJsonObject;
293
+ export declare const EDITOR_COMMAND_CAPABILITY_OBJECT_RESOLVE_OUTPUT_SCHEMA: EditorCommandJsonObject;
294
+ export declare const EDITOR_COMMAND_CAPABILITY_SELECTION_SET_INPUT_SCHEMA: EditorCommandJsonObject;
295
+ export declare const EDITOR_COMMAND_CAPABILITY_SELECTION_SET_OUTPUT_SCHEMA: EditorCommandJsonObject;
296
+ export declare const EDITOR_COMMAND_CAPABILITY_SHADOW_TARGET_SCHEMA_PROPERTIES: EditorCommandJsonObject;
297
+ export declare const EDITOR_COMMAND_CAPABILITY_SHADOW_TARGET_SCHEMA: EditorCommandJsonObject;
298
+ export declare const EDITOR_COMMAND_CAPABILITY_SHADOW_CAST_MODE_SCHEMA: EditorCommandJsonObject;
299
+ export declare const EDITOR_COMMAND_CAPABILITY_SHADOW_RECEIVE_MODE_SCHEMA: EditorCommandJsonObject;
300
+ export declare const EDITOR_COMMAND_CAPABILITY_SHADOW_MODE_SCHEMA: EditorCommandJsonObject;
301
+ export declare const EDITOR_COMMAND_CAPABILITY_SHADOW_QUALITY_SCHEMA: EditorCommandJsonObject;
302
+ export declare const EDITOR_COMMAND_CAPABILITY_SHADOW_LIGHT_MODE_SCHEMA: EditorCommandJsonObject;
303
+ export declare const EDITOR_COMMAND_CAPABILITY_SHADOW_PARAMS_SCHEMA: EditorCommandJsonObject;
304
+ export declare const EDITOR_COMMAND_CAPABILITY_SHADOW_SETTINGS_SCHEMA: EditorCommandJsonObject;
305
+ export declare const EDITOR_COMMAND_CAPABILITY_SHADOW_RESOLVED_PARAMS_SCHEMA: EditorCommandJsonObject;
306
+ export declare const EDITOR_COMMAND_CAPABILITY_SHADOW_PLAN_SCHEMA: EditorCommandJsonObject;
307
+ export declare const EDITOR_COMMAND_CAPABILITY_SHADOW_RECEIVER_CANDIDATE_SCHEMA: EditorCommandJsonObject;
308
+ export declare const EDITOR_COMMAND_CAPABILITY_SHADOW_DEBUG_SUMMARY_SCHEMA: EditorCommandJsonObject;
309
+ export declare const EDITOR_COMMAND_CAPABILITY_SHADOW_LIGHT_SUMMARY_SCHEMA: EditorCommandJsonObject;
310
+ export declare const EDITOR_COMMAND_CAPABILITY_SHADOW_FOOTPRINT_SCHEMA: EditorCommandJsonObject;
311
+ export declare const EDITOR_COMMAND_CAPABILITY_SHADOW_RUNTIME_EVIDENCE_SCHEMA: EditorCommandJsonObject;
312
+ export declare const EDITOR_COMMAND_CAPABILITY_SHADOW_POLICY_GET_INPUT_SCHEMA: EditorCommandJsonObject;
313
+ export declare const EDITOR_COMMAND_CAPABILITY_SHADOW_POLICY_GET_OUTPUT_SCHEMA: EditorCommandJsonObject;
314
+ export declare const EDITOR_COMMAND_CAPABILITY_SHADOW_POLICY_SET_INPUT_SCHEMA: EditorCommandJsonObject;
315
+ export declare const EDITOR_COMMAND_CAPABILITY_SHADOW_POLICY_SET_OUTPUT_SCHEMA: EditorCommandJsonObject;
316
+ export declare const EDITOR_COMMAND_CAPABILITY_SHADOW_MAP_EXPERIMENT_TARGET_SCHEMA_PROPERTIES: EditorCommandJsonObject;
317
+ export declare const EDITOR_COMMAND_CAPABILITY_SHADOW_MAP_EXPERIMENT_TARGET_SCHEMA: EditorCommandJsonObject;
318
+ export declare const EDITOR_COMMAND_CAPABILITY_SHADOW_MAP_EXPERIMENT_CONFIG_GET_INPUT_SCHEMA: EditorCommandJsonObject;
319
+ export declare const EDITOR_COMMAND_CAPABILITY_SHADOW_MAP_EXPERIMENT_CONFIG_GET_OUTPUT_SCHEMA: EditorCommandJsonObject;
320
+ export declare const EDITOR_COMMAND_CAPABILITY_SHADOW_MAP_EXPERIMENT_POLICY_INPUT_SCHEMA: EditorCommandJsonObject;
321
+ export declare const EDITOR_COMMAND_CAPABILITY_SHADOW_MAP_EXPERIMENT_POLICY_OUTPUT_SCHEMA: EditorCommandJsonObject;
322
+ export declare const EDITOR_COMMAND_CAPABILITY_SHADOW_MAP_EXPERIMENT_POLICY_SET_INPUT_SCHEMA: EditorCommandJsonObject;
323
+ export declare const EDITOR_COMMAND_CAPABILITY_SHADOW_MAP_EXPERIMENT_POLICY_SET_OUTPUT_SCHEMA: EditorCommandJsonObject;
324
+ export declare const EDITOR_COMMAND_CAPABILITY_SHADOW_MAP_EXPERIMENT_PLAN_PREVIEW_INPUT_SCHEMA: EditorCommandJsonObject;
325
+ export declare const EDITOR_COMMAND_CAPABILITY_SHADOW_MAP_EXPERIMENT_PLAN_PREVIEW_OUTPUT_SCHEMA: EditorCommandJsonObject;
326
+ export declare const EDITOR_COMMAND_CAPABILITY_SHADOW_MAP_EXPERIMENT_RUNTIME_SNAPSHOT_INPUT_SCHEMA: EditorCommandJsonObject;
327
+ export declare const EDITOR_COMMAND_CAPABILITY_SHADOW_MAP_EXPERIMENT_RUNTIME_SNAPSHOT_OUTPUT_SCHEMA: EditorCommandJsonObject;
328
+ export declare const EDITOR_COMMAND_CAPABILITY_SHADOW_RECEIVERS_LIST_INPUT_SCHEMA: EditorCommandJsonObject;
329
+ export declare const EDITOR_COMMAND_CAPABILITY_SHADOW_RECEIVERS_LIST_OUTPUT_SCHEMA: EditorCommandJsonObject;
330
+ export declare const EDITOR_COMMAND_CAPABILITY_SHADOW_RESOLVE_PREVIEW_INPUT_SCHEMA: EditorCommandJsonObject;
331
+ export declare const EDITOR_COMMAND_CAPABILITY_SHADOW_RESOLVE_PREVIEW_OUTPUT_SCHEMA: EditorCommandJsonObject;
332
+ export declare const EDITOR_COMMAND_CAPABILITY_SHADOW_STATIC_BAKE_INPUT_SCHEMA: EditorCommandJsonObject;
333
+ export declare const EDITOR_COMMAND_CAPABILITY_SHADOW_STATIC_BAKE_OUTPUT_SCHEMA: EditorCommandJsonObject;
334
+ export declare const EDITOR_COMMAND_CAPABILITY_SHADOW_STATIC_INVALIDATE_INPUT_SCHEMA: EditorCommandJsonObject;
335
+ export declare const EDITOR_COMMAND_CAPABILITY_SHADOW_STATIC_INVALIDATE_OUTPUT_SCHEMA: EditorCommandJsonObject;
336
+ export declare const EDITOR_COMMAND_CAPABILITY_SHADOW_DEBUG_INSPECT_INPUT_SCHEMA: EditorCommandJsonObject;
337
+ export declare const EDITOR_COMMAND_CAPABILITY_SHADOW_DEBUG_INSPECT_OUTPUT_SCHEMA: EditorCommandJsonObject;
338
+ export declare const EDITOR_COMMAND_CAPABILITY_SHADOW_DEBUG_OVERLAY_SET_INPUT_SCHEMA: EditorCommandJsonObject;
339
+ export declare const EDITOR_COMMAND_CAPABILITY_SHADOW_DEBUG_OVERLAY_SET_OUTPUT_SCHEMA: EditorCommandJsonObject;
340
+ export declare const EDITOR_COMMAND_CAPABILITY_SHADOW_DEBUG_OVERLAY_CLEAR_INPUT_SCHEMA: EditorCommandJsonObject;
341
+ export declare const EDITOR_COMMAND_CAPABILITY_SHADOW_DEBUG_OVERLAY_CLEAR_OUTPUT_SCHEMA: EditorCommandJsonObject;
342
+ export declare const EDITOR_COMMAND_CAPABILITY_SHADOW_DEBUG_VISIBILITY_MEASURE_INPUT_SCHEMA: EditorCommandJsonObject;
343
+ export declare const EDITOR_COMMAND_CAPABILITY_SHADOW_DEBUG_VISIBILITY_MEASURE_OUTPUT_SCHEMA: EditorCommandJsonObject;
344
+ export declare const EDITOR_COMMAND_CAPABILITY_TRANSFORM_MOVE_INPUT_SCHEMA: EditorCommandJsonObject;
345
+ export declare const EDITOR_COMMAND_CAPABILITY_TRANSFORM_MOVE_OUTPUT_SCHEMA: EditorCommandJsonObject;
346
+ export declare const EDITOR_COMMAND_CAPABILITY_TRANSFORM_SET_INPUT_SCHEMA: EditorCommandJsonObject;
347
+ export declare const EDITOR_COMMAND_CAPABILITY_VIEWPORT_FOCUS_OBJECT_INPUT_SCHEMA: EditorCommandJsonObject;
348
+ export declare const EDITOR_COMMAND_CAPABILITY_VIEWPORT_FOCUS_OBJECT_OUTPUT_SCHEMA: EditorCommandJsonObject;
349
+ export declare const EDITOR_COMMAND_CAPABILITY_VIEWPORT_FRAME_SELECTION_INPUT_SCHEMA: EditorCommandJsonObject;
350
+ export declare const EDITOR_COMMAND_CAPABILITY_VIEWPORT_FRAME_SELECTION_OUTPUT_SCHEMA: EditorCommandJsonObject;
351
+ export declare const EDITOR_COMMAND_CAPABILITY_VIEWPORT_CAMERA_PRESET_SCHEMA: EditorCommandJsonObject;
352
+ export declare const EDITOR_COMMAND_CAPABILITY_VIEWPORT_CAMERA_TARGET_SCHEMA: EditorCommandJsonObject;
353
+ export declare const EDITOR_COMMAND_CAPABILITY_VIEWPORT_CAMERA_STATE_SCHEMA: EditorCommandJsonObject;
354
+ export declare const EDITOR_COMMAND_CAPABILITY_VIEWPORT_CAMERA_GET_INPUT_SCHEMA: EditorCommandJsonObject;
355
+ export declare const EDITOR_COMMAND_CAPABILITY_VIEWPORT_CAMERA_SET_PRESET_INPUT_SCHEMA: EditorCommandJsonObject;
356
+ export declare const EDITOR_COMMAND_CAPABILITY_VIEWPORT_CAMERA_SET_PRESET_OUTPUT_SCHEMA: EditorCommandJsonObject;
357
+ export declare const EDITOR_COMMAND_CAPABILITY_VIEWPORT_CAMERA_ORBIT_INPUT_SCHEMA: EditorCommandJsonObject;
358
+ export declare const EDITOR_COMMAND_CAPABILITY_VIEWPORT_VISIBILITY_ENTRY_SCHEMA: EditorCommandJsonObject;
359
+ export declare const EDITOR_COMMAND_CAPABILITY_VIEWPORT_VISIBILITY_SNAPSHOT_INPUT_SCHEMA: EditorCommandJsonObject;
360
+ export declare const EDITOR_COMMAND_CAPABILITY_VIEWPORT_VISIBILITY_SNAPSHOT_OUTPUT_SCHEMA: EditorCommandJsonObject;
361
+ export declare const EDITOR_COMMAND_CAPABILITY_VIEWPORT_VISIBILITY_SET_INPUT_SCHEMA: EditorCommandJsonObject;
362
+ export declare const EDITOR_COMMAND_CAPABILITY_VIEWPORT_VISIBILITY_MUTATION_OUTPUT_SCHEMA: EditorCommandJsonObject;
363
+ export declare const EDITOR_COMMAND_CAPABILITY_SHADOW_DEBUG_CONTEXT_ENTER_INPUT_SCHEMA: EditorCommandJsonObject;
364
+ export declare const EDITOR_COMMAND_CAPABILITY_SHADOW_DEBUG_CONTEXT_ENTER_OUTPUT_SCHEMA: EditorCommandJsonObject;
365
+ export declare const EDITOR_COMMAND_CAPABILITY_SHADOW_DEBUG_CONTEXT_CLEAR_INPUT_SCHEMA: EditorCommandJsonObject;
366
+ export declare const EDITOR_COMMAND_CAPABILITY_SHADOW_DEBUG_CONTEXT_CLEAR_OUTPUT_SCHEMA: EditorCommandJsonObject;
367
+ export declare const EDITOR_COMMAND_CAPABILITY_VIEWPORT_VISIBILITY_CLEAR_INPUT_SCHEMA: EditorCommandJsonObject;
368
+ export declare const EDITOR_COMMAND_CAPABILITY_VIEWPORT_ISOLATION_ENTER_INPUT_SCHEMA: EditorCommandJsonObject;
369
+ export declare const EDITOR_COMMAND_CAPABILITY_EDITOR_STATE_GET_INPUT_SCHEMA: EditorCommandJsonObject;
370
+ export declare const EDITOR_COMMAND_CAPABILITY_EDITOR_DIAGNOSTICS_LIST_INPUT_SCHEMA: EditorCommandJsonObject;
371
+ export declare const EDITOR_COMMAND_CAPABILITY_EDITOR_DIAGNOSTIC_SUBJECT_SCHEMA: EditorCommandJsonObject;
372
+ export declare const EDITOR_COMMAND_CAPABILITY_EDITOR_DIAGNOSTIC_LOCATOR_SCHEMA: EditorCommandJsonObject;
373
+ export declare const EDITOR_COMMAND_CAPABILITY_EDITOR_DIAGNOSTIC_ACTION_SCHEMA: EditorCommandJsonObject;
374
+ export declare const EDITOR_COMMAND_CAPABILITY_EDITOR_DIAGNOSTIC_SCHEMA: EditorCommandJsonObject;
375
+ export declare const EDITOR_COMMAND_CAPABILITY_EDITOR_DIAGNOSTICS_LIST_OUTPUT_SCHEMA: EditorCommandJsonObject;
376
+ export declare const EDITOR_COMMAND_CAPABILITY_UI_REGIONS_GET_INPUT_SCHEMA: EditorCommandJsonObject;
377
+ export declare const EDITOR_COMMAND_CAPABILITY_UI_REGION_SCHEMA: EditorCommandJsonObject;
378
+ export declare const EDITOR_COMMAND_CAPABILITY_UI_REGIONS_SCHEMA: EditorCommandJsonObject;
379
+ export declare const EDITOR_COMMAND_CAPABILITY_EDITOR_SNAPSHOT_GET_INPUT_SCHEMA: EditorCommandJsonObject;
380
+ export declare const EDITOR_COMMAND_CAPABILITY_HOST_MODE_GET_INPUT_SCHEMA: EditorCommandJsonObject;
381
+ export declare const EDITOR_COMMAND_CAPABILITY_LIFECYCLE_SCOPE_SCHEMA: EditorCommandJsonObject;
382
+ export declare const EDITOR_COMMAND_CAPABILITY_LIFECYCLE_TRANSITION_SCHEMA: EditorCommandJsonObject;
383
+ export declare const EDITOR_COMMAND_CAPABILITY_LIFECYCLE_SNAPSHOT_SCHEMA: EditorCommandJsonObject;
384
+ export declare const EDITOR_COMMAND_CAPABILITY_HOST_DIAGNOSTIC_SCHEMA: EditorCommandJsonObject;
385
+ export declare const EDITOR_COMMAND_CAPABILITY_HOST_STATUS_SCHEMA_PROPERTIES: EditorCommandJsonObject;
386
+ export declare const EDITOR_COMMAND_CAPABILITY_HOST_STATUS_SCHEMA_REQUIRED: readonly ["mode", "editorReady", "busy", "status", "sessionActive"];
387
+ export declare const EDITOR_COMMAND_CAPABILITY_HOST_STATUS_SCHEMA: EditorCommandJsonObject;
388
+ export declare const EDITOR_COMMAND_CAPABILITY_HOST_EDITOR_ENTER_INPUT_SCHEMA: EditorCommandJsonObject;
389
+ export declare const EDITOR_COMMAND_CAPABILITY_HOST_EDITOR_ENTER_OUTPUT_SCHEMA: EditorCommandJsonObject;
390
+ export declare const EDITOR_COMMAND_CAPABILITY_HOST_EDITOR_SAVE_AND_RUN_INPUT_SCHEMA: EditorCommandJsonObject;
391
+ export declare const EDITOR_COMMAND_CAPABILITY_HOST_EDITOR_SAVE_AND_RUN_OUTPUT_SCHEMA: EditorCommandJsonObject;
392
+ export declare const EDITOR_COMMAND_CAPABILITY_HOST_EDITOR_DISCARD_AND_RUN_INPUT_SCHEMA: EditorCommandJsonObject;
393
+ export declare const EDITOR_COMMAND_CAPABILITY_HOST_EDITOR_DISCARD_AND_RUN_OUTPUT_SCHEMA: EditorCommandJsonObject;
394
+ export declare const EDITOR_COMMAND_CAPABILITY_HOST_EDITOR_WAIT_READY_INPUT_SCHEMA: EditorCommandJsonObject;
395
+ export declare const EDITOR_COMMAND_CAPABILITY_OBJECT_CREATE_PRIMITIVE_INPUT_SCHEMA: EditorCommandJsonObject;
396
+ export declare const EDITOR_COMMAND_CAPABILITY_OBJECT_CREATE_PRIMITIVE_OUTPUT_SCHEMA: EditorCommandJsonObject;
397
+ export declare const EDITOR_COMMAND_CAPABILITY_OBJECT_CREATE_FROM_ASSET_INPUT_SCHEMA: EditorCommandJsonObject;
398
+ export declare const EDITOR_COMMAND_CAPABILITY_OBJECT_CREATE_FROM_ASSET_OUTPUT_SCHEMA: EditorCommandJsonObject;
399
+ export declare const EDITOR_COMMAND_CAPABILITY_OBJECT_DELETE_INPUT_SCHEMA: EditorCommandJsonObject;
400
+ export declare const EDITOR_COMMAND_CAPABILITY_OBJECT_DELETE_OUTPUT_SCHEMA: EditorCommandJsonObject;
401
+ export declare const EDITOR_COMMAND_CAPABILITY_EDITOR_STATE_SCHEMA: EditorCommandJsonObject;
402
+ export declare const EDITOR_COMMAND_CAPABILITY_EDITOR_SNAPSHOT_SCHEMA: EditorCommandJsonObject;
403
+ export declare const EDITOR_COMMAND_CAPABILITY_HIERARCHY_SCOPE_GET_INPUT_SCHEMA: EditorCommandJsonObject;
404
+ export declare const EDITOR_COMMAND_CAPABILITY_HIERARCHY_SCOPE_GET_OUTPUT_SCHEMA: EditorCommandJsonObject;
405
+ export declare const EDITOR_COMMAND_CAPABILITY_HIERARCHY_OPERATIONS_LIST_INPUT_SCHEMA: EditorCommandJsonObject;
406
+ export declare const EDITOR_COMMAND_CAPABILITY_HIERARCHY_OPERATIONS_LIST_OUTPUT_SCHEMA: EditorCommandJsonObject;
407
+ export declare const EDITOR_COMMAND_CAPABILITY_HIERARCHY_OPERATION_EXECUTE_INPUT_SCHEMA: EditorCommandJsonObject;
408
+ export declare const EDITOR_COMMAND_CAPABILITY_HIERARCHY_OPERATION_EXECUTE_OUTPUT_SCHEMA: EditorCommandJsonObject;
409
+ export declare const EDITOR_COMMAND_SCHEMAS: Record<EditorCommandBuiltInCapabilityId, EditorCommandCapabilitySchemaSet>;
410
+ export interface EditorCommandCallFailure {
411
+ ok: false;
412
+ capabilityId: EditorCommandCapabilityId;
413
+ diagnostics: EditorCommandDiagnostic[];
414
+ }
415
+ export type EditorCommandCallResult<TOutput = unknown> = EditorCommandCallSuccess<TOutput> | EditorCommandCallFailure;
416
+ export interface EditorCommandSelectionState {
417
+ selectedIds: string[];
418
+ activeId: string | null;
419
+ }
420
+ export interface EditorCommandSceneObject {
421
+ id: string;
422
+ name?: string;
423
+ label?: string;
424
+ type?: string;
425
+ path?: string;
426
+ parentId?: string | null;
427
+ selectable?: boolean;
428
+ locked?: boolean;
429
+ transform?: EditorCommandTransform;
430
+ bounds?: EditorCommandBounds;
431
+ }
432
+ export interface EditorCommandAssetAnalysisSummary {
433
+ kind?: string;
434
+ summary?: string;
435
+ complexity?: 'low' | 'medium' | 'high' | (string & {});
436
+ nodeCount?: number;
437
+ meshCount?: number;
438
+ primitiveCount?: number;
439
+ materialCount?: number;
440
+ textureCount?: number;
441
+ imageCount?: number;
442
+ animationCount?: number;
443
+ skinCount?: number;
444
+ width?: number;
445
+ height?: number;
446
+ mime?: string;
447
+ hasAlpha?: boolean;
448
+ diagnostics?: EditorCommandDiagnostic[];
449
+ [key: string]: unknown;
450
+ }
451
+ export interface EditorCommandAssetSummary {
452
+ assetId: string;
453
+ guid?: string;
454
+ displayName: string;
455
+ kind: EditorCommandAssetKind;
456
+ type: string;
457
+ category?: string;
458
+ placeable: boolean;
459
+ byteSize?: number;
460
+ contentHash?: string;
461
+ relativePath?: string;
462
+ metadataSummary?: Record<string, unknown>;
463
+ analysisSummary?: EditorCommandAssetAnalysisSummary;
464
+ }
465
+ export interface EditorCommandAssetInfo extends EditorCommandAssetSummary {
466
+ origin?: string;
467
+ dedupeKey?: string;
468
+ materialMode?: string;
469
+ metadata?: Record<string, unknown>;
470
+ external?: Record<string, unknown>;
471
+ defaults?: Record<string, unknown>;
472
+ prefab?: Record<string, unknown>;
473
+ }
474
+ export interface EditorCommandAssetLibraryListInput {
475
+ includeUnplaceable?: boolean;
476
+ query?: string;
477
+ kind?: EditorCommandAssetKind;
478
+ limit?: number;
479
+ }
480
+ export interface EditorCommandAssetLibraryListOutput {
481
+ assets: EditorCommandAssetSummary[];
482
+ assetCount: number;
483
+ }
484
+ export interface EditorCommandAssetInfoGetInput {
485
+ assetId: string;
486
+ }
487
+ export interface EditorCommandAssetInfoGetOutput {
488
+ asset: EditorCommandAssetInfo;
489
+ }
490
+ export interface EditorCommandAssetAnalysis {
491
+ kind?: string;
492
+ format?: string;
493
+ summary?: string;
494
+ complexity?: 'low' | 'medium' | 'high' | (string & {});
495
+ sceneCount?: number;
496
+ nodeCount?: number;
497
+ meshCount?: number;
498
+ primitiveCount?: number;
499
+ materialCount?: number;
500
+ textureCount?: number;
501
+ imageCount?: number;
502
+ animationCount?: number;
503
+ skinCount?: number;
504
+ width?: number;
505
+ height?: number;
506
+ mime?: string;
507
+ bitDepth?: number;
508
+ hasAlpha?: boolean;
509
+ estimatedPixels?: number;
510
+ meshes?: Array<Record<string, unknown>>;
511
+ materials?: Array<Record<string, unknown>>;
512
+ diagnostics?: EditorCommandDiagnostic[];
513
+ [key: string]: unknown;
514
+ }
515
+ export interface EditorCommandAssetAnalysisGetInput {
516
+ assetId: string;
517
+ }
518
+ export interface EditorCommandAssetAnalysisGetOutput {
519
+ assetId: string;
520
+ kind: EditorCommandAssetKind;
521
+ analysis: EditorCommandAssetAnalysis;
522
+ }
523
+ export interface EditorCommandPrefabSummary {
524
+ assetId: string;
525
+ browserAssetId?: string;
526
+ displayName: string;
527
+ sourceAssetId?: string;
528
+ sourceAssetGuid?: string;
529
+ placeable?: boolean;
530
+ readonly?: boolean;
531
+ status?: string;
532
+ }
533
+ export interface EditorCommandPrefabStageState {
534
+ assetId: string;
535
+ browserAssetId?: string;
536
+ label: string;
537
+ sourceAssetId?: string;
538
+ sourceAssetGuid?: string;
539
+ previewNodeId?: string;
540
+ selectedItemId?: string | null;
541
+ readonly?: boolean;
542
+ dirty: boolean;
543
+ documentDirty: boolean;
544
+ canSave: boolean;
545
+ canDiscard: boolean;
546
+ }
547
+ export interface EditorCommandPrefabResolveInput {
548
+ assetId?: string;
549
+ browserAssetId?: string;
550
+ name?: string;
551
+ query?: string;
552
+ includeUnavailable?: boolean;
553
+ }
554
+ export interface EditorCommandPrefabResolveOutput {
555
+ prefabs: EditorCommandPrefabSummary[];
556
+ resolvedPrefab: EditorCommandPrefabSummary | null;
557
+ ambiguous: boolean;
558
+ currentStage?: EditorCommandPrefabStageState | null;
559
+ }
560
+ export interface EditorCommandPrefabStageOpenInput {
561
+ assetId?: string;
562
+ browserAssetId?: string;
563
+ name?: string;
564
+ query?: string;
565
+ dirtyAction?: EditorCommandPrefabStageDirtyAction;
566
+ }
567
+ export interface EditorCommandPrefabStageOpenOutput {
568
+ opened: boolean;
569
+ alreadyOpen: boolean;
570
+ prefab: EditorCommandPrefabSummary;
571
+ stage: EditorCommandPrefabStageState;
572
+ status: string;
573
+ }
574
+ export type EditorCommandPrefabStageDirtyAction = 'reject' | 'save' | 'discard';
575
+ export interface EditorCommandPrefabStageExitInput {
576
+ dirtyAction?: EditorCommandPrefabStageDirtyAction;
577
+ }
578
+ export interface EditorCommandPrefabStageExitOutput {
579
+ exited: boolean;
580
+ wasOpen: boolean;
581
+ previousStage?: EditorCommandPrefabStageState | null;
582
+ status: string;
583
+ }
584
+ export type EditorCommandPrefabStageActionInput = EditorCommandEmptyObjectInput;
585
+ export interface EditorCommandPrefabStageActionOutput {
586
+ changed: boolean;
587
+ stage: EditorCommandPrefabStageState;
588
+ status: string;
589
+ }
590
+ export interface EditorCommandPrefabAssetRenameInput {
591
+ assetId?: string;
592
+ displayName: string;
593
+ }
594
+ export interface EditorCommandPrefabAssetRenameOutput {
595
+ assetId: string;
596
+ previousDisplayName: string;
597
+ displayName: string;
598
+ stageActive: boolean;
599
+ renamed: boolean;
600
+ }
601
+ export type EditorCommandPrefabNodeKind = 'root' | 'group' | 'model' | 'primitive' | 'light' | 'prefabInstance' | 'marker' | 'collision';
602
+ export interface EditorCommandPrefabMarkerTargetRef {
603
+ kind: 'marker' | 'scene-object';
604
+ id: string;
605
+ label?: string;
606
+ }
607
+ export type EditorCommandPrefabMarkerGeometry = {
608
+ kind: 'box';
609
+ } | {
610
+ kind: 'point';
611
+ coordinateSpace?: 'world' | 'local';
612
+ position?: EditorCommandVec3;
613
+ offset?: EditorCommandVec3;
614
+ target?: EditorCommandPrefabMarkerTargetRef;
615
+ } | {
616
+ kind: 'object-bounds';
617
+ target: EditorCommandPrefabMarkerTargetRef;
618
+ } | {
619
+ kind: 'polyhedron';
620
+ coordinateSpace?: 'world';
621
+ vertices: EditorCommandVec3[];
622
+ faces?: number[][];
623
+ };
624
+ export interface EditorCommandPrefabMarkerFrame {
625
+ origin: EditorCommandVec3;
626
+ forward?: EditorCommandVec3;
627
+ right?: EditorCommandVec3;
628
+ up?: EditorCommandVec3;
629
+ label?: string;
630
+ description?: string;
631
+ }
632
+ export interface EditorCommandPrefabMarkerConfig {
633
+ schemaVersion: 1;
634
+ type: string;
635
+ kind?: string;
636
+ tags?: string[];
637
+ note?: string;
638
+ color?: {
639
+ r: number;
640
+ g: number;
641
+ b: number;
642
+ };
643
+ target?: EditorCommandPrefabMarkerTargetRef;
644
+ semanticFrame?: EditorCommandPrefabMarkerFrame;
645
+ geometry: EditorCommandPrefabMarkerGeometry;
646
+ metadata?: EditorCommandJsonObject;
647
+ }
648
+ export interface EditorCommandPrefabNode {
649
+ nodeId: string;
650
+ guid?: string;
651
+ name?: string;
652
+ parentNodeId?: string | null;
653
+ kind: EditorCommandPrefabNodeKind;
654
+ path?: string;
655
+ transform?: EditorCommandTransform;
656
+ sourceAssetId?: string;
657
+ sourceNodePath?: string;
658
+ childPrefabId?: string;
659
+ primitive?: {
660
+ shape: string;
661
+ [key: string]: unknown;
662
+ };
663
+ marker?: EditorCommandPrefabMarkerConfig;
664
+ defaults?: Record<string, unknown>;
665
+ overrides?: Record<string, unknown>;
666
+ readonly?: boolean;
667
+ diagnostics?: EditorCommandDiagnostic[];
668
+ }
669
+ export interface EditorCommandPrefabSceneGetInput {
670
+ assetId?: string;
671
+ includeSourceSummary?: boolean;
672
+ includeMaterialSlots?: boolean;
673
+ }
674
+ export interface EditorCommandPrefabSceneGetOutput {
675
+ stage: EditorCommandPrefabStageState;
676
+ rootNodeId: string;
677
+ selectedNodeId: string | null;
678
+ nodes: EditorCommandPrefabNode[];
679
+ diagnostics?: EditorCommandDiagnostic[];
680
+ }
681
+ export interface EditorCommandPrefabNodeSelectInput {
682
+ nodeId: string;
683
+ }
684
+ export interface EditorCommandPrefabNodeSelectOutput {
685
+ stage: EditorCommandPrefabStageState;
686
+ selectedNodeId: string;
687
+ node: EditorCommandPrefabNode;
688
+ }
689
+ export interface EditorCommandPrefabNodeCreateFromAssetInput {
690
+ prefabAssetId?: string;
691
+ assetId: string;
692
+ parentNodeId?: string;
693
+ name?: string;
694
+ sourceNodePath?: string;
695
+ position?: EditorCommandVec3;
696
+ rotation?: EditorCommandVec3;
697
+ scale?: EditorCommandVec3;
698
+ select?: boolean;
699
+ }
700
+ export interface EditorCommandPrefabNodeCreatePrimitiveInput {
701
+ prefabAssetId?: string;
702
+ shape: EditorCommandPrimitiveShape;
703
+ parentNodeId?: string;
704
+ name?: string;
705
+ position?: EditorCommandVec3;
706
+ rotation?: EditorCommandVec3;
707
+ scale?: EditorCommandVec3;
708
+ select?: boolean;
709
+ }
710
+ export interface EditorCommandPrefabNodeCreateGroupInput {
711
+ prefabAssetId?: string;
712
+ parentNodeId?: string;
713
+ name?: string;
714
+ position?: EditorCommandVec3;
715
+ rotation?: EditorCommandVec3;
716
+ scale?: EditorCommandVec3;
717
+ select?: boolean;
718
+ }
719
+ export interface EditorCommandPrefabMarkerTargetInput {
720
+ kind: 'scene-object' | 'marker';
721
+ id: string;
722
+ }
723
+ export interface EditorCommandPrefabMarkerColorInput {
724
+ r: number;
725
+ g: number;
726
+ b: number;
727
+ }
728
+ export interface EditorCommandPrefabNodeCreateMarkerInput {
729
+ parentNodeId?: string;
730
+ name?: string;
731
+ type: string;
732
+ target?: EditorCommandPrefabMarkerTargetInput;
733
+ tags?: string[];
734
+ note?: string;
735
+ color?: EditorCommandPrefabMarkerColorInput;
736
+ position?: EditorCommandVec3;
737
+ rotation?: EditorCommandVec3;
738
+ scale?: EditorCommandVec3;
739
+ select?: boolean;
740
+ }
741
+ export interface EditorCommandPrefabNodeSetMarkerInput {
742
+ nodeId: string;
743
+ type?: string;
744
+ target?: EditorCommandPrefabMarkerTargetInput | null;
745
+ tags?: string[];
746
+ note?: string | null;
747
+ color?: EditorCommandPrefabMarkerColorInput | null;
748
+ }
749
+ export interface EditorCommandPrefabNodeMutationOutput {
750
+ stage: EditorCommandPrefabStageState;
751
+ changed: boolean;
752
+ createdNodeId?: string;
753
+ changedNodeId?: string;
754
+ deletedNodeIds?: string[];
755
+ selectedNodeId: string | null;
756
+ node?: EditorCommandPrefabNode | null;
757
+ rootNodeId: string;
758
+ nodes: EditorCommandPrefabNode[];
759
+ status: string;
760
+ diagnostics?: EditorCommandDiagnostic[];
761
+ }
762
+ export type EditorCommandPrefabNodeSetTransformInput = {
763
+ assetId?: string;
764
+ nodeId: string;
765
+ } & ({
766
+ position: EditorCommandVec3;
767
+ rotation?: EditorCommandVec3;
768
+ scale?: EditorCommandVec3;
769
+ } | {
770
+ position?: EditorCommandVec3;
771
+ rotation: EditorCommandVec3;
772
+ scale?: EditorCommandVec3;
773
+ } | {
774
+ position?: EditorCommandVec3;
775
+ rotation?: EditorCommandVec3;
776
+ scale: EditorCommandVec3;
777
+ });
778
+ export interface EditorCommandPrefabNodeRenameInput {
779
+ assetId?: string;
780
+ nodeId: string;
781
+ name: string;
782
+ }
783
+ export interface EditorCommandPrefabNodeRenameOutput {
784
+ nodeId: string;
785
+ previousName: string;
786
+ name: string;
787
+ selectedNodeId: string | null;
788
+ nodes: EditorCommandPrefabNode[];
789
+ }
790
+ export interface EditorCommandPrefabNodeReparentInput {
791
+ assetId?: string;
792
+ nodeId: string;
793
+ parentNodeId: string;
794
+ }
795
+ export interface EditorCommandPrefabNodeDeleteInput {
796
+ assetId?: string;
797
+ nodeId: string;
798
+ }
799
+ export interface EditorCommandPrefabSourceStructureGetInput {
800
+ nodeId?: string;
801
+ assetId?: string;
802
+ }
803
+ export interface EditorCommandPrefabSourceStructure {
804
+ assetId?: string;
805
+ nodeId?: string;
806
+ sourceNodePath?: string;
807
+ nodeCount?: number;
808
+ meshCount?: number;
809
+ primitiveCount?: number;
810
+ materialCount?: number;
811
+ textureCount?: number;
812
+ nodes?: Array<Record<string, unknown>>;
813
+ meshes?: Array<Record<string, unknown>>;
814
+ materials?: Array<Record<string, unknown>>;
815
+ [key: string]: unknown;
816
+ }
817
+ export interface EditorCommandPrefabSourceStructureGetOutput {
818
+ stage: EditorCommandPrefabStageState;
819
+ nodeId?: string;
820
+ assetId: string;
821
+ structure: EditorCommandPrefabSourceStructure;
822
+ diagnostics?: EditorCommandDiagnostic[];
823
+ }
824
+ export interface EditorCommandPrefabMaterialSlot {
825
+ slotId?: string;
826
+ label: string;
827
+ ownerNodePath?: string;
828
+ nodeIndex?: number;
829
+ nodeIndexPath?: number[];
830
+ meshIndex?: number;
831
+ primitiveIndex?: number;
832
+ sourceMaterialIndex?: number;
833
+ sourceMaterialIndices?: number[];
834
+ sourceMaterialName?: string;
835
+ materialName?: string;
836
+ materialNames?: string[];
837
+ triangleCount?: number;
838
+ boundingBox?: {
839
+ min?: [number, number, number];
840
+ max?: [number, number, number];
841
+ };
842
+ bindingPath?: string;
843
+ materialAssetIdPath?: string;
844
+ overridePath?: string;
845
+ editable: boolean;
846
+ readonlyReason?: string;
847
+ [key: string]: unknown;
848
+ }
849
+ export interface EditorCommandPrefabMaterialSlotsListInput {
850
+ nodeId?: string;
851
+ assetId?: string;
852
+ includeReadonly?: boolean;
853
+ }
854
+ export interface EditorCommandPrefabMaterialSlotsListOutput {
855
+ stage: EditorCommandPrefabStageState;
856
+ nodeId?: string;
857
+ assetId?: string;
858
+ slots: EditorCommandPrefabMaterialSlot[];
859
+ diagnostics?: EditorCommandDiagnostic[];
860
+ }
861
+ export interface EditorCommandSceneObjectsListInput {
862
+ includeUnselectable?: boolean;
863
+ }
864
+ export interface EditorCommandSceneObjectsListOutput {
865
+ objects: EditorCommandSceneObject[];
866
+ }
867
+ export interface EditorCommandObjectResolveInput {
868
+ objectId?: string;
869
+ name?: string;
870
+ path?: string;
871
+ type?: string;
872
+ query?: string;
873
+ includeUnselectable?: boolean;
874
+ }
875
+ export interface EditorCommandObjectResolveOutput {
876
+ objects: EditorCommandSceneObject[];
877
+ resolvedObject: EditorCommandSceneObject | null;
878
+ ambiguous: boolean;
879
+ }
880
+ export interface EditorCommandShadowMapExperimentTarget {
881
+ scope: 'scene' | 'object' | 'prefab-node';
882
+ objectId?: string;
883
+ nodeId?: string;
884
+ prefabAssetId?: string;
885
+ }
886
+ export interface EditorCommandShadowMapExperimentConfigGetInput {
887
+ }
888
+ export interface EditorCommandShadowMapExperimentConfigGetOutput {
889
+ configured: boolean;
890
+ readonly: true;
891
+ config: Record<string, unknown> | null;
892
+ qualityProfileIds: string[];
893
+ behaviorProfileIds: string[];
894
+ }
895
+ export type EditorCommandShadowMapExperimentPolicyGetInput = EditorCommandShadowMapExperimentTarget;
896
+ export interface EditorCommandShadowMapExperimentPolicyOutput {
897
+ target: EditorCommandShadowMapExperimentTarget;
898
+ authored: {
899
+ qualityProfile: string | null;
900
+ behaviorProfile: string | null;
901
+ };
902
+ effective: {
903
+ qualityProfileId: string | null;
904
+ behaviorProfileId: string | null;
905
+ cast: boolean | null;
906
+ receive: boolean | null;
907
+ updateClass: 'static' | 'dynamic' | 'skinned' | null;
908
+ };
909
+ qualityProfileIds: string[];
910
+ behaviorProfileIds: string[];
911
+ }
912
+ export interface EditorCommandShadowMapExperimentPolicySetInput extends EditorCommandShadowMapExperimentTarget {
913
+ qualityProfile?: string | null;
914
+ behaviorProfile?: string | null;
915
+ }
916
+ export interface EditorCommandShadowMapExperimentPolicySetOutput {
917
+ changed: boolean;
918
+ policy: EditorCommandShadowMapExperimentPolicyOutput;
919
+ }
920
+ export interface EditorCommandShadowMapExperimentPlanPreviewInput {
921
+ }
922
+ export interface EditorCommandShadowMapExperimentPlanPreviewOutput {
923
+ plan: Record<string, unknown> | null;
924
+ }
925
+ export interface EditorCommandShadowMapExperimentRuntimeSnapshotInput {
926
+ }
927
+ export interface EditorCommandShadowMapExperimentRuntimeSnapshotOutput {
928
+ snapshot: Record<string, unknown> | null;
929
+ }
930
+ export interface EditorCommandSelectionSetInput {
931
+ objectId?: string;
932
+ objectIds?: string[];
933
+ activeId?: string | null;
934
+ }
935
+ export interface EditorCommandSelectionSetOutput {
936
+ selection: EditorCommandSelectionState;
937
+ }
938
+ export interface EditorCommandShadowTarget {
939
+ objectId?: string;
940
+ nodeId?: string;
941
+ assetId?: string;
942
+ }
943
+ export interface EditorCommandShadowLightSettings {
944
+ mode?: EditorCommandShadowLightMode;
945
+ lightId?: string;
946
+ }
947
+ export interface EditorCommandShadowParams {
948
+ opacity?: number;
949
+ softness?: number;
950
+ bias?: number;
951
+ normalBias?: number;
952
+ maxDistance?: number;
953
+ resolution?: 512 | 1024 | 2048 | 4096;
954
+ cascadeCount?: 1 | 2 | 4;
955
+ bakeSamples?: number;
956
+ blurKernel?: number;
957
+ }
958
+ export interface EditorCommandShadowSettings {
959
+ cast?: EditorCommandShadowCastMode;
960
+ receive?: EditorCommandShadowReceiveMode;
961
+ mode?: EditorCommandShadowMode;
962
+ quality?: EditorCommandShadowQuality;
963
+ light?: EditorCommandShadowLightSettings;
964
+ params?: EditorCommandShadowParams;
965
+ }
966
+ export interface EditorCommandShadowResolvedParams {
967
+ opacity: number;
968
+ softness: number;
969
+ bias: number;
970
+ normalBias: number;
971
+ maxDistance: number;
972
+ resolution: 512 | 1024 | 2048 | 4096;
973
+ cascadeCount: 1 | 2 | 4;
974
+ bakeSamples: number;
975
+ blurKernel: number;
976
+ }
977
+ export interface EditorCommandShadowResolvedPlan {
978
+ casterId: string;
979
+ receiverIds: string[];
980
+ lightId?: string;
981
+ backend: 'none' | 'dynamic-map' | 'static-baked' | 'blob' | 'projected';
982
+ mode: 'none' | 'dynamic' | 'static' | 'blob' | 'projected';
983
+ quality: 'low' | 'medium' | 'high' | 'ultra';
984
+ params: EditorCommandShadowResolvedParams;
985
+ stale?: boolean;
986
+ diagnostics: EditorCommandDiagnostic[];
987
+ }
988
+ export interface EditorCommandShadowReceiverCandidate {
989
+ receiverId: string;
990
+ source: 'explicit' | 'prefab' | 'auto' | 'scene-default';
991
+ score: number;
992
+ bounds?: EditorCommandBounds;
993
+ boundsCenter?: EditorCommandVec3;
994
+ active?: boolean;
995
+ visible?: boolean;
996
+ receive?: EditorCommandShadowReceiveMode;
997
+ suitability?: {
998
+ score?: number;
999
+ overlap?: number;
1000
+ distance?: number;
1001
+ material?: string;
1002
+ light?: string;
1003
+ reasons?: string[];
1004
+ };
1005
+ diagnostics?: EditorCommandDiagnostic[];
1006
+ }
1007
+ export interface EditorCommandShadowDebugTargetSummary {
1008
+ objectId?: string;
1009
+ nodeId?: string;
1010
+ label?: string;
1011
+ kind?: string;
1012
+ active?: boolean;
1013
+ visible?: boolean;
1014
+ bounds?: EditorCommandBounds;
1015
+ transform?: EditorCommandTransform;
1016
+ diagnostics?: EditorCommandDiagnostic[];
1017
+ }
1018
+ export interface EditorCommandShadowLightSummary {
1019
+ lightId?: string;
1020
+ label?: string;
1021
+ type?: string;
1022
+ mode?: EditorCommandShadowLightMode;
1023
+ direction?: EditorCommandVec3;
1024
+ directionSource?: 'light.direction' | 'transform.rotation' | 'unknown';
1025
+ orientationDiagnostics?: EditorCommandDiagnostic[];
1026
+ position?: EditorCommandVec3;
1027
+ intensity?: number;
1028
+ diagnostics?: EditorCommandDiagnostic[];
1029
+ }
1030
+ export interface EditorCommandShadowFootprintSummary {
1031
+ kind: 'none' | 'estimated' | 'artifact' | 'unknown';
1032
+ receiverId?: string;
1033
+ center?: EditorCommandVec3;
1034
+ size?: EditorCommandVec3;
1035
+ normal?: EditorCommandVec3;
1036
+ direction?: EditorCommandVec3;
1037
+ area?: number;
1038
+ confidence: number;
1039
+ diagnostics?: EditorCommandDiagnostic[];
1040
+ }
1041
+ export interface EditorCommandShadowRuntimeEvidence {
1042
+ backend?: string;
1043
+ renderableShadowPrimitiveCount?: number;
1044
+ casterRuntimeObjectCount?: number;
1045
+ receiverRuntimeObjectCount?: number;
1046
+ shadowMapExperiment?: {
1047
+ enabled: boolean;
1048
+ planRevision: number | null;
1049
+ lightEntityId: string | null;
1050
+ generatorAllocated: boolean;
1051
+ resolution: number | null;
1052
+ mapResolutions: {
1053
+ static: number;
1054
+ dynamic: number;
1055
+ composite: number;
1056
+ } | null;
1057
+ configuredMapResolutions: {
1058
+ static: number;
1059
+ dynamic: number;
1060
+ composite: number;
1061
+ } | null;
1062
+ diagnosticThresholds: {
1063
+ staticCasterCountWarning: number;
1064
+ dynamicCasterCountWarning: number;
1065
+ renderableCountWarning: number;
1066
+ } | null;
1067
+ filter: 'hard' | 'low-pcf' | null;
1068
+ renderListCount: number;
1069
+ receiverMeshCount: number;
1070
+ boundMeshCount: number;
1071
+ backend: 'split-static-dynamic' | 'single-map' | 'single-map-fallback' | null;
1072
+ fallbackReason: string | null;
1073
+ fallbackWarningEmitted: boolean;
1074
+ depth: {
1075
+ backend: 'split-static-dynamic' | 'single-map' | 'single-map-fallback';
1076
+ fallbackReason: string | null;
1077
+ receiverFilter: 'hard' | 'poisson-low-pcf' | 'native-low-pcf';
1078
+ gpuCapability: {
1079
+ engine: 'webgl' | 'webgpu';
1080
+ maxRenderTextureSize: number;
1081
+ halfFloatRender: boolean;
1082
+ halfFloatLinearFiltering: boolean;
1083
+ splitSupported: boolean;
1084
+ };
1085
+ textureFormat: 'r-half-float' | 'single-map';
1086
+ static: {
1087
+ resolution: number;
1088
+ candidateMeshCount: number;
1089
+ retainedMeshCount: number;
1090
+ culledMeshCount: number;
1091
+ renderListCount: number;
1092
+ refreshCount: number;
1093
+ renderCount: number;
1094
+ lastRefreshReasons: string[];
1095
+ };
1096
+ dynamic: {
1097
+ resolution: number;
1098
+ candidateMeshCount: number;
1099
+ retainedMeshCount: number;
1100
+ culledMeshCount: number;
1101
+ renderListCount: number;
1102
+ refreshCount: number;
1103
+ renderCount: number;
1104
+ lastRefreshReasons: string[];
1105
+ };
1106
+ compositeResolution: number;
1107
+ compositeRefreshCount: number;
1108
+ compositeRenderCount: number;
1109
+ compositorReady: boolean;
1110
+ } | null;
1111
+ culling: {
1112
+ enabled: boolean;
1113
+ guardBandRatio: number;
1114
+ coverageRevision: number;
1115
+ cameraId: string | null;
1116
+ projectionSignature: string | null;
1117
+ coverage: {
1118
+ min: [number, number, number];
1119
+ max: [number, number, number];
1120
+ } | null;
1121
+ conservative: boolean;
1122
+ rebuildCount: number;
1123
+ stable: boolean;
1124
+ lastInvalidationReason: string | null;
1125
+ coverageMode?: 'fixed' | 'scene-fit';
1126
+ authoredCenter?: [number, number, number] | null;
1127
+ effectiveCenter?: [number, number, number] | null;
1128
+ authoredExtent?: [number, number, number] | null;
1129
+ effectiveExtent?: [number, number, number] | null;
1130
+ anchor?: [number, number, number] | null;
1131
+ };
1132
+ activity: {
1133
+ trackedEntityStateCount: number;
1134
+ registeredActivitySourceCount: number;
1135
+ activeActivitySourceCount: number;
1136
+ pendingActivitySourceCount: number;
1137
+ activeActivityCasterCount: number;
1138
+ activeActivityKindCounts: Record<'transform' | 'animation' | 'morph' | 'physics', number>;
1139
+ pendingDirtyReasons: string[];
1140
+ untrackedDynamicCasterCount: number;
1141
+ untrackedDynamicCasterEntityIds: string[];
1142
+ sources: unknown[];
1143
+ };
1144
+ runtime: {
1145
+ planSchemaVersion: 2 | 3 | null;
1146
+ sourcePlanRevision: number | null;
1147
+ effectivePlanRevision: number | null;
1148
+ overlayRevision: number;
1149
+ registrationCount: number;
1150
+ activityOwnerCount: number;
1151
+ registrations: Array<{
1152
+ entityId: string;
1153
+ behaviorProfileId: string;
1154
+ renderableIds: string[];
1155
+ activitySourceIds: string[];
1156
+ }>;
1157
+ };
1158
+ refreshCount: number;
1159
+ lastRefreshReasons: string[];
1160
+ worldUnitsPerTexel: [number, number] | null;
1161
+ worldUnitsPerTexelByMap: {
1162
+ static: [number, number];
1163
+ dynamic: [number, number];
1164
+ composite: [number, number];
1165
+ } | null;
1166
+ registry: unknown;
1167
+ diagnostics: Array<{
1168
+ code: string;
1169
+ message: string;
1170
+ entityId?: string;
1171
+ renderableId?: string;
1172
+ }>;
1173
+ };
1174
+ planar?: {
1175
+ strategy?: 'auto' | 'projected-mesh' | 'convex-hull';
1176
+ sourceMeshCount?: number;
1177
+ projectedMeshCount?: number;
1178
+ convexHullMeshCount?: number;
1179
+ alphaCutoutMeshCount?: number;
1180
+ instancedCasterCount?: number;
1181
+ batchMeshCount?: number;
1182
+ instancedBatchIds?: string[];
1183
+ instancedBatchNames?: string[];
1184
+ independentProjectedMeshCount?: number;
1185
+ visibleInstanceCount?: number;
1186
+ alphaCutoutChannels?: Array<'alpha' | 'luminance' | 'red'>;
1187
+ alphaCutoutUvSets?: number[];
1188
+ alphaCutoutLevels?: number[];
1189
+ fallbackReasons?: string[];
1190
+ instancingFallbackReasons?: string[];
1191
+ casters?: Array<{
1192
+ sourceName: string;
1193
+ sourceMeshNames?: string[];
1194
+ sourceNodeId?: string;
1195
+ sourceNodeIds?: string[];
1196
+ shadowName: string;
1197
+ strategy: 'auto' | 'projected-mesh' | 'convex-hull';
1198
+ hasSkeleton: boolean;
1199
+ projectedMeshCount: number;
1200
+ convexHullMeshCount: number;
1201
+ alphaCutoutMeshCount: number;
1202
+ instancedCasterCount?: number;
1203
+ batchMeshCount?: number;
1204
+ instancedBatchIds?: string[];
1205
+ instancedBatchNames?: string[];
1206
+ independentProjectedMeshCount?: number;
1207
+ visibleInstanceCount?: number;
1208
+ alphaCutoutChannels?: Array<'alpha' | 'luminance' | 'red'>;
1209
+ fallbackReasons?: string[];
1210
+ instancingFallbackReasons?: string[];
1211
+ }>;
1212
+ };
1213
+ artifactId?: string;
1214
+ artifactStale?: boolean;
1215
+ diagnostics?: EditorCommandDiagnostic[];
1216
+ }
1217
+ export type EditorCommandShadowPolicyGetInput = EditorCommandShadowTarget;
1218
+ export interface EditorCommandShadowPolicyGetOutput {
1219
+ target: EditorCommandShadowTarget;
1220
+ policy?: EditorCommandShadowSettings;
1221
+ effectivePolicy: EditorCommandShadowSettings;
1222
+ plan: EditorCommandShadowResolvedPlan;
1223
+ diagnostics?: EditorCommandDiagnostic[];
1224
+ }
1225
+ export interface EditorCommandShadowPolicySetInput extends EditorCommandShadowTarget {
1226
+ policy: EditorCommandShadowSettings;
1227
+ }
1228
+ export interface EditorCommandShadowPolicySetOutput {
1229
+ target: EditorCommandShadowTarget;
1230
+ changed: boolean;
1231
+ policy?: EditorCommandShadowSettings;
1232
+ effectivePolicy: EditorCommandShadowSettings;
1233
+ plan: EditorCommandShadowResolvedPlan;
1234
+ diagnostics?: EditorCommandDiagnostic[];
1235
+ }
1236
+ export interface EditorCommandShadowReceiversListInput {
1237
+ objectId?: string;
1238
+ nodeId?: string;
1239
+ includeAuto?: boolean;
1240
+ }
1241
+ export interface EditorCommandShadowReceiversListOutput {
1242
+ receivers: EditorCommandShadowReceiverCandidate[];
1243
+ diagnostics?: EditorCommandDiagnostic[];
1244
+ }
1245
+ export interface EditorCommandShadowResolvePreviewInput extends EditorCommandShadowTarget {
1246
+ policy?: EditorCommandShadowSettings;
1247
+ receiverIds?: string[];
1248
+ }
1249
+ export interface EditorCommandShadowResolvePreviewOutput {
1250
+ target: EditorCommandShadowTarget;
1251
+ plan: EditorCommandShadowResolvedPlan;
1252
+ caster?: EditorCommandShadowDebugTargetSummary;
1253
+ light?: EditorCommandShadowLightSummary;
1254
+ footprint?: EditorCommandShadowFootprintSummary;
1255
+ receivers?: EditorCommandShadowReceiverCandidate[];
1256
+ diagnostics?: EditorCommandDiagnostic[];
1257
+ }
1258
+ export interface EditorCommandShadowStaticBakeInput extends EditorCommandShadowTarget {
1259
+ receiverIds?: string[];
1260
+ quality?: EditorCommandShadowQuality;
1261
+ force?: boolean;
1262
+ }
1263
+ export interface EditorCommandShadowStaticBakeOutput {
1264
+ target: EditorCommandShadowTarget;
1265
+ baked: boolean;
1266
+ plan: EditorCommandShadowResolvedPlan;
1267
+ artifactId?: string;
1268
+ stale: boolean;
1269
+ diagnostics?: EditorCommandDiagnostic[];
1270
+ }
1271
+ export type EditorCommandShadowStaticInvalidateInput = EditorCommandShadowTarget;
1272
+ export interface EditorCommandShadowStaticInvalidateOutput {
1273
+ target: EditorCommandShadowTarget;
1274
+ invalidated: boolean;
1275
+ stale: boolean;
1276
+ diagnostics?: EditorCommandDiagnostic[];
1277
+ }
1278
+ export type EditorCommandShadowDebugInspectInput = EditorCommandShadowTarget;
1279
+ export interface EditorCommandShadowDebugInspectOutput {
1280
+ target: EditorCommandShadowTarget;
1281
+ caster?: EditorCommandShadowDebugTargetSummary;
1282
+ policy?: EditorCommandShadowSettings;
1283
+ effectivePolicy?: EditorCommandShadowSettings;
1284
+ plan: EditorCommandShadowResolvedPlan;
1285
+ light?: EditorCommandShadowLightSummary;
1286
+ receivers: EditorCommandShadowReceiverCandidate[];
1287
+ footprint: EditorCommandShadowFootprintSummary;
1288
+ runtimeEvidence: EditorCommandShadowRuntimeEvidence;
1289
+ diagnostics?: EditorCommandDiagnostic[];
1290
+ }
1291
+ export interface EditorCommandShadowDebugOverlaySetInput extends EditorCommandShadowTarget {
1292
+ showCasterBounds?: boolean;
1293
+ showReceiverBounds?: boolean;
1294
+ showLightDirection?: boolean;
1295
+ showFootprint?: boolean;
1296
+ showArtifactBounds?: boolean;
1297
+ receiverIds?: string[];
1298
+ }
1299
+ export interface EditorCommandShadowDebugOverlaySetOutput {
1300
+ enabled: boolean;
1301
+ target?: EditorCommandShadowTarget;
1302
+ overlayIds: string[];
1303
+ diagnostics?: EditorCommandDiagnostic[];
1304
+ }
1305
+ export type EditorCommandShadowDebugOverlayClearInput = EditorCommandEmptyObjectInput;
1306
+ export interface EditorCommandShadowDebugOverlayClearOutput {
1307
+ cleared: boolean;
1308
+ diagnostics?: EditorCommandDiagnostic[];
1309
+ }
1310
+ export interface EditorCommandShadowDebugContextEnterInput extends EditorCommandShadowTarget {
1311
+ receiverIds?: string[];
1312
+ includeAmbientLights?: boolean;
1313
+ showOverlay?: boolean;
1314
+ reason?: string;
1315
+ }
1316
+ export interface EditorCommandShadowDebugContextEnterOutput {
1317
+ entered: boolean;
1318
+ target: EditorCommandShadowTarget;
1319
+ keptObjectIds: string[];
1320
+ hiddenObjectIds: string[];
1321
+ protectedReceiverIds: string[];
1322
+ lightIds: string[];
1323
+ ambientLightIds: string[];
1324
+ overlayIds: string[];
1325
+ snapshot: EditorCommandViewportVisibilitySnapshotOutput;
1326
+ inspect: EditorCommandShadowDebugInspectOutput;
1327
+ visibilityMeasure: EditorCommandShadowDebugVisibilityMeasureOutput;
1328
+ diagnostics?: EditorCommandDiagnostic[];
1329
+ }
1330
+ export type EditorCommandShadowDebugContextClearInput = EditorCommandEmptyObjectInput;
1331
+ export interface EditorCommandShadowDebugContextClearOutput {
1332
+ cleared: boolean;
1333
+ overlayCleared: boolean;
1334
+ visibilityCleared: boolean;
1335
+ diagnostics?: EditorCommandDiagnostic[];
1336
+ }
1337
+ export interface EditorCommandShadowDebugVisibilityMeasureInput extends EditorCommandShadowTarget {
1338
+ receiverIds?: string[];
1339
+ }
1340
+ export interface EditorCommandShadowDebugVisibilityMeasureOutput {
1341
+ target: EditorCommandShadowTarget;
1342
+ visible: boolean;
1343
+ visibleScore: number;
1344
+ coverage: number;
1345
+ contrastDelta?: number;
1346
+ renderableShadowPrimitiveCount: number;
1347
+ measurementKind: 'pixel-readback' | 'structural';
1348
+ diagnostics?: EditorCommandDiagnostic[];
1349
+ }
1350
+ export interface EditorCommandTransformMoveInput {
1351
+ objectId: string;
1352
+ position?: EditorCommandVec3;
1353
+ offset?: EditorCommandVec3;
1354
+ }
1355
+ export interface EditorCommandTransformMoveOutput {
1356
+ objectId: string;
1357
+ before: EditorCommandTransform;
1358
+ after: EditorCommandTransform;
1359
+ selection: EditorCommandSelectionState;
1360
+ }
1361
+ export type EditorCommandTransformSetInput = {
1362
+ objectId: string;
1363
+ } & ({
1364
+ position: EditorCommandVec3;
1365
+ rotation?: EditorCommandVec3;
1366
+ scale?: EditorCommandVec3;
1367
+ } | {
1368
+ position?: EditorCommandVec3;
1369
+ rotation: EditorCommandVec3;
1370
+ scale?: EditorCommandVec3;
1371
+ } | {
1372
+ position?: EditorCommandVec3;
1373
+ rotation?: EditorCommandVec3;
1374
+ scale: EditorCommandVec3;
1375
+ });
1376
+ export type EditorCommandTransformSetOutput = EditorCommandTransformMoveOutput;
1377
+ export interface EditorCommandViewportFocusObjectInput {
1378
+ objectId: string;
1379
+ }
1380
+ export interface EditorCommandViewportFocusObjectOutput {
1381
+ objectId: string;
1382
+ focused: boolean;
1383
+ }
1384
+ export type EditorCommandViewportFrameSelectionInput = EditorCommandEmptyObjectInput;
1385
+ export interface EditorCommandViewportFrameSelectionOutput {
1386
+ focused: boolean;
1387
+ selection: EditorCommandSelectionState;
1388
+ }
1389
+ export type EditorCommandViewportCameraGetInput = EditorCommandEmptyObjectInput;
1390
+ export interface EditorCommandViewportCameraState {
1391
+ viewPreset: EditorCommandViewportCameraPreset;
1392
+ projectionMode: EditorCommandViewportProjectionMode;
1393
+ target?: EditorCommandVec3;
1394
+ position?: EditorCommandVec3;
1395
+ alpha?: number;
1396
+ beta?: number;
1397
+ radius?: number;
1398
+ selection: EditorCommandSelectionState;
1399
+ }
1400
+ export interface EditorCommandViewportCameraSetPresetInput {
1401
+ preset: EditorCommandViewportCameraPreset;
1402
+ target?: EditorCommandViewportCameraTarget;
1403
+ radius?: number;
1404
+ distanceScale?: number;
1405
+ }
1406
+ export interface EditorCommandViewportCameraSetPresetOutput {
1407
+ changed: boolean;
1408
+ viewPreset: EditorCommandViewportCameraPreset;
1409
+ projectionMode: EditorCommandViewportProjectionMode;
1410
+ target?: EditorCommandVec3;
1411
+ radius?: number;
1412
+ selection: EditorCommandSelectionState;
1413
+ }
1414
+ export interface EditorCommandViewportCameraOrbitInput {
1415
+ target?: EditorCommandViewportCameraTarget;
1416
+ yawDeltaDeg?: number;
1417
+ pitchDeltaDeg?: number;
1418
+ distanceScale?: number;
1419
+ }
1420
+ export type EditorCommandViewportCameraOrbitOutput = EditorCommandViewportCameraSetPresetOutput;
1421
+ export interface EditorCommandViewportVisibilityEntry {
1422
+ objectId: string;
1423
+ authoredVisible: boolean;
1424
+ previewVisible: boolean;
1425
+ overrideVisible?: boolean;
1426
+ isolated: boolean;
1427
+ diagnostics?: EditorCommandDiagnostic[];
1428
+ }
1429
+ export type EditorCommandViewportVisibilitySnapshotInput = EditorCommandEmptyObjectInput;
1430
+ export interface EditorCommandViewportVisibilitySnapshotOutput {
1431
+ isolated: boolean;
1432
+ isolatedObjectIds: string[];
1433
+ entries: EditorCommandViewportVisibilityEntry[];
1434
+ reason?: string;
1435
+ diagnostics?: EditorCommandDiagnostic[];
1436
+ }
1437
+ export interface EditorCommandViewportVisibilitySetInput {
1438
+ objectIds: string[];
1439
+ visible: boolean;
1440
+ reason?: string;
1441
+ }
1442
+ export interface EditorCommandViewportVisibilityMutationOutput {
1443
+ changed: boolean;
1444
+ snapshot: EditorCommandViewportVisibilitySnapshotOutput;
1445
+ diagnostics?: EditorCommandDiagnostic[];
1446
+ }
1447
+ export type EditorCommandViewportVisibilityClearInput = EditorCommandEmptyObjectInput;
1448
+ export interface EditorCommandViewportIsolationEnterInput {
1449
+ objectIds: string[];
1450
+ includeShadowDependencies?: boolean;
1451
+ shadowTarget?: EditorCommandShadowTarget;
1452
+ reason?: string;
1453
+ }
1454
+ export type EditorCommandViewportIsolationEnterOutput = EditorCommandViewportVisibilityMutationOutput;
1455
+ export interface EditorCommandEditorStateGetInput {
1456
+ objectId?: string;
1457
+ }
1458
+ export interface EditorCommandEditorDiagnosticsListInput {
1459
+ severity?: EditorDiagnosticSeverity;
1460
+ phase?: EditorDiagnosticPhase;
1461
+ source?: string;
1462
+ }
1463
+ export interface EditorCommandEditorDiagnosticsListOutput {
1464
+ scopeId: string;
1465
+ documentRevision: number;
1466
+ projectionRevision?: number;
1467
+ diagnostics: EditorDiagnostic[];
1468
+ errorCount: number;
1469
+ warningCount: number;
1470
+ infoCount: number;
1471
+ }
1472
+ export type EditorCommandWorkspaceRegionId = 'top-toolbar' | 'left-hierarchy' | 'center-preview' | 'right-inspector' | 'right-render-tabs' | 'bottom-assets' | 'agent-console' | (string & {});
1473
+ export interface EditorCommandWorkspaceRegion {
1474
+ id: EditorCommandWorkspaceRegionId;
1475
+ label: string;
1476
+ location: string;
1477
+ purpose: string;
1478
+ primaryCapabilities: EditorCommandCapabilityId[];
1479
+ fallbackTools?: string[];
1480
+ notes?: string[];
1481
+ }
1482
+ export type EditorCommandUiRegionsGetInput = EditorCommandEmptyObjectInput;
1483
+ export interface EditorCommandUiRegionsGetOutput {
1484
+ mode: string;
1485
+ editorReady: boolean;
1486
+ sessionActive: boolean;
1487
+ regions: EditorCommandWorkspaceRegion[];
1488
+ recommendedOperationOrder: string[];
1489
+ l0FallbackRules: string[];
1490
+ }
1491
+ export interface EditorCommandEditorSnapshotGetInput {
1492
+ includeObjects?: boolean;
1493
+ includeUnselectable?: boolean;
1494
+ objectLimit?: number;
1495
+ }
1496
+ export interface EditorCommandEditorSnapshot {
1497
+ mode: string;
1498
+ busy: boolean;
1499
+ dirty: boolean;
1500
+ status: string;
1501
+ statusTone?: string;
1502
+ selection: EditorCommandSelectionState;
1503
+ objectCount: number;
1504
+ objects?: EditorCommandSceneObject[];
1505
+ }
1506
+ export type EditorCommandEmptyObjectInput = Record<string, never>;
1507
+ export type EditorCommandHostModeGetInput = EditorCommandEmptyObjectInput;
1508
+ export interface EditorCommandLifecycleTransition {
1509
+ id: string;
1510
+ type: string;
1511
+ startedAt: number;
1512
+ traceId?: string;
1513
+ transactionId?: string;
1514
+ sourcePluginId?: string;
1515
+ }
1516
+ export interface EditorCommandLifecycleScopeSnapshot {
1517
+ id: string;
1518
+ scope: string;
1519
+ parentId?: string;
1520
+ state: string;
1521
+ }
1522
+ export interface EditorCommandLifecycleSnapshot {
1523
+ revision: number;
1524
+ transitioning: boolean;
1525
+ activeTransition?: EditorCommandLifecycleTransition;
1526
+ application: string;
1527
+ project: string;
1528
+ mode: string;
1529
+ document: string;
1530
+ preview: string;
1531
+ scopes: EditorCommandLifecycleScopeSnapshot[];
1532
+ }
1533
+ export interface EditorCommandHostDiagnostic {
1534
+ code: string;
1535
+ message: string;
1536
+ severity: 'info' | 'warning' | 'error';
1537
+ pluginId?: string;
1538
+ }
1539
+ export interface EditorCommandHostStatus {
1540
+ mode: string;
1541
+ editorReady: boolean;
1542
+ busy: boolean;
1543
+ status: string;
1544
+ statusTone?: string;
1545
+ statusDetails?: string;
1546
+ sessionActive: boolean;
1547
+ lifecycle?: EditorCommandLifecycleSnapshot;
1548
+ recentDiagnostics?: EditorCommandHostDiagnostic[];
1549
+ }
1550
+ export type EditorCommandHostModeGetOutput = EditorCommandHostStatus;
1551
+ export interface EditorCommandHostEditorEnterInput {
1552
+ timeoutMs?: number;
1553
+ }
1554
+ export interface EditorCommandHostEditorEnterOutput extends EditorCommandHostStatus {
1555
+ entered: boolean;
1556
+ alreadyEditor: boolean;
1557
+ }
1558
+ export type EditorCommandHostEditorSaveAndRunInput = EditorCommandEmptyObjectInput;
1559
+ export interface EditorCommandHostEditorSaveAndRunOutput extends EditorCommandHostStatus {
1560
+ saved: boolean;
1561
+ runScheduled: boolean;
1562
+ }
1563
+ export type EditorCommandHostEditorDiscardAndRunInput = EditorCommandEmptyObjectInput;
1564
+ export interface EditorCommandHostEditorDiscardAndRunOutput extends EditorCommandHostStatus {
1565
+ discarded: boolean;
1566
+ runScheduled: boolean;
1567
+ }
1568
+ export interface EditorCommandHostEditorWaitReadyInput {
1569
+ timeoutMs?: number;
1570
+ pollIntervalMs?: number;
1571
+ }
1572
+ export type EditorCommandHostEditorWaitReadyOutput = EditorCommandHostStatus;
1573
+ export interface EditorCommandEditorState {
1574
+ mode: string;
1575
+ status: string;
1576
+ statusTone?: string;
1577
+ statusDetails?: string;
1578
+ dirty?: boolean;
1579
+ busy?: boolean;
1580
+ selection: EditorCommandSelectionState;
1581
+ object?: EditorCommandSceneObject | null;
1582
+ diagnostics?: EditorCommandDiagnostic[];
1583
+ }
1584
+ export interface EditorCommandObjectCreatePrimitiveInput {
1585
+ shape: EditorCommandPrimitiveShape;
1586
+ name?: string;
1587
+ parentId?: string | null;
1588
+ activeId?: string | null;
1589
+ }
1590
+ export interface EditorCommandObjectCreatePrimitiveOutput {
1591
+ createdId: string;
1592
+ object?: EditorCommandSceneObject;
1593
+ selection: EditorCommandSelectionState;
1594
+ }
1595
+ export interface EditorCommandObjectCreateFromAssetInput {
1596
+ assetId: string;
1597
+ name?: string;
1598
+ position?: EditorCommandVec3;
1599
+ rotation?: EditorCommandVec3;
1600
+ scale?: EditorCommandVec3;
1601
+ select?: boolean;
1602
+ focus?: boolean;
1603
+ }
1604
+ export interface EditorCommandObjectCreateFromAssetOutput {
1605
+ assetId: string;
1606
+ createdId: string;
1607
+ object?: EditorCommandSceneObject;
1608
+ selection: EditorCommandSelectionState;
1609
+ focused?: boolean;
1610
+ status: string;
1611
+ }
1612
+ export type EditorCommandObjectDeleteInput = {
1613
+ objectId: string;
1614
+ objectIds?: never;
1615
+ activeId?: string | null;
1616
+ } | {
1617
+ objectId?: never;
1618
+ objectIds: string[];
1619
+ activeId?: string | null;
1620
+ };
1621
+ export interface EditorCommandObjectDeleteOutput {
1622
+ deletedIds: string[];
1623
+ fallbackSelectionId?: string | null;
1624
+ selection: EditorCommandSelectionState;
1625
+ }
1626
+ //# sourceMappingURL=editor-command-capabilities.d.ts.map