@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
@@ -1,1622 +0,0 @@
1
- import type { EditorDiagnostic, EditorDiagnosticPhase, EditorDiagnosticSeverity } from './editor-diagnostics';
2
- export declare const EDITOR_AGENT_BRIDGE_SCHEMA_VERSION: 1;
3
- export declare const EDITOR_AGENT_BRIDGE_CAPABILITY_ID: {
4
- readonly ASSET_ANALYSIS_GET: "asset.analysis.get";
5
- readonly ASSET_INFO_GET: "asset.info.get";
6
- readonly ASSET_LIBRARY_LIST: "asset.library.list";
7
- readonly EDITOR_SNAPSHOT_GET: "editor.snapshot.get";
8
- readonly EDITOR_STATE_GET: "editor.state.get";
9
- readonly EDITOR_DIAGNOSTICS_LIST: "editor.diagnostics.list";
10
- readonly EDITOR_UI_REGIONS_GET: "editor.ui.regions.get";
11
- readonly HOST_EDITOR_ENTER: "host.editor.enter";
12
- readonly HOST_EDITOR_SAVE_AND_RUN: "host.editor.saveAndRun";
13
- readonly HOST_EDITOR_DISCARD_AND_RUN: "host.editor.discardAndRun";
14
- readonly HOST_EDITOR_WAIT_READY: "host.editor.waitReady";
15
- readonly HOST_MODE_GET: "host.mode.get";
16
- readonly HIERARCHY_SCOPE_GET: "hierarchy.scope.get";
17
- readonly HIERARCHY_OPERATIONS_LIST: "hierarchy.operations.list";
18
- readonly HIERARCHY_OPERATION_EXECUTE: "hierarchy.operation.execute";
19
- readonly OBJECT_CREATE_FROM_ASSET: "object.createFromAsset";
20
- readonly OBJECT_CREATE_PRIMITIVE: "object.createPrimitive";
21
- readonly OBJECT_DELETE: "object.delete";
22
- readonly OBJECT_RESOLVE: "object.resolve";
23
- readonly PREFAB_MATERIAL_SLOTS_LIST: "prefab.materialSlots.list";
24
- readonly PREFAB_ASSET_RENAME: "prefab.asset.rename";
25
- readonly PREFAB_NODE_CREATE_FROM_ASSET: "prefab.node.createFromAsset";
26
- readonly PREFAB_NODE_CREATE_GROUP: "prefab.node.createGroup";
27
- readonly PREFAB_NODE_CREATE_MARKER: "prefab.node.createMarker";
28
- readonly PREFAB_NODE_CREATE_PRIMITIVE: "prefab.node.createPrimitive";
29
- readonly PREFAB_NODE_DELETE: "prefab.node.delete";
30
- readonly PREFAB_NODE_REPARENT: "prefab.node.reparent";
31
- readonly PREFAB_NODE_RENAME: "prefab.node.rename";
32
- readonly PREFAB_NODE_SELECT: "prefab.node.select";
33
- readonly PREFAB_NODE_SET_TRANSFORM: "prefab.node.setTransform";
34
- readonly PREFAB_NODE_SET_MARKER: "prefab.node.setMarker";
35
- readonly PREFAB_RESOLVE: "prefab.resolve";
36
- readonly PREFAB_SCENE_GET: "prefab.scene.get";
37
- readonly PREFAB_SOURCE_STRUCTURE_GET: "prefab.source.structure.get";
38
- readonly PREFAB_STAGE_EXIT: "prefab.stage.exit";
39
- readonly PREFAB_STAGE_OPEN: "prefab.stage.open";
40
- readonly PREFAB_STAGE_SAVE: "prefab.stage.save";
41
- readonly PREFAB_STAGE_DISCARD: "prefab.stage.discard";
42
- readonly SCENE_OBJECTS_LIST: "scene.objects.list";
43
- readonly SELECTION_SET: "selection.set";
44
- readonly SHADOW_POLICY_GET: "shadow.policy.get";
45
- readonly SHADOW_POLICY_SET: "shadow.policy.set";
46
- readonly SHADOW_MAP_EXPERIMENT_CONFIG_GET: "shadowMapExperiment.config.get";
47
- readonly SHADOW_MAP_EXPERIMENT_POLICY_GET: "shadowMapExperiment.policy.get";
48
- readonly SHADOW_MAP_EXPERIMENT_POLICY_SET: "shadowMapExperiment.policy.set";
49
- readonly SHADOW_MAP_EXPERIMENT_PLAN_PREVIEW: "shadowMapExperiment.plan.preview";
50
- readonly SHADOW_MAP_EXPERIMENT_RUNTIME_SNAPSHOT: "shadowMapExperiment.runtime.snapshot";
51
- readonly SHADOW_DEBUG_INSPECT: "shadow.debug.inspect";
52
- readonly SHADOW_DEBUG_CONTEXT_CLEAR: "shadow.debug.context.clear";
53
- readonly SHADOW_DEBUG_CONTEXT_ENTER: "shadow.debug.context.enter";
54
- readonly SHADOW_DEBUG_OVERLAY_CLEAR: "shadow.debug.overlay.clear";
55
- readonly SHADOW_DEBUG_OVERLAY_SET: "shadow.debug.overlay.set";
56
- readonly SHADOW_DEBUG_VISIBILITY_MEASURE: "shadow.debug.visibilityMeasure";
57
- readonly SHADOW_RECEIVERS_LIST: "shadow.receivers.list";
58
- readonly SHADOW_RESOLVE_PREVIEW: "shadow.resolvePreview";
59
- readonly SHADOW_STATIC_BAKE: "shadow.static.bake";
60
- readonly SHADOW_STATIC_INVALIDATE: "shadow.static.invalidate";
61
- readonly TRANSFORM_MOVE: "transform.move";
62
- readonly TRANSFORM_SET: "transform.set";
63
- readonly VIEWPORT_CAMERA_GET: "viewport.camera.get";
64
- readonly VIEWPORT_CAMERA_ORBIT: "viewport.camera.orbit";
65
- readonly VIEWPORT_CAMERA_SET_PRESET: "viewport.camera.setPreset";
66
- readonly VIEWPORT_FRAME_SELECTION: "viewport.frameSelection";
67
- readonly VIEWPORT_FOCUS_OBJECT: "viewport.focusObject";
68
- readonly VIEWPORT_ISOLATION_ENTER: "viewport.isolation.enter";
69
- readonly VIEWPORT_VISIBILITY_CLEAR: "viewport.visibility.clear";
70
- readonly VIEWPORT_VISIBILITY_SET: "viewport.visibility.set";
71
- readonly VIEWPORT_VISIBILITY_SNAPSHOT: "viewport.visibility.snapshot";
72
- };
73
- export type EditorAgentBridgeBuiltInCapabilityId = typeof EDITOR_AGENT_BRIDGE_CAPABILITY_ID[keyof typeof EDITOR_AGENT_BRIDGE_CAPABILITY_ID];
74
- export type EditorAgentBridgeCapabilityId = EditorAgentBridgeBuiltInCapabilityId | (string & {});
75
- export type EditorAgentBridgeJsonPrimitive = string | number | boolean | null;
76
- export type EditorAgentBridgeJsonValue = EditorAgentBridgeJsonPrimitive | EditorAgentBridgeJsonObject | EditorAgentBridgeJsonValue[];
77
- export interface EditorAgentBridgeJsonObject {
78
- [key: string]: EditorAgentBridgeJsonValue | undefined;
79
- }
80
- export interface EditorAgentBridgeHierarchyScopeGetInput {
81
- expectedRevision?: number;
82
- rootId?: string;
83
- maxDepth?: number;
84
- text?: string;
85
- cursor?: string;
86
- limit?: number;
87
- }
88
- export interface EditorAgentBridgeHierarchyNode {
89
- id: string;
90
- label: string;
91
- parentId: string | null;
92
- role?: string;
93
- selectable: boolean;
94
- canHaveChildren: boolean;
95
- renamable: boolean;
96
- deletable: boolean;
97
- draggable: boolean;
98
- authoredEnabled?: boolean;
99
- editorVisible?: boolean;
100
- editorLocked?: boolean;
101
- }
102
- export interface EditorAgentBridgeHierarchyScopeGetOutput {
103
- scopeKey: string;
104
- scopeType: string;
105
- revision: number;
106
- title: string;
107
- readonly: boolean;
108
- nodes: EditorAgentBridgeHierarchyNode[];
109
- selectedIds: string[];
110
- activeId: string | null;
111
- primaryOperationId?: string;
112
- capabilities: EditorAgentBridgeJsonObject;
113
- totalCount: number;
114
- returnedCount: number;
115
- nextCursor?: string;
116
- }
117
- export interface EditorAgentBridgeHierarchyOperationsListInput {
118
- scopeKey?: string;
119
- expectedRevision?: number;
120
- contextNodeId?: string | null;
121
- targetIds?: string[];
122
- activeId?: string | null;
123
- }
124
- export interface EditorAgentBridgeHierarchyOperationDescriptor {
125
- id: string;
126
- label: string;
127
- description?: string;
128
- effect: string;
129
- targetPolicy: string;
130
- menu?: false | Readonly<{
131
- path?: readonly Readonly<{
132
- id: string;
133
- label: string;
134
- order?: number;
135
- }>[];
136
- group?: string;
137
- order?: number;
138
- }>;
139
- shortcut?: string;
140
- danger?: boolean;
141
- disabledReason?: string;
142
- payload?: EditorAgentBridgeJsonObject;
143
- }
144
- export interface EditorAgentBridgeHierarchyOperationsListOutput {
145
- scopeKey: string;
146
- revision: number;
147
- operations: EditorAgentBridgeHierarchyOperationDescriptor[];
148
- }
149
- export interface EditorAgentBridgeHierarchyOperationExecuteInput {
150
- scopeKey: string;
151
- expectedRevision: number;
152
- operationId: string;
153
- contextNodeId?: string | null;
154
- targetIds?: string[];
155
- activeId?: string | null;
156
- input?: EditorAgentBridgeJsonObject;
157
- }
158
- export interface EditorAgentBridgeHierarchyOperationExecuteOutput {
159
- ok: boolean;
160
- changed: boolean;
161
- revision: number;
162
- diagnostics: EditorAgentBridgeDiagnostic[];
163
- }
164
- export interface EditorAgentBridgeVec3 {
165
- x: number;
166
- y: number;
167
- z: number;
168
- }
169
- export interface EditorAgentBridgeTransform {
170
- position?: EditorAgentBridgeVec3;
171
- rotation?: EditorAgentBridgeVec3;
172
- scale?: EditorAgentBridgeVec3;
173
- }
174
- export interface EditorAgentBridgeBounds {
175
- min?: EditorAgentBridgeVec3;
176
- max?: EditorAgentBridgeVec3;
177
- size?: EditorAgentBridgeVec3;
178
- center?: EditorAgentBridgeVec3;
179
- }
180
- export type EditorAgentBridgePrimitiveShape = 'cube' | 'sphere' | 'plane' | 'capsule';
181
- export type EditorAgentBridgeAssetKind = 'model' | 'texture' | 'image' | 'sound' | 'prefab' | (string & {});
182
- export type EditorAgentBridgeViewportCameraPreset = 'perspective' | 'top' | 'bottom' | 'front' | 'back' | 'left' | 'right' | 'iso' | 'threeQuarterTop';
183
- export type EditorAgentBridgeViewportProjectionMode = 'perspective' | 'orthographic';
184
- export type EditorAgentBridgeShadowCastMode = 'inherit' | 'none' | 'enabled' | 'auto';
185
- export type EditorAgentBridgeShadowReceiveMode = 'inherit' | 'none' | 'enabled' | 'auto';
186
- export type EditorAgentBridgeShadowMode = 'inherit' | 'none' | 'dynamic' | 'static' | 'blob' | 'projected' | 'auto';
187
- export type EditorAgentBridgeShadowQuality = 'inherit' | 'low' | 'medium' | 'high' | 'ultra';
188
- export type EditorAgentBridgeShadowLightMode = 'inherit' | 'scene-main' | 'nearest' | 'explicit';
189
- export type EditorAgentBridgeViewportCameraTarget = {
190
- kind: 'selection';
191
- } | {
192
- kind: 'scene';
193
- } | {
194
- kind: 'object';
195
- objectId: string;
196
- } | {
197
- kind: 'point';
198
- point: EditorAgentBridgeVec3;
199
- };
200
- export type EditorAgentBridgeAccess = 'read' | 'write';
201
- export type EditorAgentBridgeCapabilityLayer = 'host' | 'editor' | 'workflow' | (string & {});
202
- export type EditorAgentBridgeCapabilityStability = 'experimental' | 'stable' | 'deprecated' | (string & {});
203
- export interface EditorAgentBridgeCapabilityManifest {
204
- schemaVersion: typeof EDITOR_AGENT_BRIDGE_SCHEMA_VERSION;
205
- id: EditorAgentBridgeCapabilityId;
206
- title: string;
207
- description?: string;
208
- layer?: EditorAgentBridgeCapabilityLayer;
209
- category?: string;
210
- stability?: EditorAgentBridgeCapabilityStability;
211
- access: EditorAgentBridgeAccess;
212
- inputSchema?: EditorAgentBridgeJsonObject;
213
- outputSchema?: EditorAgentBridgeJsonObject;
214
- }
215
- export type EditorAgentBridgeDiagnosticSeverity = 'info' | 'warning' | 'error';
216
- export interface EditorAgentBridgeDiagnostic {
217
- severity: EditorAgentBridgeDiagnosticSeverity;
218
- source: 'bridge' | 'editor' | 'document' | 'adapter' | 'transport' | (string & {});
219
- code?: string;
220
- message: string;
221
- objectId?: string;
222
- details?: EditorAgentBridgeJsonObject;
223
- }
224
- export interface EditorAgentBridgeCallSuccess<TOutput = unknown> {
225
- ok: true;
226
- capabilityId: EditorAgentBridgeCapabilityId;
227
- output: TOutput;
228
- diagnostics?: EditorAgentBridgeDiagnostic[];
229
- }
230
- export interface EditorAgentBridgeCapabilitySchemaSet {
231
- inputSchema: EditorAgentBridgeJsonObject;
232
- outputSchema: EditorAgentBridgeJsonObject;
233
- }
234
- export declare const EDITOR_AGENT_BRIDGE_VEC3_SCHEMA: EditorAgentBridgeJsonObject;
235
- export declare const EDITOR_AGENT_BRIDGE_TRANSFORM_SCHEMA: EditorAgentBridgeJsonObject;
236
- export declare const EDITOR_AGENT_BRIDGE_BOUNDS_SCHEMA: EditorAgentBridgeJsonObject;
237
- export declare const EDITOR_AGENT_BRIDGE_DIAGNOSTIC_SCHEMA: EditorAgentBridgeJsonObject;
238
- export declare const EDITOR_AGENT_BRIDGE_ASSET_KIND_SCHEMA: EditorAgentBridgeJsonObject;
239
- export declare const EDITOR_AGENT_BRIDGE_ASSET_ANALYSIS_SUMMARY_SCHEMA: EditorAgentBridgeJsonObject;
240
- export declare const EDITOR_AGENT_BRIDGE_ASSET_SUMMARY_SCHEMA_PROPERTIES: EditorAgentBridgeJsonObject;
241
- export declare const EDITOR_AGENT_BRIDGE_ASSET_SUMMARY_SCHEMA: EditorAgentBridgeJsonObject;
242
- export declare const EDITOR_AGENT_BRIDGE_ASSET_INFO_SCHEMA: EditorAgentBridgeJsonObject;
243
- export declare const EDITOR_AGENT_BRIDGE_ASSET_LIBRARY_LIST_INPUT_SCHEMA: EditorAgentBridgeJsonObject;
244
- export declare const EDITOR_AGENT_BRIDGE_ASSET_LIBRARY_LIST_OUTPUT_SCHEMA: EditorAgentBridgeJsonObject;
245
- export declare const EDITOR_AGENT_BRIDGE_ASSET_INFO_GET_INPUT_SCHEMA: EditorAgentBridgeJsonObject;
246
- export declare const EDITOR_AGENT_BRIDGE_ASSET_INFO_GET_OUTPUT_SCHEMA: EditorAgentBridgeJsonObject;
247
- export declare const EDITOR_AGENT_BRIDGE_ASSET_ANALYSIS_GET_INPUT_SCHEMA: EditorAgentBridgeJsonObject;
248
- export declare const EDITOR_AGENT_BRIDGE_ASSET_ANALYSIS_SCHEMA: EditorAgentBridgeJsonObject;
249
- export declare const EDITOR_AGENT_BRIDGE_ASSET_ANALYSIS_GET_OUTPUT_SCHEMA: EditorAgentBridgeJsonObject;
250
- export declare const EDITOR_AGENT_BRIDGE_PREFAB_SUMMARY_SCHEMA: EditorAgentBridgeJsonObject;
251
- export declare const EDITOR_AGENT_BRIDGE_PREFAB_STAGE_STATE_SCHEMA: EditorAgentBridgeJsonObject;
252
- export declare const EDITOR_AGENT_BRIDGE_PREFAB_RESOLVE_INPUT_SCHEMA: EditorAgentBridgeJsonObject;
253
- export declare const EDITOR_AGENT_BRIDGE_PREFAB_RESOLVE_OUTPUT_SCHEMA: EditorAgentBridgeJsonObject;
254
- export declare const EDITOR_AGENT_BRIDGE_PREFAB_STAGE_OPEN_INPUT_SCHEMA: EditorAgentBridgeJsonObject;
255
- export declare const EDITOR_AGENT_BRIDGE_PREFAB_STAGE_OPEN_OUTPUT_SCHEMA: EditorAgentBridgeJsonObject;
256
- export declare const EDITOR_AGENT_BRIDGE_PREFAB_STAGE_EXIT_INPUT_SCHEMA: EditorAgentBridgeJsonObject;
257
- export declare const EDITOR_AGENT_BRIDGE_PREFAB_STAGE_ACTION_INPUT_SCHEMA: EditorAgentBridgeJsonObject;
258
- export declare const EDITOR_AGENT_BRIDGE_PREFAB_STAGE_ACTION_OUTPUT_SCHEMA: EditorAgentBridgeJsonObject;
259
- export declare const EDITOR_AGENT_BRIDGE_PREFAB_STAGE_EXIT_OUTPUT_SCHEMA: EditorAgentBridgeJsonObject;
260
- export declare const EDITOR_AGENT_BRIDGE_PREFAB_ASSET_RENAME_INPUT_SCHEMA: EditorAgentBridgeJsonObject;
261
- export declare const EDITOR_AGENT_BRIDGE_PREFAB_ASSET_RENAME_OUTPUT_SCHEMA: EditorAgentBridgeJsonObject;
262
- export declare const EDITOR_AGENT_BRIDGE_PREFAB_MARKER_TARGET_REF_SCHEMA: EditorAgentBridgeJsonObject;
263
- export declare const EDITOR_AGENT_BRIDGE_PREFAB_MARKER_TARGET_SCHEMA: EditorAgentBridgeJsonObject;
264
- export declare const EDITOR_AGENT_BRIDGE_PREFAB_MARKER_COLOR_SCHEMA: EditorAgentBridgeJsonObject;
265
- export declare const EDITOR_AGENT_BRIDGE_PREFAB_MARKER_FRAME_SCHEMA: EditorAgentBridgeJsonObject;
266
- export declare const EDITOR_AGENT_BRIDGE_PREFAB_MARKER_GEOMETRY_SCHEMA: EditorAgentBridgeJsonObject;
267
- export declare const EDITOR_AGENT_BRIDGE_PREFAB_MARKER_CONFIG_SCHEMA: EditorAgentBridgeJsonObject;
268
- export declare const EDITOR_AGENT_BRIDGE_PREFAB_NODE_KIND_SCHEMA: EditorAgentBridgeJsonObject;
269
- export declare const EDITOR_AGENT_BRIDGE_PREFAB_NODE_SCHEMA: EditorAgentBridgeJsonObject;
270
- export declare const EDITOR_AGENT_BRIDGE_PREFAB_SCENE_GET_INPUT_SCHEMA: EditorAgentBridgeJsonObject;
271
- export declare const EDITOR_AGENT_BRIDGE_PREFAB_SCENE_GET_OUTPUT_SCHEMA: EditorAgentBridgeJsonObject;
272
- export declare const EDITOR_AGENT_BRIDGE_PREFAB_NODE_SELECT_INPUT_SCHEMA: EditorAgentBridgeJsonObject;
273
- export declare const EDITOR_AGENT_BRIDGE_PREFAB_NODE_SELECT_OUTPUT_SCHEMA: EditorAgentBridgeJsonObject;
274
- export declare const EDITOR_AGENT_BRIDGE_PREFAB_NODE_CREATE_FROM_ASSET_INPUT_SCHEMA: EditorAgentBridgeJsonObject;
275
- export declare const EDITOR_AGENT_BRIDGE_PREFAB_NODE_CREATE_PRIMITIVE_INPUT_SCHEMA: EditorAgentBridgeJsonObject;
276
- export declare const EDITOR_AGENT_BRIDGE_PREFAB_NODE_CREATE_GROUP_INPUT_SCHEMA: EditorAgentBridgeJsonObject;
277
- export declare const EDITOR_AGENT_BRIDGE_PREFAB_NODE_CREATE_MARKER_INPUT_SCHEMA: EditorAgentBridgeJsonObject;
278
- export declare const EDITOR_AGENT_BRIDGE_PREFAB_NODE_SET_MARKER_INPUT_SCHEMA: EditorAgentBridgeJsonObject;
279
- export declare const EDITOR_AGENT_BRIDGE_PREFAB_NODE_MUTATION_OUTPUT_SCHEMA: EditorAgentBridgeJsonObject;
280
- export declare const EDITOR_AGENT_BRIDGE_PREFAB_NODE_SET_TRANSFORM_INPUT_SCHEMA: EditorAgentBridgeJsonObject;
281
- export declare const EDITOR_AGENT_BRIDGE_PREFAB_NODE_RENAME_INPUT_SCHEMA: EditorAgentBridgeJsonObject;
282
- export declare const EDITOR_AGENT_BRIDGE_PREFAB_NODE_RENAME_OUTPUT_SCHEMA: EditorAgentBridgeJsonObject;
283
- export declare const EDITOR_AGENT_BRIDGE_PREFAB_NODE_REPARENT_INPUT_SCHEMA: EditorAgentBridgeJsonObject;
284
- export declare const EDITOR_AGENT_BRIDGE_PREFAB_NODE_DELETE_INPUT_SCHEMA: EditorAgentBridgeJsonObject;
285
- export declare const EDITOR_AGENT_BRIDGE_PREFAB_SOURCE_STRUCTURE_GET_INPUT_SCHEMA: EditorAgentBridgeJsonObject;
286
- export declare const EDITOR_AGENT_BRIDGE_PREFAB_SOURCE_STRUCTURE_SCHEMA: EditorAgentBridgeJsonObject;
287
- export declare const EDITOR_AGENT_BRIDGE_PREFAB_SOURCE_STRUCTURE_GET_OUTPUT_SCHEMA: EditorAgentBridgeJsonObject;
288
- export declare const EDITOR_AGENT_BRIDGE_PREFAB_MATERIAL_SLOT_SCHEMA: EditorAgentBridgeJsonObject;
289
- export declare const EDITOR_AGENT_BRIDGE_PREFAB_MATERIAL_SLOTS_LIST_INPUT_SCHEMA: EditorAgentBridgeJsonObject;
290
- export declare const EDITOR_AGENT_BRIDGE_PREFAB_MATERIAL_SLOTS_LIST_OUTPUT_SCHEMA: EditorAgentBridgeJsonObject;
291
- export declare const EDITOR_AGENT_BRIDGE_SELECTION_STATE_SCHEMA: EditorAgentBridgeJsonObject;
292
- export declare const EDITOR_AGENT_BRIDGE_SCENE_OBJECT_SCHEMA: EditorAgentBridgeJsonObject;
293
- export declare const EDITOR_AGENT_BRIDGE_SCENE_OBJECTS_LIST_INPUT_SCHEMA: EditorAgentBridgeJsonObject;
294
- export declare const EDITOR_AGENT_BRIDGE_SCENE_OBJECTS_LIST_OUTPUT_SCHEMA: EditorAgentBridgeJsonObject;
295
- export declare const EDITOR_AGENT_BRIDGE_OBJECT_RESOLVE_INPUT_SCHEMA: EditorAgentBridgeJsonObject;
296
- export declare const EDITOR_AGENT_BRIDGE_OBJECT_RESOLVE_OUTPUT_SCHEMA: EditorAgentBridgeJsonObject;
297
- export declare const EDITOR_AGENT_BRIDGE_SELECTION_SET_INPUT_SCHEMA: EditorAgentBridgeJsonObject;
298
- export declare const EDITOR_AGENT_BRIDGE_SELECTION_SET_OUTPUT_SCHEMA: EditorAgentBridgeJsonObject;
299
- export declare const EDITOR_AGENT_BRIDGE_SHADOW_TARGET_SCHEMA_PROPERTIES: EditorAgentBridgeJsonObject;
300
- export declare const EDITOR_AGENT_BRIDGE_SHADOW_TARGET_SCHEMA: EditorAgentBridgeJsonObject;
301
- export declare const EDITOR_AGENT_BRIDGE_SHADOW_CAST_MODE_SCHEMA: EditorAgentBridgeJsonObject;
302
- export declare const EDITOR_AGENT_BRIDGE_SHADOW_RECEIVE_MODE_SCHEMA: EditorAgentBridgeJsonObject;
303
- export declare const EDITOR_AGENT_BRIDGE_SHADOW_MODE_SCHEMA: EditorAgentBridgeJsonObject;
304
- export declare const EDITOR_AGENT_BRIDGE_SHADOW_QUALITY_SCHEMA: EditorAgentBridgeJsonObject;
305
- export declare const EDITOR_AGENT_BRIDGE_SHADOW_LIGHT_MODE_SCHEMA: EditorAgentBridgeJsonObject;
306
- export declare const EDITOR_AGENT_BRIDGE_SHADOW_PARAMS_SCHEMA: EditorAgentBridgeJsonObject;
307
- export declare const EDITOR_AGENT_BRIDGE_SHADOW_SETTINGS_SCHEMA: EditorAgentBridgeJsonObject;
308
- export declare const EDITOR_AGENT_BRIDGE_SHADOW_RESOLVED_PARAMS_SCHEMA: EditorAgentBridgeJsonObject;
309
- export declare const EDITOR_AGENT_BRIDGE_SHADOW_PLAN_SCHEMA: EditorAgentBridgeJsonObject;
310
- export declare const EDITOR_AGENT_BRIDGE_SHADOW_RECEIVER_CANDIDATE_SCHEMA: EditorAgentBridgeJsonObject;
311
- export declare const EDITOR_AGENT_BRIDGE_SHADOW_DEBUG_SUMMARY_SCHEMA: EditorAgentBridgeJsonObject;
312
- export declare const EDITOR_AGENT_BRIDGE_SHADOW_LIGHT_SUMMARY_SCHEMA: EditorAgentBridgeJsonObject;
313
- export declare const EDITOR_AGENT_BRIDGE_SHADOW_FOOTPRINT_SCHEMA: EditorAgentBridgeJsonObject;
314
- export declare const EDITOR_AGENT_BRIDGE_SHADOW_RUNTIME_EVIDENCE_SCHEMA: EditorAgentBridgeJsonObject;
315
- export declare const EDITOR_AGENT_BRIDGE_SHADOW_POLICY_GET_INPUT_SCHEMA: EditorAgentBridgeJsonObject;
316
- export declare const EDITOR_AGENT_BRIDGE_SHADOW_POLICY_GET_OUTPUT_SCHEMA: EditorAgentBridgeJsonObject;
317
- export declare const EDITOR_AGENT_BRIDGE_SHADOW_POLICY_SET_INPUT_SCHEMA: EditorAgentBridgeJsonObject;
318
- export declare const EDITOR_AGENT_BRIDGE_SHADOW_POLICY_SET_OUTPUT_SCHEMA: EditorAgentBridgeJsonObject;
319
- export declare const EDITOR_AGENT_BRIDGE_SHADOW_MAP_EXPERIMENT_TARGET_SCHEMA_PROPERTIES: EditorAgentBridgeJsonObject;
320
- export declare const EDITOR_AGENT_BRIDGE_SHADOW_MAP_EXPERIMENT_TARGET_SCHEMA: EditorAgentBridgeJsonObject;
321
- export declare const EDITOR_AGENT_BRIDGE_SHADOW_MAP_EXPERIMENT_CONFIG_GET_INPUT_SCHEMA: EditorAgentBridgeJsonObject;
322
- export declare const EDITOR_AGENT_BRIDGE_SHADOW_MAP_EXPERIMENT_CONFIG_GET_OUTPUT_SCHEMA: EditorAgentBridgeJsonObject;
323
- export declare const EDITOR_AGENT_BRIDGE_SHADOW_MAP_EXPERIMENT_POLICY_INPUT_SCHEMA: EditorAgentBridgeJsonObject;
324
- export declare const EDITOR_AGENT_BRIDGE_SHADOW_MAP_EXPERIMENT_POLICY_OUTPUT_SCHEMA: EditorAgentBridgeJsonObject;
325
- export declare const EDITOR_AGENT_BRIDGE_SHADOW_MAP_EXPERIMENT_POLICY_SET_INPUT_SCHEMA: EditorAgentBridgeJsonObject;
326
- export declare const EDITOR_AGENT_BRIDGE_SHADOW_MAP_EXPERIMENT_POLICY_SET_OUTPUT_SCHEMA: EditorAgentBridgeJsonObject;
327
- export declare const EDITOR_AGENT_BRIDGE_SHADOW_MAP_EXPERIMENT_PLAN_PREVIEW_INPUT_SCHEMA: EditorAgentBridgeJsonObject;
328
- export declare const EDITOR_AGENT_BRIDGE_SHADOW_MAP_EXPERIMENT_PLAN_PREVIEW_OUTPUT_SCHEMA: EditorAgentBridgeJsonObject;
329
- export declare const EDITOR_AGENT_BRIDGE_SHADOW_MAP_EXPERIMENT_RUNTIME_SNAPSHOT_INPUT_SCHEMA: EditorAgentBridgeJsonObject;
330
- export declare const EDITOR_AGENT_BRIDGE_SHADOW_MAP_EXPERIMENT_RUNTIME_SNAPSHOT_OUTPUT_SCHEMA: EditorAgentBridgeJsonObject;
331
- export declare const EDITOR_AGENT_BRIDGE_SHADOW_RECEIVERS_LIST_INPUT_SCHEMA: EditorAgentBridgeJsonObject;
332
- export declare const EDITOR_AGENT_BRIDGE_SHADOW_RECEIVERS_LIST_OUTPUT_SCHEMA: EditorAgentBridgeJsonObject;
333
- export declare const EDITOR_AGENT_BRIDGE_SHADOW_RESOLVE_PREVIEW_INPUT_SCHEMA: EditorAgentBridgeJsonObject;
334
- export declare const EDITOR_AGENT_BRIDGE_SHADOW_RESOLVE_PREVIEW_OUTPUT_SCHEMA: EditorAgentBridgeJsonObject;
335
- export declare const EDITOR_AGENT_BRIDGE_SHADOW_STATIC_BAKE_INPUT_SCHEMA: EditorAgentBridgeJsonObject;
336
- export declare const EDITOR_AGENT_BRIDGE_SHADOW_STATIC_BAKE_OUTPUT_SCHEMA: EditorAgentBridgeJsonObject;
337
- export declare const EDITOR_AGENT_BRIDGE_SHADOW_STATIC_INVALIDATE_INPUT_SCHEMA: EditorAgentBridgeJsonObject;
338
- export declare const EDITOR_AGENT_BRIDGE_SHADOW_STATIC_INVALIDATE_OUTPUT_SCHEMA: EditorAgentBridgeJsonObject;
339
- export declare const EDITOR_AGENT_BRIDGE_SHADOW_DEBUG_INSPECT_INPUT_SCHEMA: EditorAgentBridgeJsonObject;
340
- export declare const EDITOR_AGENT_BRIDGE_SHADOW_DEBUG_INSPECT_OUTPUT_SCHEMA: EditorAgentBridgeJsonObject;
341
- export declare const EDITOR_AGENT_BRIDGE_SHADOW_DEBUG_OVERLAY_SET_INPUT_SCHEMA: EditorAgentBridgeJsonObject;
342
- export declare const EDITOR_AGENT_BRIDGE_SHADOW_DEBUG_OVERLAY_SET_OUTPUT_SCHEMA: EditorAgentBridgeJsonObject;
343
- export declare const EDITOR_AGENT_BRIDGE_SHADOW_DEBUG_OVERLAY_CLEAR_INPUT_SCHEMA: EditorAgentBridgeJsonObject;
344
- export declare const EDITOR_AGENT_BRIDGE_SHADOW_DEBUG_OVERLAY_CLEAR_OUTPUT_SCHEMA: EditorAgentBridgeJsonObject;
345
- export declare const EDITOR_AGENT_BRIDGE_SHADOW_DEBUG_VISIBILITY_MEASURE_INPUT_SCHEMA: EditorAgentBridgeJsonObject;
346
- export declare const EDITOR_AGENT_BRIDGE_SHADOW_DEBUG_VISIBILITY_MEASURE_OUTPUT_SCHEMA: EditorAgentBridgeJsonObject;
347
- export declare const EDITOR_AGENT_BRIDGE_TRANSFORM_MOVE_INPUT_SCHEMA: EditorAgentBridgeJsonObject;
348
- export declare const EDITOR_AGENT_BRIDGE_TRANSFORM_MOVE_OUTPUT_SCHEMA: EditorAgentBridgeJsonObject;
349
- export declare const EDITOR_AGENT_BRIDGE_TRANSFORM_SET_INPUT_SCHEMA: EditorAgentBridgeJsonObject;
350
- export declare const EDITOR_AGENT_BRIDGE_VIEWPORT_FOCUS_OBJECT_INPUT_SCHEMA: EditorAgentBridgeJsonObject;
351
- export declare const EDITOR_AGENT_BRIDGE_VIEWPORT_FOCUS_OBJECT_OUTPUT_SCHEMA: EditorAgentBridgeJsonObject;
352
- export declare const EDITOR_AGENT_BRIDGE_VIEWPORT_FRAME_SELECTION_INPUT_SCHEMA: EditorAgentBridgeJsonObject;
353
- export declare const EDITOR_AGENT_BRIDGE_VIEWPORT_FRAME_SELECTION_OUTPUT_SCHEMA: EditorAgentBridgeJsonObject;
354
- export declare const EDITOR_AGENT_BRIDGE_VIEWPORT_CAMERA_PRESET_SCHEMA: EditorAgentBridgeJsonObject;
355
- export declare const EDITOR_AGENT_BRIDGE_VIEWPORT_CAMERA_TARGET_SCHEMA: EditorAgentBridgeJsonObject;
356
- export declare const EDITOR_AGENT_BRIDGE_VIEWPORT_CAMERA_STATE_SCHEMA: EditorAgentBridgeJsonObject;
357
- export declare const EDITOR_AGENT_BRIDGE_VIEWPORT_CAMERA_GET_INPUT_SCHEMA: EditorAgentBridgeJsonObject;
358
- export declare const EDITOR_AGENT_BRIDGE_VIEWPORT_CAMERA_SET_PRESET_INPUT_SCHEMA: EditorAgentBridgeJsonObject;
359
- export declare const EDITOR_AGENT_BRIDGE_VIEWPORT_CAMERA_SET_PRESET_OUTPUT_SCHEMA: EditorAgentBridgeJsonObject;
360
- export declare const EDITOR_AGENT_BRIDGE_VIEWPORT_CAMERA_ORBIT_INPUT_SCHEMA: EditorAgentBridgeJsonObject;
361
- export declare const EDITOR_AGENT_BRIDGE_VIEWPORT_VISIBILITY_ENTRY_SCHEMA: EditorAgentBridgeJsonObject;
362
- export declare const EDITOR_AGENT_BRIDGE_VIEWPORT_VISIBILITY_SNAPSHOT_INPUT_SCHEMA: EditorAgentBridgeJsonObject;
363
- export declare const EDITOR_AGENT_BRIDGE_VIEWPORT_VISIBILITY_SNAPSHOT_OUTPUT_SCHEMA: EditorAgentBridgeJsonObject;
364
- export declare const EDITOR_AGENT_BRIDGE_VIEWPORT_VISIBILITY_SET_INPUT_SCHEMA: EditorAgentBridgeJsonObject;
365
- export declare const EDITOR_AGENT_BRIDGE_VIEWPORT_VISIBILITY_MUTATION_OUTPUT_SCHEMA: EditorAgentBridgeJsonObject;
366
- export declare const EDITOR_AGENT_BRIDGE_SHADOW_DEBUG_CONTEXT_ENTER_INPUT_SCHEMA: EditorAgentBridgeJsonObject;
367
- export declare const EDITOR_AGENT_BRIDGE_SHADOW_DEBUG_CONTEXT_ENTER_OUTPUT_SCHEMA: EditorAgentBridgeJsonObject;
368
- export declare const EDITOR_AGENT_BRIDGE_SHADOW_DEBUG_CONTEXT_CLEAR_INPUT_SCHEMA: EditorAgentBridgeJsonObject;
369
- export declare const EDITOR_AGENT_BRIDGE_SHADOW_DEBUG_CONTEXT_CLEAR_OUTPUT_SCHEMA: EditorAgentBridgeJsonObject;
370
- export declare const EDITOR_AGENT_BRIDGE_VIEWPORT_VISIBILITY_CLEAR_INPUT_SCHEMA: EditorAgentBridgeJsonObject;
371
- export declare const EDITOR_AGENT_BRIDGE_VIEWPORT_ISOLATION_ENTER_INPUT_SCHEMA: EditorAgentBridgeJsonObject;
372
- export declare const EDITOR_AGENT_BRIDGE_EDITOR_STATE_GET_INPUT_SCHEMA: EditorAgentBridgeJsonObject;
373
- export declare const EDITOR_AGENT_BRIDGE_EDITOR_DIAGNOSTICS_LIST_INPUT_SCHEMA: EditorAgentBridgeJsonObject;
374
- export declare const EDITOR_AGENT_BRIDGE_EDITOR_DIAGNOSTIC_SUBJECT_SCHEMA: EditorAgentBridgeJsonObject;
375
- export declare const EDITOR_AGENT_BRIDGE_EDITOR_DIAGNOSTIC_LOCATOR_SCHEMA: EditorAgentBridgeJsonObject;
376
- export declare const EDITOR_AGENT_BRIDGE_EDITOR_DIAGNOSTIC_ACTION_SCHEMA: EditorAgentBridgeJsonObject;
377
- export declare const EDITOR_AGENT_BRIDGE_EDITOR_DIAGNOSTIC_SCHEMA: EditorAgentBridgeJsonObject;
378
- export declare const EDITOR_AGENT_BRIDGE_EDITOR_DIAGNOSTICS_LIST_OUTPUT_SCHEMA: EditorAgentBridgeJsonObject;
379
- export declare const EDITOR_AGENT_BRIDGE_UI_REGIONS_GET_INPUT_SCHEMA: EditorAgentBridgeJsonObject;
380
- export declare const EDITOR_AGENT_BRIDGE_UI_REGION_SCHEMA: EditorAgentBridgeJsonObject;
381
- export declare const EDITOR_AGENT_BRIDGE_UI_REGIONS_SCHEMA: EditorAgentBridgeJsonObject;
382
- export declare const EDITOR_AGENT_BRIDGE_EDITOR_SNAPSHOT_GET_INPUT_SCHEMA: EditorAgentBridgeJsonObject;
383
- export declare const EDITOR_AGENT_BRIDGE_HOST_MODE_GET_INPUT_SCHEMA: EditorAgentBridgeJsonObject;
384
- export declare const EDITOR_AGENT_BRIDGE_LIFECYCLE_SCOPE_SCHEMA: EditorAgentBridgeJsonObject;
385
- export declare const EDITOR_AGENT_BRIDGE_LIFECYCLE_TRANSITION_SCHEMA: EditorAgentBridgeJsonObject;
386
- export declare const EDITOR_AGENT_BRIDGE_LIFECYCLE_SNAPSHOT_SCHEMA: EditorAgentBridgeJsonObject;
387
- export declare const EDITOR_AGENT_BRIDGE_HOST_DIAGNOSTIC_SCHEMA: EditorAgentBridgeJsonObject;
388
- export declare const EDITOR_AGENT_BRIDGE_HOST_STATUS_SCHEMA_PROPERTIES: EditorAgentBridgeJsonObject;
389
- export declare const EDITOR_AGENT_BRIDGE_HOST_STATUS_SCHEMA_REQUIRED: readonly ["mode", "editorReady", "busy", "status", "sessionActive"];
390
- export declare const EDITOR_AGENT_BRIDGE_HOST_STATUS_SCHEMA: EditorAgentBridgeJsonObject;
391
- export declare const EDITOR_AGENT_BRIDGE_HOST_EDITOR_ENTER_INPUT_SCHEMA: EditorAgentBridgeJsonObject;
392
- export declare const EDITOR_AGENT_BRIDGE_HOST_EDITOR_ENTER_OUTPUT_SCHEMA: EditorAgentBridgeJsonObject;
393
- export declare const EDITOR_AGENT_BRIDGE_HOST_EDITOR_SAVE_AND_RUN_INPUT_SCHEMA: EditorAgentBridgeJsonObject;
394
- export declare const EDITOR_AGENT_BRIDGE_HOST_EDITOR_SAVE_AND_RUN_OUTPUT_SCHEMA: EditorAgentBridgeJsonObject;
395
- export declare const EDITOR_AGENT_BRIDGE_HOST_EDITOR_DISCARD_AND_RUN_INPUT_SCHEMA: EditorAgentBridgeJsonObject;
396
- export declare const EDITOR_AGENT_BRIDGE_HOST_EDITOR_DISCARD_AND_RUN_OUTPUT_SCHEMA: EditorAgentBridgeJsonObject;
397
- export declare const EDITOR_AGENT_BRIDGE_HOST_EDITOR_WAIT_READY_INPUT_SCHEMA: EditorAgentBridgeJsonObject;
398
- export declare const EDITOR_AGENT_BRIDGE_OBJECT_CREATE_PRIMITIVE_INPUT_SCHEMA: EditorAgentBridgeJsonObject;
399
- export declare const EDITOR_AGENT_BRIDGE_OBJECT_CREATE_PRIMITIVE_OUTPUT_SCHEMA: EditorAgentBridgeJsonObject;
400
- export declare const EDITOR_AGENT_BRIDGE_OBJECT_CREATE_FROM_ASSET_INPUT_SCHEMA: EditorAgentBridgeJsonObject;
401
- export declare const EDITOR_AGENT_BRIDGE_OBJECT_CREATE_FROM_ASSET_OUTPUT_SCHEMA: EditorAgentBridgeJsonObject;
402
- export declare const EDITOR_AGENT_BRIDGE_OBJECT_DELETE_INPUT_SCHEMA: EditorAgentBridgeJsonObject;
403
- export declare const EDITOR_AGENT_BRIDGE_OBJECT_DELETE_OUTPUT_SCHEMA: EditorAgentBridgeJsonObject;
404
- export declare const EDITOR_AGENT_BRIDGE_EDITOR_STATE_SCHEMA: EditorAgentBridgeJsonObject;
405
- export declare const EDITOR_AGENT_BRIDGE_EDITOR_SNAPSHOT_SCHEMA: EditorAgentBridgeJsonObject;
406
- export declare const EDITOR_AGENT_BRIDGE_HIERARCHY_SCOPE_GET_INPUT_SCHEMA: EditorAgentBridgeJsonObject;
407
- export declare const EDITOR_AGENT_BRIDGE_HIERARCHY_SCOPE_GET_OUTPUT_SCHEMA: EditorAgentBridgeJsonObject;
408
- export declare const EDITOR_AGENT_BRIDGE_HIERARCHY_OPERATIONS_LIST_INPUT_SCHEMA: EditorAgentBridgeJsonObject;
409
- export declare const EDITOR_AGENT_BRIDGE_HIERARCHY_OPERATIONS_LIST_OUTPUT_SCHEMA: EditorAgentBridgeJsonObject;
410
- export declare const EDITOR_AGENT_BRIDGE_HIERARCHY_OPERATION_EXECUTE_INPUT_SCHEMA: EditorAgentBridgeJsonObject;
411
- export declare const EDITOR_AGENT_BRIDGE_HIERARCHY_OPERATION_EXECUTE_OUTPUT_SCHEMA: EditorAgentBridgeJsonObject;
412
- export declare const EDITOR_AGENT_BRIDGE_CAPABILITY_SCHEMAS: Record<EditorAgentBridgeBuiltInCapabilityId, EditorAgentBridgeCapabilitySchemaSet>;
413
- export interface EditorAgentBridgeCallFailure {
414
- ok: false;
415
- capabilityId: EditorAgentBridgeCapabilityId;
416
- diagnostics: EditorAgentBridgeDiagnostic[];
417
- }
418
- export type EditorAgentBridgeCallResult<TOutput = unknown> = EditorAgentBridgeCallSuccess<TOutput> | EditorAgentBridgeCallFailure;
419
- export interface EditorAgentBridgeSelectionState {
420
- selectedIds: string[];
421
- activeId: string | null;
422
- }
423
- export interface EditorAgentBridgeSceneObject {
424
- id: string;
425
- name?: string;
426
- label?: string;
427
- type?: string;
428
- path?: string;
429
- parentId?: string | null;
430
- selectable?: boolean;
431
- locked?: boolean;
432
- transform?: EditorAgentBridgeTransform;
433
- bounds?: EditorAgentBridgeBounds;
434
- }
435
- export interface EditorAgentBridgeAssetAnalysisSummary {
436
- kind?: string;
437
- summary?: string;
438
- complexity?: 'low' | 'medium' | 'high' | (string & {});
439
- nodeCount?: number;
440
- meshCount?: number;
441
- primitiveCount?: number;
442
- materialCount?: number;
443
- textureCount?: number;
444
- imageCount?: number;
445
- animationCount?: number;
446
- skinCount?: number;
447
- width?: number;
448
- height?: number;
449
- mime?: string;
450
- hasAlpha?: boolean;
451
- diagnostics?: EditorAgentBridgeDiagnostic[];
452
- [key: string]: unknown;
453
- }
454
- export interface EditorAgentBridgeAssetSummary {
455
- assetId: string;
456
- guid?: string;
457
- displayName: string;
458
- kind: EditorAgentBridgeAssetKind;
459
- type: string;
460
- category?: string;
461
- placeable: boolean;
462
- byteSize?: number;
463
- contentHash?: string;
464
- relativePath?: string;
465
- metadataSummary?: Record<string, unknown>;
466
- analysisSummary?: EditorAgentBridgeAssetAnalysisSummary;
467
- }
468
- export interface EditorAgentBridgeAssetInfo extends EditorAgentBridgeAssetSummary {
469
- origin?: string;
470
- dedupeKey?: string;
471
- materialMode?: string;
472
- metadata?: Record<string, unknown>;
473
- external?: Record<string, unknown>;
474
- defaults?: Record<string, unknown>;
475
- prefab?: Record<string, unknown>;
476
- }
477
- export interface EditorAgentBridgeAssetLibraryListInput {
478
- includeUnplaceable?: boolean;
479
- query?: string;
480
- kind?: EditorAgentBridgeAssetKind;
481
- limit?: number;
482
- }
483
- export interface EditorAgentBridgeAssetLibraryListOutput {
484
- assets: EditorAgentBridgeAssetSummary[];
485
- assetCount: number;
486
- }
487
- export interface EditorAgentBridgeAssetInfoGetInput {
488
- assetId: string;
489
- }
490
- export interface EditorAgentBridgeAssetInfoGetOutput {
491
- asset: EditorAgentBridgeAssetInfo;
492
- }
493
- export interface EditorAgentBridgeAssetAnalysis {
494
- kind?: string;
495
- format?: string;
496
- summary?: string;
497
- complexity?: 'low' | 'medium' | 'high' | (string & {});
498
- sceneCount?: number;
499
- nodeCount?: number;
500
- meshCount?: number;
501
- primitiveCount?: number;
502
- materialCount?: number;
503
- textureCount?: number;
504
- imageCount?: number;
505
- animationCount?: number;
506
- skinCount?: number;
507
- width?: number;
508
- height?: number;
509
- mime?: string;
510
- bitDepth?: number;
511
- hasAlpha?: boolean;
512
- estimatedPixels?: number;
513
- meshes?: Array<Record<string, unknown>>;
514
- materials?: Array<Record<string, unknown>>;
515
- diagnostics?: EditorAgentBridgeDiagnostic[];
516
- [key: string]: unknown;
517
- }
518
- export interface EditorAgentBridgeAssetAnalysisGetInput {
519
- assetId: string;
520
- }
521
- export interface EditorAgentBridgeAssetAnalysisGetOutput {
522
- assetId: string;
523
- kind: EditorAgentBridgeAssetKind;
524
- analysis: EditorAgentBridgeAssetAnalysis;
525
- }
526
- export interface EditorAgentBridgePrefabSummary {
527
- assetId: string;
528
- browserAssetId?: string;
529
- displayName: string;
530
- sourceAssetId?: string;
531
- sourceAssetGuid?: string;
532
- placeable?: boolean;
533
- readonly?: boolean;
534
- status?: string;
535
- }
536
- export interface EditorAgentBridgePrefabStageState {
537
- assetId: string;
538
- browserAssetId?: string;
539
- label: string;
540
- sourceAssetId?: string;
541
- sourceAssetGuid?: string;
542
- previewNodeId?: string;
543
- selectedItemId?: string | null;
544
- readonly?: boolean;
545
- dirty: boolean;
546
- documentDirty: boolean;
547
- canSave: boolean;
548
- canDiscard: boolean;
549
- }
550
- export interface EditorAgentBridgePrefabResolveInput {
551
- assetId?: string;
552
- browserAssetId?: string;
553
- name?: string;
554
- query?: string;
555
- includeUnavailable?: boolean;
556
- }
557
- export interface EditorAgentBridgePrefabResolveOutput {
558
- prefabs: EditorAgentBridgePrefabSummary[];
559
- resolvedPrefab: EditorAgentBridgePrefabSummary | null;
560
- ambiguous: boolean;
561
- currentStage?: EditorAgentBridgePrefabStageState | null;
562
- }
563
- export interface EditorAgentBridgePrefabStageOpenInput {
564
- assetId?: string;
565
- browserAssetId?: string;
566
- name?: string;
567
- query?: string;
568
- dirtyAction?: EditorAgentBridgePrefabStageDirtyAction;
569
- }
570
- export interface EditorAgentBridgePrefabStageOpenOutput {
571
- opened: boolean;
572
- alreadyOpen: boolean;
573
- prefab: EditorAgentBridgePrefabSummary;
574
- stage: EditorAgentBridgePrefabStageState;
575
- status: string;
576
- }
577
- export type EditorAgentBridgePrefabStageDirtyAction = 'reject' | 'save' | 'discard';
578
- export interface EditorAgentBridgePrefabStageExitInput {
579
- dirtyAction?: EditorAgentBridgePrefabStageDirtyAction;
580
- }
581
- export interface EditorAgentBridgePrefabStageExitOutput {
582
- exited: boolean;
583
- wasOpen: boolean;
584
- previousStage?: EditorAgentBridgePrefabStageState | null;
585
- status: string;
586
- }
587
- export type EditorAgentBridgePrefabStageActionInput = EditorAgentBridgeEmptyObjectInput;
588
- export interface EditorAgentBridgePrefabStageActionOutput {
589
- changed: boolean;
590
- stage: EditorAgentBridgePrefabStageState;
591
- status: string;
592
- }
593
- export interface EditorAgentBridgePrefabAssetRenameInput {
594
- assetId?: string;
595
- displayName: string;
596
- }
597
- export interface EditorAgentBridgePrefabAssetRenameOutput {
598
- assetId: string;
599
- previousDisplayName: string;
600
- displayName: string;
601
- stageActive: boolean;
602
- renamed: boolean;
603
- }
604
- export type EditorAgentBridgePrefabNodeKind = 'root' | 'group' | 'model' | 'primitive' | 'light' | 'prefabInstance' | 'marker' | 'collision';
605
- export interface EditorAgentBridgePrefabMarkerTargetRef {
606
- kind: 'marker' | 'scene-object';
607
- id: string;
608
- label?: string;
609
- }
610
- export type EditorAgentBridgePrefabMarkerGeometry = {
611
- kind: 'box';
612
- } | {
613
- kind: 'point';
614
- coordinateSpace?: 'world' | 'local';
615
- position?: EditorAgentBridgeVec3;
616
- offset?: EditorAgentBridgeVec3;
617
- target?: EditorAgentBridgePrefabMarkerTargetRef;
618
- } | {
619
- kind: 'object-bounds';
620
- target: EditorAgentBridgePrefabMarkerTargetRef;
621
- } | {
622
- kind: 'polyhedron';
623
- coordinateSpace?: 'world';
624
- vertices: EditorAgentBridgeVec3[];
625
- faces?: number[][];
626
- };
627
- export interface EditorAgentBridgePrefabMarkerFrame {
628
- origin: EditorAgentBridgeVec3;
629
- forward?: EditorAgentBridgeVec3;
630
- right?: EditorAgentBridgeVec3;
631
- up?: EditorAgentBridgeVec3;
632
- label?: string;
633
- description?: string;
634
- }
635
- export interface EditorAgentBridgePrefabMarkerConfig {
636
- schemaVersion: 1;
637
- type: string;
638
- kind?: string;
639
- tags?: string[];
640
- note?: string;
641
- color?: {
642
- r: number;
643
- g: number;
644
- b: number;
645
- };
646
- target?: EditorAgentBridgePrefabMarkerTargetRef;
647
- semanticFrame?: EditorAgentBridgePrefabMarkerFrame;
648
- geometry: EditorAgentBridgePrefabMarkerGeometry;
649
- metadata?: EditorAgentBridgeJsonObject;
650
- }
651
- export interface EditorAgentBridgePrefabNode {
652
- nodeId: string;
653
- guid?: string;
654
- name?: string;
655
- parentNodeId?: string | null;
656
- kind: EditorAgentBridgePrefabNodeKind;
657
- path?: string;
658
- transform?: EditorAgentBridgeTransform;
659
- sourceAssetId?: string;
660
- sourceNodePath?: string;
661
- childPrefabId?: string;
662
- primitive?: {
663
- shape: string;
664
- [key: string]: unknown;
665
- };
666
- marker?: EditorAgentBridgePrefabMarkerConfig;
667
- defaults?: Record<string, unknown>;
668
- overrides?: Record<string, unknown>;
669
- readonly?: boolean;
670
- diagnostics?: EditorAgentBridgeDiagnostic[];
671
- }
672
- export interface EditorAgentBridgePrefabSceneGetInput {
673
- assetId?: string;
674
- includeSourceSummary?: boolean;
675
- includeMaterialSlots?: boolean;
676
- }
677
- export interface EditorAgentBridgePrefabSceneGetOutput {
678
- stage: EditorAgentBridgePrefabStageState;
679
- rootNodeId: string;
680
- selectedNodeId: string | null;
681
- nodes: EditorAgentBridgePrefabNode[];
682
- diagnostics?: EditorAgentBridgeDiagnostic[];
683
- }
684
- export interface EditorAgentBridgePrefabNodeSelectInput {
685
- nodeId: string;
686
- }
687
- export interface EditorAgentBridgePrefabNodeSelectOutput {
688
- stage: EditorAgentBridgePrefabStageState;
689
- selectedNodeId: string;
690
- node: EditorAgentBridgePrefabNode;
691
- }
692
- export interface EditorAgentBridgePrefabNodeCreateFromAssetInput {
693
- assetId: string;
694
- parentNodeId?: string;
695
- name?: string;
696
- sourceNodePath?: string;
697
- position?: EditorAgentBridgeVec3;
698
- rotation?: EditorAgentBridgeVec3;
699
- scale?: EditorAgentBridgeVec3;
700
- select?: boolean;
701
- }
702
- export interface EditorAgentBridgePrefabNodeCreatePrimitiveInput {
703
- shape: EditorAgentBridgePrimitiveShape;
704
- parentNodeId?: string;
705
- name?: string;
706
- position?: EditorAgentBridgeVec3;
707
- rotation?: EditorAgentBridgeVec3;
708
- scale?: EditorAgentBridgeVec3;
709
- select?: boolean;
710
- }
711
- export interface EditorAgentBridgePrefabNodeCreateGroupInput {
712
- parentNodeId?: string;
713
- name?: string;
714
- position?: EditorAgentBridgeVec3;
715
- rotation?: EditorAgentBridgeVec3;
716
- scale?: EditorAgentBridgeVec3;
717
- select?: boolean;
718
- }
719
- export interface EditorAgentBridgePrefabMarkerTargetInput {
720
- kind: 'scene-object' | 'marker';
721
- id: string;
722
- }
723
- export interface EditorAgentBridgePrefabMarkerColorInput {
724
- r: number;
725
- g: number;
726
- b: number;
727
- }
728
- export interface EditorAgentBridgePrefabNodeCreateMarkerInput {
729
- parentNodeId?: string;
730
- name?: string;
731
- type: string;
732
- target?: EditorAgentBridgePrefabMarkerTargetInput;
733
- tags?: string[];
734
- note?: string;
735
- color?: EditorAgentBridgePrefabMarkerColorInput;
736
- position?: EditorAgentBridgeVec3;
737
- rotation?: EditorAgentBridgeVec3;
738
- scale?: EditorAgentBridgeVec3;
739
- select?: boolean;
740
- }
741
- export interface EditorAgentBridgePrefabNodeSetMarkerInput {
742
- nodeId: string;
743
- type?: string;
744
- target?: EditorAgentBridgePrefabMarkerTargetInput | null;
745
- tags?: string[];
746
- note?: string | null;
747
- color?: EditorAgentBridgePrefabMarkerColorInput | null;
748
- }
749
- export interface EditorAgentBridgePrefabNodeMutationOutput {
750
- stage: EditorAgentBridgePrefabStageState;
751
- changed: boolean;
752
- createdNodeId?: string;
753
- changedNodeId?: string;
754
- deletedNodeIds?: string[];
755
- selectedNodeId: string | null;
756
- node?: EditorAgentBridgePrefabNode | null;
757
- rootNodeId: string;
758
- nodes: EditorAgentBridgePrefabNode[];
759
- status: string;
760
- diagnostics?: EditorAgentBridgeDiagnostic[];
761
- }
762
- export type EditorAgentBridgePrefabNodeSetTransformInput = {
763
- nodeId: string;
764
- } & ({
765
- position: EditorAgentBridgeVec3;
766
- rotation?: EditorAgentBridgeVec3;
767
- scale?: EditorAgentBridgeVec3;
768
- } | {
769
- position?: EditorAgentBridgeVec3;
770
- rotation: EditorAgentBridgeVec3;
771
- scale?: EditorAgentBridgeVec3;
772
- } | {
773
- position?: EditorAgentBridgeVec3;
774
- rotation?: EditorAgentBridgeVec3;
775
- scale: EditorAgentBridgeVec3;
776
- });
777
- export interface EditorAgentBridgePrefabNodeRenameInput {
778
- nodeId: string;
779
- name: string;
780
- }
781
- export interface EditorAgentBridgePrefabNodeRenameOutput {
782
- nodeId: string;
783
- previousName: string;
784
- name: string;
785
- selectedNodeId: string | null;
786
- nodes: EditorAgentBridgePrefabNode[];
787
- }
788
- export interface EditorAgentBridgePrefabNodeReparentInput {
789
- nodeId: string;
790
- parentNodeId: string;
791
- }
792
- export interface EditorAgentBridgePrefabNodeDeleteInput {
793
- nodeId: string;
794
- }
795
- export interface EditorAgentBridgePrefabSourceStructureGetInput {
796
- nodeId?: string;
797
- assetId?: string;
798
- }
799
- export interface EditorAgentBridgePrefabSourceStructure {
800
- assetId?: string;
801
- nodeId?: string;
802
- sourceNodePath?: string;
803
- nodeCount?: number;
804
- meshCount?: number;
805
- primitiveCount?: number;
806
- materialCount?: number;
807
- textureCount?: number;
808
- nodes?: Array<Record<string, unknown>>;
809
- meshes?: Array<Record<string, unknown>>;
810
- materials?: Array<Record<string, unknown>>;
811
- [key: string]: unknown;
812
- }
813
- export interface EditorAgentBridgePrefabSourceStructureGetOutput {
814
- stage: EditorAgentBridgePrefabStageState;
815
- nodeId?: string;
816
- assetId: string;
817
- structure: EditorAgentBridgePrefabSourceStructure;
818
- diagnostics?: EditorAgentBridgeDiagnostic[];
819
- }
820
- export interface EditorAgentBridgePrefabMaterialSlot {
821
- slotId?: string;
822
- label: string;
823
- ownerNodePath?: string;
824
- nodeIndex?: number;
825
- nodeIndexPath?: number[];
826
- meshIndex?: number;
827
- primitiveIndex?: number;
828
- sourceMaterialIndex?: number;
829
- sourceMaterialIndices?: number[];
830
- sourceMaterialName?: string;
831
- materialName?: string;
832
- materialNames?: string[];
833
- triangleCount?: number;
834
- boundingBox?: {
835
- min?: [number, number, number];
836
- max?: [number, number, number];
837
- };
838
- bindingPath?: string;
839
- materialAssetIdPath?: string;
840
- overridePath?: string;
841
- editable: boolean;
842
- readonlyReason?: string;
843
- [key: string]: unknown;
844
- }
845
- export interface EditorAgentBridgePrefabMaterialSlotsListInput {
846
- nodeId?: string;
847
- assetId?: string;
848
- includeReadonly?: boolean;
849
- }
850
- export interface EditorAgentBridgePrefabMaterialSlotsListOutput {
851
- stage: EditorAgentBridgePrefabStageState;
852
- nodeId?: string;
853
- assetId?: string;
854
- slots: EditorAgentBridgePrefabMaterialSlot[];
855
- diagnostics?: EditorAgentBridgeDiagnostic[];
856
- }
857
- export interface EditorAgentBridgeSceneObjectsListInput {
858
- includeUnselectable?: boolean;
859
- }
860
- export interface EditorAgentBridgeSceneObjectsListOutput {
861
- objects: EditorAgentBridgeSceneObject[];
862
- }
863
- export interface EditorAgentBridgeObjectResolveInput {
864
- objectId?: string;
865
- name?: string;
866
- path?: string;
867
- type?: string;
868
- query?: string;
869
- includeUnselectable?: boolean;
870
- }
871
- export interface EditorAgentBridgeObjectResolveOutput {
872
- objects: EditorAgentBridgeSceneObject[];
873
- resolvedObject: EditorAgentBridgeSceneObject | null;
874
- ambiguous: boolean;
875
- }
876
- export interface EditorAgentBridgeShadowMapExperimentTarget {
877
- scope: 'scene' | 'object' | 'prefab-node';
878
- objectId?: string;
879
- nodeId?: string;
880
- prefabAssetId?: string;
881
- }
882
- export interface EditorAgentBridgeShadowMapExperimentConfigGetInput {
883
- }
884
- export interface EditorAgentBridgeShadowMapExperimentConfigGetOutput {
885
- configured: boolean;
886
- readonly: true;
887
- config: Record<string, unknown> | null;
888
- qualityProfileIds: string[];
889
- behaviorProfileIds: string[];
890
- }
891
- export type EditorAgentBridgeShadowMapExperimentPolicyGetInput = EditorAgentBridgeShadowMapExperimentTarget;
892
- export interface EditorAgentBridgeShadowMapExperimentPolicyOutput {
893
- target: EditorAgentBridgeShadowMapExperimentTarget;
894
- authored: {
895
- qualityProfile: string | null;
896
- behaviorProfile: string | null;
897
- };
898
- effective: {
899
- qualityProfileId: string | null;
900
- behaviorProfileId: string | null;
901
- cast: boolean | null;
902
- receive: boolean | null;
903
- updateClass: 'static' | 'dynamic' | 'skinned' | null;
904
- };
905
- qualityProfileIds: string[];
906
- behaviorProfileIds: string[];
907
- }
908
- export interface EditorAgentBridgeShadowMapExperimentPolicySetInput extends EditorAgentBridgeShadowMapExperimentTarget {
909
- qualityProfile?: string | null;
910
- behaviorProfile?: string | null;
911
- }
912
- export interface EditorAgentBridgeShadowMapExperimentPolicySetOutput {
913
- changed: boolean;
914
- policy: EditorAgentBridgeShadowMapExperimentPolicyOutput;
915
- }
916
- export interface EditorAgentBridgeShadowMapExperimentPlanPreviewInput {
917
- }
918
- export interface EditorAgentBridgeShadowMapExperimentPlanPreviewOutput {
919
- plan: Record<string, unknown> | null;
920
- }
921
- export interface EditorAgentBridgeShadowMapExperimentRuntimeSnapshotInput {
922
- }
923
- export interface EditorAgentBridgeShadowMapExperimentRuntimeSnapshotOutput {
924
- snapshot: Record<string, unknown> | null;
925
- }
926
- export interface EditorAgentBridgeSelectionSetInput {
927
- objectId?: string;
928
- objectIds?: string[];
929
- activeId?: string | null;
930
- }
931
- export interface EditorAgentBridgeSelectionSetOutput {
932
- selection: EditorAgentBridgeSelectionState;
933
- }
934
- export interface EditorAgentBridgeShadowTarget {
935
- objectId?: string;
936
- nodeId?: string;
937
- assetId?: string;
938
- }
939
- export interface EditorAgentBridgeShadowLightSettings {
940
- mode?: EditorAgentBridgeShadowLightMode;
941
- lightId?: string;
942
- }
943
- export interface EditorAgentBridgeShadowParams {
944
- opacity?: number;
945
- softness?: number;
946
- bias?: number;
947
- normalBias?: number;
948
- maxDistance?: number;
949
- resolution?: 512 | 1024 | 2048 | 4096;
950
- cascadeCount?: 1 | 2 | 4;
951
- bakeSamples?: number;
952
- blurKernel?: number;
953
- }
954
- export interface EditorAgentBridgeShadowSettings {
955
- cast?: EditorAgentBridgeShadowCastMode;
956
- receive?: EditorAgentBridgeShadowReceiveMode;
957
- mode?: EditorAgentBridgeShadowMode;
958
- quality?: EditorAgentBridgeShadowQuality;
959
- light?: EditorAgentBridgeShadowLightSettings;
960
- params?: EditorAgentBridgeShadowParams;
961
- }
962
- export interface EditorAgentBridgeShadowResolvedParams {
963
- opacity: number;
964
- softness: number;
965
- bias: number;
966
- normalBias: number;
967
- maxDistance: number;
968
- resolution: 512 | 1024 | 2048 | 4096;
969
- cascadeCount: 1 | 2 | 4;
970
- bakeSamples: number;
971
- blurKernel: number;
972
- }
973
- export interface EditorAgentBridgeShadowResolvedPlan {
974
- casterId: string;
975
- receiverIds: string[];
976
- lightId?: string;
977
- backend: 'none' | 'dynamic-map' | 'static-baked' | 'blob' | 'projected';
978
- mode: 'none' | 'dynamic' | 'static' | 'blob' | 'projected';
979
- quality: 'low' | 'medium' | 'high' | 'ultra';
980
- params: EditorAgentBridgeShadowResolvedParams;
981
- stale?: boolean;
982
- diagnostics: EditorAgentBridgeDiagnostic[];
983
- }
984
- export interface EditorAgentBridgeShadowReceiverCandidate {
985
- receiverId: string;
986
- source: 'explicit' | 'prefab' | 'auto' | 'scene-default';
987
- score: number;
988
- bounds?: EditorAgentBridgeBounds;
989
- boundsCenter?: EditorAgentBridgeVec3;
990
- active?: boolean;
991
- visible?: boolean;
992
- receive?: EditorAgentBridgeShadowReceiveMode;
993
- suitability?: {
994
- score?: number;
995
- overlap?: number;
996
- distance?: number;
997
- material?: string;
998
- light?: string;
999
- reasons?: string[];
1000
- };
1001
- diagnostics?: EditorAgentBridgeDiagnostic[];
1002
- }
1003
- export interface EditorAgentBridgeShadowDebugTargetSummary {
1004
- objectId?: string;
1005
- nodeId?: string;
1006
- label?: string;
1007
- kind?: string;
1008
- active?: boolean;
1009
- visible?: boolean;
1010
- bounds?: EditorAgentBridgeBounds;
1011
- transform?: EditorAgentBridgeTransform;
1012
- diagnostics?: EditorAgentBridgeDiagnostic[];
1013
- }
1014
- export interface EditorAgentBridgeShadowLightSummary {
1015
- lightId?: string;
1016
- label?: string;
1017
- type?: string;
1018
- mode?: EditorAgentBridgeShadowLightMode;
1019
- direction?: EditorAgentBridgeVec3;
1020
- directionSource?: 'light.direction' | 'transform.rotation' | 'unknown';
1021
- orientationDiagnostics?: EditorAgentBridgeDiagnostic[];
1022
- position?: EditorAgentBridgeVec3;
1023
- intensity?: number;
1024
- diagnostics?: EditorAgentBridgeDiagnostic[];
1025
- }
1026
- export interface EditorAgentBridgeShadowFootprintSummary {
1027
- kind: 'none' | 'estimated' | 'artifact' | 'unknown';
1028
- receiverId?: string;
1029
- center?: EditorAgentBridgeVec3;
1030
- size?: EditorAgentBridgeVec3;
1031
- normal?: EditorAgentBridgeVec3;
1032
- direction?: EditorAgentBridgeVec3;
1033
- area?: number;
1034
- confidence: number;
1035
- diagnostics?: EditorAgentBridgeDiagnostic[];
1036
- }
1037
- export interface EditorAgentBridgeShadowRuntimeEvidence {
1038
- backend?: string;
1039
- renderableShadowPrimitiveCount?: number;
1040
- casterRuntimeObjectCount?: number;
1041
- receiverRuntimeObjectCount?: number;
1042
- shadowMapExperiment?: {
1043
- enabled: boolean;
1044
- planRevision: number | null;
1045
- lightEntityId: string | null;
1046
- generatorAllocated: boolean;
1047
- resolution: number | null;
1048
- mapResolutions: {
1049
- static: number;
1050
- dynamic: number;
1051
- composite: number;
1052
- } | null;
1053
- configuredMapResolutions: {
1054
- static: number;
1055
- dynamic: number;
1056
- composite: number;
1057
- } | null;
1058
- diagnosticThresholds: {
1059
- staticCasterCountWarning: number;
1060
- dynamicCasterCountWarning: number;
1061
- renderableCountWarning: number;
1062
- } | null;
1063
- filter: 'hard' | 'low-pcf' | null;
1064
- renderListCount: number;
1065
- receiverMeshCount: number;
1066
- boundMeshCount: number;
1067
- backend: 'split-static-dynamic' | 'single-map' | 'single-map-fallback' | null;
1068
- fallbackReason: string | null;
1069
- fallbackWarningEmitted: boolean;
1070
- depth: {
1071
- backend: 'split-static-dynamic' | 'single-map' | 'single-map-fallback';
1072
- fallbackReason: string | null;
1073
- receiverFilter: 'hard' | 'poisson-low-pcf' | 'native-low-pcf';
1074
- gpuCapability: {
1075
- engine: 'webgl' | 'webgpu';
1076
- maxRenderTextureSize: number;
1077
- halfFloatRender: boolean;
1078
- halfFloatLinearFiltering: boolean;
1079
- splitSupported: boolean;
1080
- };
1081
- textureFormat: 'r-half-float' | 'single-map';
1082
- static: {
1083
- resolution: number;
1084
- candidateMeshCount: number;
1085
- retainedMeshCount: number;
1086
- culledMeshCount: number;
1087
- renderListCount: number;
1088
- refreshCount: number;
1089
- renderCount: number;
1090
- lastRefreshReasons: string[];
1091
- };
1092
- dynamic: {
1093
- resolution: number;
1094
- candidateMeshCount: number;
1095
- retainedMeshCount: number;
1096
- culledMeshCount: number;
1097
- renderListCount: number;
1098
- refreshCount: number;
1099
- renderCount: number;
1100
- lastRefreshReasons: string[];
1101
- };
1102
- compositeResolution: number;
1103
- compositeRefreshCount: number;
1104
- compositeRenderCount: number;
1105
- compositorReady: boolean;
1106
- } | null;
1107
- culling: {
1108
- enabled: boolean;
1109
- guardBandRatio: number;
1110
- coverageRevision: number;
1111
- cameraId: string | null;
1112
- projectionSignature: string | null;
1113
- coverage: {
1114
- min: [number, number, number];
1115
- max: [number, number, number];
1116
- } | null;
1117
- conservative: boolean;
1118
- rebuildCount: number;
1119
- stable: boolean;
1120
- lastInvalidationReason: string | null;
1121
- coverageMode?: 'fixed' | 'scene-fit';
1122
- authoredCenter?: [number, number, number] | null;
1123
- effectiveCenter?: [number, number, number] | null;
1124
- authoredExtent?: [number, number, number] | null;
1125
- effectiveExtent?: [number, number, number] | null;
1126
- anchor?: [number, number, number] | null;
1127
- };
1128
- activity: {
1129
- trackedEntityStateCount: number;
1130
- registeredActivitySourceCount: number;
1131
- activeActivitySourceCount: number;
1132
- pendingActivitySourceCount: number;
1133
- activeActivityCasterCount: number;
1134
- activeActivityKindCounts: Record<'transform' | 'animation' | 'morph' | 'physics', number>;
1135
- pendingDirtyReasons: string[];
1136
- untrackedDynamicCasterCount: number;
1137
- untrackedDynamicCasterEntityIds: string[];
1138
- sources: unknown[];
1139
- };
1140
- runtime: {
1141
- planSchemaVersion: 2 | 3 | null;
1142
- sourcePlanRevision: number | null;
1143
- effectivePlanRevision: number | null;
1144
- overlayRevision: number;
1145
- registrationCount: number;
1146
- activityOwnerCount: number;
1147
- registrations: Array<{
1148
- entityId: string;
1149
- behaviorProfileId: string;
1150
- renderableIds: string[];
1151
- activitySourceIds: string[];
1152
- }>;
1153
- };
1154
- refreshCount: number;
1155
- lastRefreshReasons: string[];
1156
- worldUnitsPerTexel: [number, number] | null;
1157
- worldUnitsPerTexelByMap: {
1158
- static: [number, number];
1159
- dynamic: [number, number];
1160
- composite: [number, number];
1161
- } | null;
1162
- registry: unknown;
1163
- diagnostics: Array<{
1164
- code: string;
1165
- message: string;
1166
- entityId?: string;
1167
- renderableId?: string;
1168
- }>;
1169
- };
1170
- planar?: {
1171
- strategy?: 'auto' | 'projected-mesh' | 'convex-hull';
1172
- sourceMeshCount?: number;
1173
- projectedMeshCount?: number;
1174
- convexHullMeshCount?: number;
1175
- alphaCutoutMeshCount?: number;
1176
- instancedCasterCount?: number;
1177
- batchMeshCount?: number;
1178
- instancedBatchIds?: string[];
1179
- instancedBatchNames?: string[];
1180
- independentProjectedMeshCount?: number;
1181
- visibleInstanceCount?: number;
1182
- alphaCutoutChannels?: Array<'alpha' | 'luminance' | 'red'>;
1183
- alphaCutoutUvSets?: number[];
1184
- alphaCutoutLevels?: number[];
1185
- fallbackReasons?: string[];
1186
- instancingFallbackReasons?: string[];
1187
- casters?: Array<{
1188
- sourceName: string;
1189
- sourceMeshNames?: string[];
1190
- sourceNodeId?: string;
1191
- sourceNodeIds?: string[];
1192
- shadowName: string;
1193
- strategy: 'auto' | 'projected-mesh' | 'convex-hull';
1194
- hasSkeleton: boolean;
1195
- projectedMeshCount: number;
1196
- convexHullMeshCount: number;
1197
- alphaCutoutMeshCount: number;
1198
- instancedCasterCount?: number;
1199
- batchMeshCount?: number;
1200
- instancedBatchIds?: string[];
1201
- instancedBatchNames?: string[];
1202
- independentProjectedMeshCount?: number;
1203
- visibleInstanceCount?: number;
1204
- alphaCutoutChannels?: Array<'alpha' | 'luminance' | 'red'>;
1205
- fallbackReasons?: string[];
1206
- instancingFallbackReasons?: string[];
1207
- }>;
1208
- };
1209
- artifactId?: string;
1210
- artifactStale?: boolean;
1211
- diagnostics?: EditorAgentBridgeDiagnostic[];
1212
- }
1213
- export type EditorAgentBridgeShadowPolicyGetInput = EditorAgentBridgeShadowTarget;
1214
- export interface EditorAgentBridgeShadowPolicyGetOutput {
1215
- target: EditorAgentBridgeShadowTarget;
1216
- policy?: EditorAgentBridgeShadowSettings;
1217
- effectivePolicy: EditorAgentBridgeShadowSettings;
1218
- plan: EditorAgentBridgeShadowResolvedPlan;
1219
- diagnostics?: EditorAgentBridgeDiagnostic[];
1220
- }
1221
- export interface EditorAgentBridgeShadowPolicySetInput extends EditorAgentBridgeShadowTarget {
1222
- policy: EditorAgentBridgeShadowSettings;
1223
- }
1224
- export interface EditorAgentBridgeShadowPolicySetOutput {
1225
- target: EditorAgentBridgeShadowTarget;
1226
- changed: boolean;
1227
- policy?: EditorAgentBridgeShadowSettings;
1228
- effectivePolicy: EditorAgentBridgeShadowSettings;
1229
- plan: EditorAgentBridgeShadowResolvedPlan;
1230
- diagnostics?: EditorAgentBridgeDiagnostic[];
1231
- }
1232
- export interface EditorAgentBridgeShadowReceiversListInput {
1233
- objectId?: string;
1234
- nodeId?: string;
1235
- includeAuto?: boolean;
1236
- }
1237
- export interface EditorAgentBridgeShadowReceiversListOutput {
1238
- receivers: EditorAgentBridgeShadowReceiverCandidate[];
1239
- diagnostics?: EditorAgentBridgeDiagnostic[];
1240
- }
1241
- export interface EditorAgentBridgeShadowResolvePreviewInput extends EditorAgentBridgeShadowTarget {
1242
- policy?: EditorAgentBridgeShadowSettings;
1243
- receiverIds?: string[];
1244
- }
1245
- export interface EditorAgentBridgeShadowResolvePreviewOutput {
1246
- target: EditorAgentBridgeShadowTarget;
1247
- plan: EditorAgentBridgeShadowResolvedPlan;
1248
- caster?: EditorAgentBridgeShadowDebugTargetSummary;
1249
- light?: EditorAgentBridgeShadowLightSummary;
1250
- footprint?: EditorAgentBridgeShadowFootprintSummary;
1251
- receivers?: EditorAgentBridgeShadowReceiverCandidate[];
1252
- diagnostics?: EditorAgentBridgeDiagnostic[];
1253
- }
1254
- export interface EditorAgentBridgeShadowStaticBakeInput extends EditorAgentBridgeShadowTarget {
1255
- receiverIds?: string[];
1256
- quality?: EditorAgentBridgeShadowQuality;
1257
- force?: boolean;
1258
- }
1259
- export interface EditorAgentBridgeShadowStaticBakeOutput {
1260
- target: EditorAgentBridgeShadowTarget;
1261
- baked: boolean;
1262
- plan: EditorAgentBridgeShadowResolvedPlan;
1263
- artifactId?: string;
1264
- stale: boolean;
1265
- diagnostics?: EditorAgentBridgeDiagnostic[];
1266
- }
1267
- export type EditorAgentBridgeShadowStaticInvalidateInput = EditorAgentBridgeShadowTarget;
1268
- export interface EditorAgentBridgeShadowStaticInvalidateOutput {
1269
- target: EditorAgentBridgeShadowTarget;
1270
- invalidated: boolean;
1271
- stale: boolean;
1272
- diagnostics?: EditorAgentBridgeDiagnostic[];
1273
- }
1274
- export type EditorAgentBridgeShadowDebugInspectInput = EditorAgentBridgeShadowTarget;
1275
- export interface EditorAgentBridgeShadowDebugInspectOutput {
1276
- target: EditorAgentBridgeShadowTarget;
1277
- caster?: EditorAgentBridgeShadowDebugTargetSummary;
1278
- policy?: EditorAgentBridgeShadowSettings;
1279
- effectivePolicy?: EditorAgentBridgeShadowSettings;
1280
- plan: EditorAgentBridgeShadowResolvedPlan;
1281
- light?: EditorAgentBridgeShadowLightSummary;
1282
- receivers: EditorAgentBridgeShadowReceiverCandidate[];
1283
- footprint: EditorAgentBridgeShadowFootprintSummary;
1284
- runtimeEvidence: EditorAgentBridgeShadowRuntimeEvidence;
1285
- diagnostics?: EditorAgentBridgeDiagnostic[];
1286
- }
1287
- export interface EditorAgentBridgeShadowDebugOverlaySetInput extends EditorAgentBridgeShadowTarget {
1288
- showCasterBounds?: boolean;
1289
- showReceiverBounds?: boolean;
1290
- showLightDirection?: boolean;
1291
- showFootprint?: boolean;
1292
- showArtifactBounds?: boolean;
1293
- receiverIds?: string[];
1294
- }
1295
- export interface EditorAgentBridgeShadowDebugOverlaySetOutput {
1296
- enabled: boolean;
1297
- target?: EditorAgentBridgeShadowTarget;
1298
- overlayIds: string[];
1299
- diagnostics?: EditorAgentBridgeDiagnostic[];
1300
- }
1301
- export type EditorAgentBridgeShadowDebugOverlayClearInput = EditorAgentBridgeEmptyObjectInput;
1302
- export interface EditorAgentBridgeShadowDebugOverlayClearOutput {
1303
- cleared: boolean;
1304
- diagnostics?: EditorAgentBridgeDiagnostic[];
1305
- }
1306
- export interface EditorAgentBridgeShadowDebugContextEnterInput extends EditorAgentBridgeShadowTarget {
1307
- receiverIds?: string[];
1308
- includeAmbientLights?: boolean;
1309
- showOverlay?: boolean;
1310
- reason?: string;
1311
- }
1312
- export interface EditorAgentBridgeShadowDebugContextEnterOutput {
1313
- entered: boolean;
1314
- target: EditorAgentBridgeShadowTarget;
1315
- keptObjectIds: string[];
1316
- hiddenObjectIds: string[];
1317
- protectedReceiverIds: string[];
1318
- lightIds: string[];
1319
- ambientLightIds: string[];
1320
- overlayIds: string[];
1321
- snapshot: EditorAgentBridgeViewportVisibilitySnapshotOutput;
1322
- inspect: EditorAgentBridgeShadowDebugInspectOutput;
1323
- visibilityMeasure: EditorAgentBridgeShadowDebugVisibilityMeasureOutput;
1324
- diagnostics?: EditorAgentBridgeDiagnostic[];
1325
- }
1326
- export type EditorAgentBridgeShadowDebugContextClearInput = EditorAgentBridgeEmptyObjectInput;
1327
- export interface EditorAgentBridgeShadowDebugContextClearOutput {
1328
- cleared: boolean;
1329
- overlayCleared: boolean;
1330
- visibilityCleared: boolean;
1331
- diagnostics?: EditorAgentBridgeDiagnostic[];
1332
- }
1333
- export interface EditorAgentBridgeShadowDebugVisibilityMeasureInput extends EditorAgentBridgeShadowTarget {
1334
- receiverIds?: string[];
1335
- }
1336
- export interface EditorAgentBridgeShadowDebugVisibilityMeasureOutput {
1337
- target: EditorAgentBridgeShadowTarget;
1338
- visible: boolean;
1339
- visibleScore: number;
1340
- coverage: number;
1341
- contrastDelta?: number;
1342
- renderableShadowPrimitiveCount: number;
1343
- measurementKind: 'pixel-readback' | 'structural';
1344
- diagnostics?: EditorAgentBridgeDiagnostic[];
1345
- }
1346
- export interface EditorAgentBridgeTransformMoveInput {
1347
- objectId: string;
1348
- position?: EditorAgentBridgeVec3;
1349
- offset?: EditorAgentBridgeVec3;
1350
- }
1351
- export interface EditorAgentBridgeTransformMoveOutput {
1352
- objectId: string;
1353
- before: EditorAgentBridgeTransform;
1354
- after: EditorAgentBridgeTransform;
1355
- selection: EditorAgentBridgeSelectionState;
1356
- }
1357
- export type EditorAgentBridgeTransformSetInput = {
1358
- objectId: string;
1359
- } & ({
1360
- position: EditorAgentBridgeVec3;
1361
- rotation?: EditorAgentBridgeVec3;
1362
- scale?: EditorAgentBridgeVec3;
1363
- } | {
1364
- position?: EditorAgentBridgeVec3;
1365
- rotation: EditorAgentBridgeVec3;
1366
- scale?: EditorAgentBridgeVec3;
1367
- } | {
1368
- position?: EditorAgentBridgeVec3;
1369
- rotation?: EditorAgentBridgeVec3;
1370
- scale: EditorAgentBridgeVec3;
1371
- });
1372
- export type EditorAgentBridgeTransformSetOutput = EditorAgentBridgeTransformMoveOutput;
1373
- export interface EditorAgentBridgeViewportFocusObjectInput {
1374
- objectId: string;
1375
- }
1376
- export interface EditorAgentBridgeViewportFocusObjectOutput {
1377
- objectId: string;
1378
- focused: boolean;
1379
- }
1380
- export type EditorAgentBridgeViewportFrameSelectionInput = EditorAgentBridgeEmptyObjectInput;
1381
- export interface EditorAgentBridgeViewportFrameSelectionOutput {
1382
- focused: boolean;
1383
- selection: EditorAgentBridgeSelectionState;
1384
- }
1385
- export type EditorAgentBridgeViewportCameraGetInput = EditorAgentBridgeEmptyObjectInput;
1386
- export interface EditorAgentBridgeViewportCameraState {
1387
- viewPreset: EditorAgentBridgeViewportCameraPreset;
1388
- projectionMode: EditorAgentBridgeViewportProjectionMode;
1389
- target?: EditorAgentBridgeVec3;
1390
- position?: EditorAgentBridgeVec3;
1391
- alpha?: number;
1392
- beta?: number;
1393
- radius?: number;
1394
- selection: EditorAgentBridgeSelectionState;
1395
- }
1396
- export interface EditorAgentBridgeViewportCameraSetPresetInput {
1397
- preset: EditorAgentBridgeViewportCameraPreset;
1398
- target?: EditorAgentBridgeViewportCameraTarget;
1399
- radius?: number;
1400
- distanceScale?: number;
1401
- }
1402
- export interface EditorAgentBridgeViewportCameraSetPresetOutput {
1403
- changed: boolean;
1404
- viewPreset: EditorAgentBridgeViewportCameraPreset;
1405
- projectionMode: EditorAgentBridgeViewportProjectionMode;
1406
- target?: EditorAgentBridgeVec3;
1407
- radius?: number;
1408
- selection: EditorAgentBridgeSelectionState;
1409
- }
1410
- export interface EditorAgentBridgeViewportCameraOrbitInput {
1411
- target?: EditorAgentBridgeViewportCameraTarget;
1412
- yawDeltaDeg?: number;
1413
- pitchDeltaDeg?: number;
1414
- distanceScale?: number;
1415
- }
1416
- export type EditorAgentBridgeViewportCameraOrbitOutput = EditorAgentBridgeViewportCameraSetPresetOutput;
1417
- export interface EditorAgentBridgeViewportVisibilityEntry {
1418
- objectId: string;
1419
- authoredVisible: boolean;
1420
- previewVisible: boolean;
1421
- overrideVisible?: boolean;
1422
- isolated: boolean;
1423
- diagnostics?: EditorAgentBridgeDiagnostic[];
1424
- }
1425
- export type EditorAgentBridgeViewportVisibilitySnapshotInput = EditorAgentBridgeEmptyObjectInput;
1426
- export interface EditorAgentBridgeViewportVisibilitySnapshotOutput {
1427
- isolated: boolean;
1428
- isolatedObjectIds: string[];
1429
- entries: EditorAgentBridgeViewportVisibilityEntry[];
1430
- reason?: string;
1431
- diagnostics?: EditorAgentBridgeDiagnostic[];
1432
- }
1433
- export interface EditorAgentBridgeViewportVisibilitySetInput {
1434
- objectIds: string[];
1435
- visible: boolean;
1436
- reason?: string;
1437
- }
1438
- export interface EditorAgentBridgeViewportVisibilityMutationOutput {
1439
- changed: boolean;
1440
- snapshot: EditorAgentBridgeViewportVisibilitySnapshotOutput;
1441
- diagnostics?: EditorAgentBridgeDiagnostic[];
1442
- }
1443
- export type EditorAgentBridgeViewportVisibilityClearInput = EditorAgentBridgeEmptyObjectInput;
1444
- export interface EditorAgentBridgeViewportIsolationEnterInput {
1445
- objectIds: string[];
1446
- includeShadowDependencies?: boolean;
1447
- shadowTarget?: EditorAgentBridgeShadowTarget;
1448
- reason?: string;
1449
- }
1450
- export type EditorAgentBridgeViewportIsolationEnterOutput = EditorAgentBridgeViewportVisibilityMutationOutput;
1451
- export interface EditorAgentBridgeEditorStateGetInput {
1452
- objectId?: string;
1453
- }
1454
- export interface EditorAgentBridgeEditorDiagnosticsListInput {
1455
- severity?: EditorDiagnosticSeverity;
1456
- phase?: EditorDiagnosticPhase;
1457
- source?: string;
1458
- }
1459
- export interface EditorAgentBridgeEditorDiagnosticsListOutput {
1460
- scopeId: string;
1461
- documentRevision: number;
1462
- projectionRevision?: number;
1463
- diagnostics: EditorDiagnostic[];
1464
- errorCount: number;
1465
- warningCount: number;
1466
- infoCount: number;
1467
- }
1468
- export type EditorAgentBridgeWorkspaceRegionId = 'top-toolbar' | 'left-hierarchy' | 'center-preview' | 'right-inspector' | 'right-render-tabs' | 'bottom-assets' | 'agent-console' | (string & {});
1469
- export interface EditorAgentBridgeWorkspaceRegion {
1470
- id: EditorAgentBridgeWorkspaceRegionId;
1471
- label: string;
1472
- location: string;
1473
- purpose: string;
1474
- primaryCapabilities: EditorAgentBridgeCapabilityId[];
1475
- fallbackTools?: string[];
1476
- notes?: string[];
1477
- }
1478
- export type EditorAgentBridgeUiRegionsGetInput = EditorAgentBridgeEmptyObjectInput;
1479
- export interface EditorAgentBridgeUiRegionsGetOutput {
1480
- mode: string;
1481
- editorReady: boolean;
1482
- sessionActive: boolean;
1483
- regions: EditorAgentBridgeWorkspaceRegion[];
1484
- recommendedOperationOrder: string[];
1485
- l0FallbackRules: string[];
1486
- }
1487
- export interface EditorAgentBridgeEditorSnapshotGetInput {
1488
- includeObjects?: boolean;
1489
- includeUnselectable?: boolean;
1490
- objectLimit?: number;
1491
- }
1492
- export interface EditorAgentBridgeEditorSnapshot {
1493
- mode: string;
1494
- busy: boolean;
1495
- dirty: boolean;
1496
- status: string;
1497
- statusTone?: string;
1498
- selection: EditorAgentBridgeSelectionState;
1499
- objectCount: number;
1500
- objects?: EditorAgentBridgeSceneObject[];
1501
- }
1502
- export type EditorAgentBridgeEmptyObjectInput = Record<string, never>;
1503
- export type EditorAgentBridgeHostModeGetInput = EditorAgentBridgeEmptyObjectInput;
1504
- export interface EditorAgentBridgeLifecycleTransition {
1505
- id: string;
1506
- type: string;
1507
- startedAt: number;
1508
- traceId?: string;
1509
- transactionId?: string;
1510
- sourcePluginId?: string;
1511
- }
1512
- export interface EditorAgentBridgeLifecycleScopeSnapshot {
1513
- id: string;
1514
- scope: string;
1515
- parentId?: string;
1516
- state: string;
1517
- }
1518
- export interface EditorAgentBridgeLifecycleSnapshot {
1519
- revision: number;
1520
- transitioning: boolean;
1521
- activeTransition?: EditorAgentBridgeLifecycleTransition;
1522
- application: string;
1523
- project: string;
1524
- mode: string;
1525
- document: string;
1526
- preview: string;
1527
- scopes: EditorAgentBridgeLifecycleScopeSnapshot[];
1528
- }
1529
- export interface EditorAgentBridgeHostDiagnostic {
1530
- code: string;
1531
- message: string;
1532
- severity: 'info' | 'warning' | 'error';
1533
- pluginId?: string;
1534
- }
1535
- export interface EditorAgentBridgeHostStatus {
1536
- mode: string;
1537
- editorReady: boolean;
1538
- busy: boolean;
1539
- status: string;
1540
- statusTone?: string;
1541
- statusDetails?: string;
1542
- sessionActive: boolean;
1543
- lifecycle?: EditorAgentBridgeLifecycleSnapshot;
1544
- recentDiagnostics?: EditorAgentBridgeHostDiagnostic[];
1545
- }
1546
- export type EditorAgentBridgeHostModeGetOutput = EditorAgentBridgeHostStatus;
1547
- export interface EditorAgentBridgeHostEditorEnterInput {
1548
- timeoutMs?: number;
1549
- }
1550
- export interface EditorAgentBridgeHostEditorEnterOutput extends EditorAgentBridgeHostStatus {
1551
- entered: boolean;
1552
- alreadyEditor: boolean;
1553
- }
1554
- export type EditorAgentBridgeHostEditorSaveAndRunInput = EditorAgentBridgeEmptyObjectInput;
1555
- export interface EditorAgentBridgeHostEditorSaveAndRunOutput extends EditorAgentBridgeHostStatus {
1556
- saved: boolean;
1557
- runScheduled: boolean;
1558
- }
1559
- export type EditorAgentBridgeHostEditorDiscardAndRunInput = EditorAgentBridgeEmptyObjectInput;
1560
- export interface EditorAgentBridgeHostEditorDiscardAndRunOutput extends EditorAgentBridgeHostStatus {
1561
- discarded: boolean;
1562
- runScheduled: boolean;
1563
- }
1564
- export interface EditorAgentBridgeHostEditorWaitReadyInput {
1565
- timeoutMs?: number;
1566
- pollIntervalMs?: number;
1567
- }
1568
- export type EditorAgentBridgeHostEditorWaitReadyOutput = EditorAgentBridgeHostStatus;
1569
- export interface EditorAgentBridgeEditorState {
1570
- mode: string;
1571
- status: string;
1572
- statusTone?: string;
1573
- statusDetails?: string;
1574
- dirty?: boolean;
1575
- busy?: boolean;
1576
- selection: EditorAgentBridgeSelectionState;
1577
- object?: EditorAgentBridgeSceneObject | null;
1578
- diagnostics?: EditorAgentBridgeDiagnostic[];
1579
- }
1580
- export interface EditorAgentBridgeObjectCreatePrimitiveInput {
1581
- shape: EditorAgentBridgePrimitiveShape;
1582
- name?: string;
1583
- parentId?: string | null;
1584
- activeId?: string | null;
1585
- }
1586
- export interface EditorAgentBridgeObjectCreatePrimitiveOutput {
1587
- createdId: string;
1588
- object?: EditorAgentBridgeSceneObject;
1589
- selection: EditorAgentBridgeSelectionState;
1590
- }
1591
- export interface EditorAgentBridgeObjectCreateFromAssetInput {
1592
- assetId: string;
1593
- name?: string;
1594
- position?: EditorAgentBridgeVec3;
1595
- rotation?: EditorAgentBridgeVec3;
1596
- scale?: EditorAgentBridgeVec3;
1597
- select?: boolean;
1598
- focus?: boolean;
1599
- }
1600
- export interface EditorAgentBridgeObjectCreateFromAssetOutput {
1601
- assetId: string;
1602
- createdId: string;
1603
- object?: EditorAgentBridgeSceneObject;
1604
- selection: EditorAgentBridgeSelectionState;
1605
- focused?: boolean;
1606
- status: string;
1607
- }
1608
- export type EditorAgentBridgeObjectDeleteInput = {
1609
- objectId: string;
1610
- objectIds?: never;
1611
- activeId?: string | null;
1612
- } | {
1613
- objectId?: never;
1614
- objectIds: string[];
1615
- activeId?: string | null;
1616
- };
1617
- export interface EditorAgentBridgeObjectDeleteOutput {
1618
- deletedIds: string[];
1619
- fallbackSelectionId?: string | null;
1620
- selection: EditorAgentBridgeSelectionState;
1621
- }
1622
- //# sourceMappingURL=agent-bridge.d.ts.map