@fps-games/editor 0.1.3-beta.4 → 0.1.4-beta.1
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.
- package/dist/index.d.ts +4 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/dist/local-editor-agent-actions.d.ts +38 -0
- package/dist/local-editor-agent-actions.d.ts.map +1 -0
- package/dist/local-editor-agent-actions.js +134 -0
- package/dist/local-editor-agent-actions.js.map +1 -0
- package/dist/local-editor-agent-context.d.ts +29 -0
- package/dist/local-editor-agent-context.d.ts.map +1 -0
- package/dist/local-editor-agent-context.js +266 -0
- package/dist/local-editor-agent-context.js.map +1 -0
- package/dist/local-editor-harness.d.ts +19 -1
- package/dist/local-editor-harness.d.ts.map +1 -1
- package/dist/local-editor-harness.js +641 -118
- package/dist/local-editor-harness.js.map +1 -1
- package/dist/local-editor-viewport-render-coordinator.d.ts.map +1 -1
- package/dist/local-editor-viewport-render-coordinator.js +34 -14
- package/dist/local-editor-viewport-render-coordinator.js.map +1 -1
- package/dist/playable-babylon-facade.d.ts +15 -0
- package/dist/playable-babylon-facade.d.ts.map +1 -0
- package/dist/playable-babylon-facade.js +12 -0
- package/dist/playable-babylon-facade.js.map +1 -0
- package/dist/playable-babylon-outline-inspector.d.ts +32 -0
- package/dist/playable-babylon-outline-inspector.d.ts.map +1 -0
- package/dist/playable-babylon-outline-inspector.js +182 -0
- package/dist/playable-babylon-outline-inspector.js.map +1 -0
- package/dist/playable-babylon-outline-runtime.d.ts +19 -0
- package/dist/playable-babylon-outline-runtime.d.ts.map +1 -0
- package/dist/playable-babylon-outline-runtime.js +67 -0
- package/dist/playable-babylon-outline-runtime.js.map +1 -0
- package/dist/playable-local-editor-host.d.ts +501 -0
- package/dist/playable-local-editor-host.d.ts.map +1 -0
- package/dist/playable-local-editor-host.js +526 -0
- package/dist/playable-local-editor-host.js.map +1 -0
- package/dist/playable-sdk.d.ts +8 -0
- package/dist/playable-sdk.d.ts.map +1 -0
- package/dist/playable-sdk.js +5 -0
- package/dist/playable-sdk.js.map +1 -0
- package/node_modules/@fps-games/babylon-renderer/dist/environment/environment-texture-controller.d.ts +4 -0
- package/node_modules/@fps-games/babylon-renderer/dist/environment/environment-texture-controller.d.ts.map +1 -0
- package/node_modules/@fps-games/babylon-renderer/dist/environment/environment-texture-controller.js +79 -0
- package/node_modules/@fps-games/babylon-renderer/dist/environment/environment-texture-controller.js.map +1 -0
- package/node_modules/@fps-games/babylon-renderer/dist/environment/index.d.ts +4 -0
- package/node_modules/@fps-games/babylon-renderer/dist/environment/index.d.ts.map +1 -0
- package/node_modules/@fps-games/babylon-renderer/dist/environment/index.js +4 -0
- package/node_modules/@fps-games/babylon-renderer/dist/environment/index.js.map +1 -0
- package/node_modules/@fps-games/babylon-renderer/dist/environment/profile.d.ts +3 -0
- package/node_modules/@fps-games/babylon-renderer/dist/environment/profile.d.ts.map +1 -0
- package/node_modules/@fps-games/babylon-renderer/dist/environment/profile.js +26 -0
- package/node_modules/@fps-games/babylon-renderer/dist/environment/profile.js.map +1 -0
- package/node_modules/@fps-games/babylon-renderer/dist/environment/types.d.ts +13 -0
- package/node_modules/@fps-games/babylon-renderer/dist/environment/types.d.ts.map +1 -0
- package/node_modules/@fps-games/babylon-renderer/dist/environment/types.js +6 -0
- package/node_modules/@fps-games/babylon-renderer/dist/environment/types.js.map +1 -0
- package/node_modules/@fps-games/babylon-renderer/dist/index.d.ts +3 -0
- package/node_modules/@fps-games/babylon-renderer/dist/index.d.ts.map +1 -1
- package/node_modules/@fps-games/babylon-renderer/dist/index.js +7 -4
- package/node_modules/@fps-games/babylon-renderer/dist/index.js.map +1 -1
- package/node_modules/@fps-games/babylon-renderer/dist/outlines/babylon-default/apply.d.ts +4 -0
- package/node_modules/@fps-games/babylon-renderer/dist/outlines/babylon-default/apply.d.ts.map +1 -0
- package/node_modules/@fps-games/babylon-renderer/dist/outlines/babylon-default/apply.js +45 -0
- package/node_modules/@fps-games/babylon-renderer/dist/outlines/babylon-default/apply.js.map +1 -0
- package/node_modules/@fps-games/babylon-renderer/dist/outlines/babylon-default/index.d.ts +3 -0
- package/node_modules/@fps-games/babylon-renderer/dist/outlines/babylon-default/index.d.ts.map +1 -0
- package/node_modules/@fps-games/babylon-renderer/dist/outlines/babylon-default/index.js +2 -0
- package/node_modules/@fps-games/babylon-renderer/dist/outlines/babylon-default/index.js.map +1 -0
- package/node_modules/@fps-games/babylon-renderer/dist/outlines/babylon-default/types.d.ts +7 -0
- package/node_modules/@fps-games/babylon-renderer/dist/outlines/babylon-default/types.d.ts.map +1 -0
- package/node_modules/@fps-games/babylon-renderer/dist/outlines/babylon-default/types.js +2 -0
- package/node_modules/@fps-games/babylon-renderer/dist/outlines/babylon-default/types.js.map +1 -0
- package/node_modules/@fps-games/babylon-renderer/dist/outlines/index.d.ts +3 -0
- package/node_modules/@fps-games/babylon-renderer/dist/outlines/index.d.ts.map +1 -0
- package/node_modules/@fps-games/babylon-renderer/dist/outlines/index.js +2 -0
- package/node_modules/@fps-games/babylon-renderer/dist/outlines/index.js.map +1 -0
- package/node_modules/@fps-games/babylon-renderer/dist/outlines/types.d.ts +7 -0
- package/node_modules/@fps-games/babylon-renderer/dist/outlines/types.d.ts.map +1 -0
- package/node_modules/@fps-games/babylon-renderer/dist/outlines/types.js +2 -0
- package/node_modules/@fps-games/babylon-renderer/dist/outlines/types.js.map +1 -0
- package/node_modules/@fps-games/babylon-renderer/dist/post-process/babylon-default-pipeline.d.ts +5 -0
- package/node_modules/@fps-games/babylon-renderer/dist/post-process/babylon-default-pipeline.d.ts.map +1 -0
- package/node_modules/@fps-games/babylon-renderer/dist/post-process/babylon-default-pipeline.js +83 -0
- package/node_modules/@fps-games/babylon-renderer/dist/post-process/babylon-default-pipeline.js.map +1 -0
- package/node_modules/@fps-games/babylon-renderer/dist/post-process/index.d.ts +5 -0
- package/node_modules/@fps-games/babylon-renderer/dist/post-process/index.d.ts.map +1 -0
- package/node_modules/@fps-games/babylon-renderer/dist/post-process/index.js +5 -0
- package/node_modules/@fps-games/babylon-renderer/dist/post-process/index.js.map +1 -0
- package/node_modules/@fps-games/babylon-renderer/dist/post-process/profile.d.ts +5 -0
- package/node_modules/@fps-games/babylon-renderer/dist/post-process/profile.d.ts.map +1 -0
- package/node_modules/@fps-games/babylon-renderer/dist/post-process/profile.js +155 -0
- package/node_modules/@fps-games/babylon-renderer/dist/post-process/profile.js.map +1 -0
- package/node_modules/@fps-games/babylon-renderer/dist/post-process/types.d.ts +77 -0
- package/node_modules/@fps-games/babylon-renderer/dist/post-process/types.d.ts.map +1 -0
- package/node_modules/@fps-games/babylon-renderer/dist/post-process/types.js +24 -0
- package/node_modules/@fps-games/babylon-renderer/dist/post-process/types.js.map +1 -0
- package/node_modules/@fps-games/babylon-renderer/dist/post-process/volume-stack.d.ts +4 -0
- package/node_modules/@fps-games/babylon-renderer/dist/post-process/volume-stack.d.ts.map +1 -0
- package/node_modules/@fps-games/babylon-renderer/dist/post-process/volume-stack.js +105 -0
- package/node_modules/@fps-games/babylon-renderer/dist/post-process/volume-stack.js.map +1 -0
- package/node_modules/@fps-games/babylon-renderer/dist/shadows/planar-shadow-shaders.js +1 -1
- package/node_modules/@fps-games/babylon-renderer/dist/shadows/planar-shadow-system.js +14 -14
- package/node_modules/@fps-games/babylon-renderer/package.json +1 -1
- package/node_modules/@fps-games/editor-babylon/dist/camera-controller.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-babylon/dist/camera-controller.js +15 -5
- package/node_modules/@fps-games/editor-babylon/dist/camera-controller.js.map +1 -1
- package/node_modules/@fps-games/editor-babylon/dist/edit-session.js +4 -4
- package/node_modules/@fps-games/editor-babylon/dist/editor-world.js +1 -1
- package/node_modules/@fps-games/editor-babylon/dist/index.js +24 -24
- package/node_modules/@fps-games/editor-babylon/dist/infinite-grid-layer.d.ts +3 -0
- package/node_modules/@fps-games/editor-babylon/dist/infinite-grid-layer.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-babylon/dist/infinite-grid-layer.js +396 -0
- package/node_modules/@fps-games/editor-babylon/dist/infinite-grid-layer.js.map +1 -0
- package/node_modules/@fps-games/editor-babylon/dist/infinite-grid.d.ts +3 -0
- package/node_modules/@fps-games/editor-babylon/dist/infinite-grid.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-babylon/dist/infinite-grid.js +2 -567
- package/node_modules/@fps-games/editor-babylon/dist/infinite-grid.js.map +1 -1
- package/node_modules/@fps-games/editor-babylon/dist/inspector-host.js +4 -4
- package/node_modules/@fps-games/editor-babylon/dist/legacy-runtime.js +4 -4
- package/node_modules/@fps-games/editor-babylon/dist/main-camera-preview.js +1 -1
- package/node_modules/@fps-games/editor-babylon/dist/material-property-adapter.d.ts +3 -2
- package/node_modules/@fps-games/editor-babylon/dist/material-property-adapter.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-babylon/dist/material-property-adapter.js +401 -96
- package/node_modules/@fps-games/editor-babylon/dist/material-property-adapter.js.map +1 -1
- package/node_modules/@fps-games/editor-babylon/dist/monitor.js +2 -2
- package/node_modules/@fps-games/editor-babylon/dist/outline-adapter.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-babylon/dist/outline-adapter.js +7 -23
- package/node_modules/@fps-games/editor-babylon/dist/outline-adapter.js.map +1 -1
- package/node_modules/@fps-games/editor-babylon/dist/projection-selection-controller.js +1 -1
- package/node_modules/@fps-games/editor-babylon/dist/projection-selection-controller.js.map +1 -1
- package/node_modules/@fps-games/editor-babylon/dist/projection.d.ts +10 -1
- package/node_modules/@fps-games/editor-babylon/dist/projection.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-babylon/dist/projection.js +234 -150
- package/node_modules/@fps-games/editor-babylon/dist/projection.js.map +1 -1
- package/node_modules/@fps-games/editor-babylon/dist/scene-camera-preview.js +1 -1
- package/node_modules/@fps-games/editor-babylon/dist/scene-view-camera-controller.js +4 -4
- package/node_modules/@fps-games/editor-babylon/dist/scene-view-input-controller.js +10 -10
- package/node_modules/@fps-games/editor-babylon/dist/scene-view-input-controller.js.map +1 -1
- package/node_modules/@fps-games/editor-babylon/dist/tool-controller.js +1 -1
- package/node_modules/@fps-games/editor-babylon/dist/transform-gizmo-controller.d.ts +12 -2
- package/node_modules/@fps-games/editor-babylon/dist/transform-gizmo-controller.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-babylon/dist/transform-gizmo-controller.js +69 -17
- package/node_modules/@fps-games/editor-babylon/dist/transform-gizmo-controller.js.map +1 -1
- package/node_modules/@fps-games/editor-babylon/dist/types.d.ts +1 -0
- package/node_modules/@fps-games/editor-babylon/dist/types.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-babylon/package.json +5 -5
- package/node_modules/@fps-games/editor-browser/dist/index.d.ts +9 -2
- package/node_modules/@fps-games/editor-browser/dist/index.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/index.js +8 -2
- package/node_modules/@fps-games/editor-browser/dist/index.js.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-inspector-clipboard.d.ts +20 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-inspector-clipboard.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-inspector-clipboard.js +88 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-inspector-clipboard.js.map +1 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-inspector-groups.d.ts +12 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-inspector-groups.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-inspector-groups.js +34 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-inspector-groups.js.map +1 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-context-menu.js +2 -2
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-dock-panel.d.ts +55 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-dock-panel.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-dock-panel.js +144 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-dock-panel.js.map +1 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-hierarchy-actions.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-hierarchy-actions.js +40 -7
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-hierarchy-actions.js.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-hierarchy-auto-scroll.d.ts +5 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-hierarchy-auto-scroll.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-hierarchy-auto-scroll.js +5 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-hierarchy-auto-scroll.js.map +1 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-hierarchy-controller.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-hierarchy-controller.js +312 -126
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-hierarchy-controller.js.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-hierarchy-drag-policy.d.ts +43 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-hierarchy-drag-policy.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-hierarchy-drag-policy.js +28 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-hierarchy-drag-policy.js.map +1 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-hierarchy-tree.d.ts +4 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-hierarchy-tree.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-hierarchy-tree.js +48 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-hierarchy-tree.js.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-hierarchy-view.d.ts +3 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-hierarchy-view.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-hierarchy-view.js +182 -20
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-hierarchy-view.js.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-icons.d.ts +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-icons.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-icons.js +24 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-icons.js.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-panels.d.ts +2 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-panels.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-panels.js +373 -63
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-panels.js.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-primitives.d.ts +2 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-primitives.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-primitives.js +17 -12
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-primitives.js.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-shared.d.ts +2 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-shared.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-shared.js +9 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-shared.js.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-shortcuts.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-shortcuts.js +42 -19
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-shortcuts.js.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-structured-drag-auto-scroll.d.ts +19 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-structured-drag-auto-scroll.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-structured-drag-auto-scroll.js +40 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-structured-drag-auto-scroll.js.map +1 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-structured-drag-policy.d.ts +59 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-structured-drag-policy.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-structured-drag-policy.js +182 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-structured-drag-policy.js.map +1 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-structured-drag-preview.d.ts +16 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-structured-drag-preview.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-structured-drag-preview.js +14 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-structured-drag-preview.js.map +1 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-structured-drag-session.d.ts +11 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-structured-drag-session.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-structured-drag-session.js +18 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-structured-drag-session.js.map +1 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-tooltip.js +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-types.d.ts +34 -6
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-types.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-workbench.d.ts +14 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-workbench.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-workbench.js +88 -37
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-workbench.js.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui.d.ts +16 -2
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui.js +630 -140
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui.js.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/runtime-camera-debug-panel.d.ts +40 -0
- package/node_modules/@fps-games/editor-browser/dist/runtime-camera-debug-panel.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-browser/dist/runtime-camera-debug-panel.js +685 -0
- package/node_modules/@fps-games/editor-browser/dist/runtime-camera-debug-panel.js.map +1 -0
- package/node_modules/@fps-games/editor-browser/dist/runtime-debug-panel-shell.d.ts +73 -0
- package/node_modules/@fps-games/editor-browser/dist/runtime-debug-panel-shell.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-browser/dist/runtime-debug-panel-shell.js +370 -0
- package/node_modules/@fps-games/editor-browser/dist/runtime-debug-panel-shell.js.map +1 -0
- package/node_modules/@fps-games/editor-browser/dist/runtime-lighting-debug-panel.d.ts +15 -0
- package/node_modules/@fps-games/editor-browser/dist/runtime-lighting-debug-panel.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-browser/dist/runtime-lighting-debug-panel.js +350 -0
- package/node_modules/@fps-games/editor-browser/dist/runtime-lighting-debug-panel.js.map +1 -0
- package/node_modules/@fps-games/editor-browser/package.json +3 -2
- package/node_modules/@fps-games/editor-core/dist/agent-interaction.d.ts +17 -0
- package/node_modules/@fps-games/editor-core/dist/agent-interaction.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-core/dist/agent-interaction.js +14 -0
- package/node_modules/@fps-games/editor-core/dist/agent-interaction.js.map +1 -0
- package/node_modules/@fps-games/editor-core/dist/index.d.ts +2 -0
- package/node_modules/@fps-games/editor-core/dist/index.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-core/dist/index.js +14 -12
- package/node_modules/@fps-games/editor-core/dist/index.js.map +1 -1
- package/node_modules/@fps-games/editor-core/dist/inspector.d.ts +9 -0
- package/node_modules/@fps-games/editor-core/dist/inspector.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-core/dist/inspector.js +108 -0
- package/node_modules/@fps-games/editor-core/dist/inspector.js.map +1 -1
- package/node_modules/@fps-games/editor-core/dist/scene-graph.d.ts +5 -0
- package/node_modules/@fps-games/editor-core/dist/scene-graph.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-core/dist/scene-graph.js.map +1 -1
- package/node_modules/@fps-games/editor-core/dist/transform-operation-policy.d.ts +27 -0
- package/node_modules/@fps-games/editor-core/dist/transform-operation-policy.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-core/dist/transform-operation-policy.js +35 -0
- package/node_modules/@fps-games/editor-core/dist/transform-operation-policy.js.map +1 -0
- package/node_modules/@fps-games/editor-core/package.json +2 -2
- package/node_modules/@fps-games/editor-forge-play/dist/agent-transport.d.ts +23 -0
- package/node_modules/@fps-games/editor-forge-play/dist/agent-transport.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-forge-play/dist/agent-transport.js +43 -0
- package/node_modules/@fps-games/editor-forge-play/dist/agent-transport.js.map +1 -0
- package/node_modules/@fps-games/editor-forge-play/dist/index.d.ts +1 -0
- package/node_modules/@fps-games/editor-forge-play/dist/index.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-forge-play/dist/index.js +1 -0
- package/node_modules/@fps-games/editor-forge-play/dist/index.js.map +1 -1
- package/node_modules/@fps-games/editor-forge-play/package.json +2 -2
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-bridge/drop-cache.d.ts +4 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-bridge/drop-cache.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-bridge/drop-cache.js +93 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-bridge/drop-cache.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-bridge/index.d.ts +4 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-bridge/index.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-bridge/index.js +4 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-bridge/index.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-bridge/payload.d.ts +15 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-bridge/payload.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-bridge/payload.js +169 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-bridge/payload.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-bridge/types.d.ts +46 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-bridge/types.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-bridge/types.js +2 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-bridge/types.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-library/catalog.d.ts +6 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-library/catalog.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-library/catalog.js +64 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-library/catalog.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-library/document.d.ts +4 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-library/document.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-library/document.js +28 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-library/document.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-library/index.d.ts +4 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-library/index.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-library/index.js +3 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-library/index.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-library/types.d.ts +23 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-library/types.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-library/types.js +2 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-library/types.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-placement/document.d.ts +8 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-placement/document.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-placement/document.js +120 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-placement/document.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-placement/identity.d.ts +3 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-placement/identity.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-placement/identity.js +19 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-placement/identity.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-placement/index.d.ts +5 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-placement/index.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-placement/index.js +4 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-placement/index.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-placement/placement.d.ts +7 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-placement/placement.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-placement/placement.js +35 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-placement/placement.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-placement/types.d.ts +33 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-placement/types.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-placement/types.js +2 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-placement/types.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-registration/index.d.ts +5 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-registration/index.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-registration/index.js +5 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-registration/index.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-registration/result.d.ts +4 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-registration/result.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-registration/result.js +22 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-registration/result.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-registration/transport.d.ts +3 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-registration/transport.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-registration/transport.js +42 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-registration/transport.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-registration/types.d.ts +27 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-registration/types.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-registration/types.js +2 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-registration/types.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-registration/workflow.d.ts +3 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-registration/workflow.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-registration/workflow.js +36 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-registration/workflow.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/authoring/constants.d.ts +4 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/authoring/constants.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/authoring/constants.js +4 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/authoring/constants.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/authoring/drift.d.ts +11 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/authoring/drift.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/authoring/drift.js +66 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/authoring/drift.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/authoring/index.d.ts +4 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/authoring/index.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/authoring/index.js +4 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/authoring/index.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/authoring/source.d.ts +7 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/authoring/source.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/authoring/source.js +51 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/authoring/source.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/authoring-client/client.d.ts +7 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/authoring-client/client.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/authoring-client/client.js +60 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/authoring-client/client.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/authoring-client/index.d.ts +4 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/authoring-client/index.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/authoring-client/index.js +4 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/authoring-client/index.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/authoring-client/types.d.ts +24 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/authoring-client/types.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/authoring-client/types.js +2 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/authoring-client/types.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/authoring-server/handler.d.ts +3 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/authoring-server/handler.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/authoring-server/handler.js +105 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/authoring-server/handler.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/authoring-server/index.d.ts +6 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/authoring-server/index.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/authoring-server/index.js +6 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/authoring-server/index.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/authoring-server/payload.d.ts +2 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/authoring-server/payload.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/authoring-server/payload.js +9 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/authoring-server/payload.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/authoring-server/response.d.ts +5 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/authoring-server/response.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/authoring-server/response.js +18 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/authoring-server/response.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/authoring-server/routes.d.ts +3 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/authoring-server/routes.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/authoring-server/routes.js +37 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/authoring-server/routes.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/authoring-server/types.d.ts +54 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/authoring-server/types.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/authoring-server/types.js +2 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/authoring-server/types.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/bridge-command/index.d.ts +5 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/bridge-command/index.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/bridge-command/index.js +5 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/bridge-command/index.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/bridge-command/payload.d.ts +8 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/bridge-command/payload.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/bridge-command/payload.js +26 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/bridge-command/payload.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/bridge-command/protocol.d.ts +43 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/bridge-command/protocol.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/bridge-command/protocol.js +5 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/bridge-command/protocol.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/bridge-command/readers.d.ts +9 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/bridge-command/readers.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/bridge-command/readers.js +89 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/bridge-command/readers.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/bridge-command/types.d.ts +79 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/bridge-command/types.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/bridge-command/types.js +2 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/bridge-command/types.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/camera-debug/binding.d.ts +10 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/camera-debug/binding.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/camera-debug/binding.js +42 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/camera-debug/binding.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/camera-debug/fields.d.ts +74 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/camera-debug/fields.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/camera-debug/fields.js +24 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/camera-debug/fields.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/camera-debug/index.d.ts +13 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/camera-debug/index.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/camera-debug/index.js +13 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/camera-debug/index.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/camera-debug/math.d.ts +7 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/camera-debug/math.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/camera-debug/math.js +19 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/camera-debug/math.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/camera-debug/pan.d.ts +12 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/camera-debug/pan.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/camera-debug/pan.js +46 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/camera-debug/pan.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/camera-debug/panel-format.d.ts +5 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/camera-debug/panel-format.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/camera-debug/panel-format.js +12 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/camera-debug/panel-format.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/camera-debug/panel-state.d.ts +38 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/camera-debug/panel-state.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/camera-debug/panel-state.js +98 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/camera-debug/panel-state.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/camera-debug/panel-storage.d.ts +13 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/camera-debug/panel-storage.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/camera-debug/panel-storage.js +33 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/camera-debug/panel-storage.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/camera-debug/panel-text.d.ts +10 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/camera-debug/panel-text.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/camera-debug/panel-text.js +149 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/camera-debug/panel-text.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/camera-debug/rig.d.ts +8 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/camera-debug/rig.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/camera-debug/rig.js +214 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/camera-debug/rig.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/camera-debug/save-patch.d.ts +17 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/camera-debug/save-patch.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/camera-debug/save-patch.js +84 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/camera-debug/save-patch.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/camera-debug/snapshot.d.ts +32 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/camera-debug/snapshot.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/camera-debug/snapshot.js +85 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/camera-debug/snapshot.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/camera-debug/types.d.ts +39 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/camera-debug/types.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/camera-debug/types.js +2 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/camera-debug/types.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/commands/index.d.ts +3 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/commands/index.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/commands/index.js +2 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/commands/index.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/commands/transform.d.ts +10 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/commands/transform.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/commands/transform.js +88 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/commands/transform.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/commands/types.d.ts +50 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/commands/types.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/commands/types.js +2 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/commands/types.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/core-contracts/index.d.ts +3 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/core-contracts/index.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/core-contracts/index.js +2 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/core-contracts/index.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/document/helpers.d.ts +6 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/document/helpers.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/document/helpers.js +31 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/document/helpers.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/document/index.d.ts +3 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/document/index.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/document/index.js +3 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/document/index.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/document/types.d.ts +112 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/document/types.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/document/types.js +2 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/document/types.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/field-schema/index.d.ts +5 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/field-schema/index.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/field-schema/index.js +4 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/field-schema/index.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/field-schema/resolver.d.ts +3 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/field-schema/resolver.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/field-schema/resolver.js +8 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/field-schema/resolver.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/field-schema/schema.d.ts +3 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/field-schema/schema.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/field-schema/schema.js +201 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/field-schema/schema.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/field-schema/types.d.ts +28 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/field-schema/types.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/field-schema/types.js +2 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/field-schema/types.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/field-schema/validators.d.ts +17 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/field-schema/validators.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/field-schema/validators.js +81 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/field-schema/validators.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/index.d.ts +27 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/index.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/index.js +27 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/index.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/inspector/document-property.d.ts +5 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/inspector/document-property.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/inspector/document-property.js +16 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/inspector/document-property.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/inspector/document-sections.d.ts +47 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/inspector/document-sections.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/inspector/document-sections.js +545 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/inspector/document-sections.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/inspector/format.d.ts +7 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/inspector/format.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/inspector/format.js +15 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/inspector/format.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/inspector/index.d.ts +12 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/inspector/index.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/inspector/index.js +10 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/inspector/index.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/inspector/readonly.d.ts +8 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/inspector/readonly.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/inspector/readonly.js +99 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/inspector/readonly.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/inspector/runtime-sections.d.ts +58 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/inspector/runtime-sections.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/inspector/runtime-sections.js +557 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/inspector/runtime-sections.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/inspector/runtime-summary.d.ts +30 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/inspector/runtime-summary.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/inspector/runtime-summary.js +105 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/inspector/runtime-summary.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/inspector/runtime.d.ts +9 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/inspector/runtime.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/inspector/runtime.js +56 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/inspector/runtime.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/inspector/safe-value.d.ts +2 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/inspector/safe-value.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/inspector/safe-value.js +33 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/inspector/safe-value.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/inspector/types.d.ts +61 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/inspector/types.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/inspector/types.js +2 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/inspector/types.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/inspector/validation.d.ts +7 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/inspector/validation.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/inspector/validation.js +61 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/inspector/validation.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/lighting-debug/binding.d.ts +4 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/lighting-debug/binding.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/lighting-debug/binding.js +48 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/lighting-debug/binding.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/lighting-debug/fields.d.ts +6 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/lighting-debug/fields.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/lighting-debug/fields.js +16 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/lighting-debug/fields.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/lighting-debug/index.d.ts +9 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/lighting-debug/index.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/lighting-debug/index.js +9 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/lighting-debug/index.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/lighting-debug/math.d.ts +19 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/lighting-debug/math.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/lighting-debug/math.js +95 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/lighting-debug/math.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/lighting-debug/save-patch.d.ts +8 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/lighting-debug/save-patch.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/lighting-debug/save-patch.js +162 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/lighting-debug/save-patch.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/lighting-debug/snapshot.d.ts +10 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/lighting-debug/snapshot.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/lighting-debug/snapshot.js +71 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/lighting-debug/snapshot.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/lighting-debug/storage.d.ts +13 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/lighting-debug/storage.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/lighting-debug/storage.js +34 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/lighting-debug/storage.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/lighting-debug/text.d.ts +7 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/lighting-debug/text.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/lighting-debug/text.js +108 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/lighting-debug/text.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/lighting-debug/types.d.ts +72 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/lighting-debug/types.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/lighting-debug/types.js +2 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/lighting-debug/types.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/lighting-preview/index.d.ts +4 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/lighting-preview/index.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/lighting-preview/index.js +4 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/lighting-preview/index.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/lighting-preview/math.d.ts +13 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/lighting-preview/math.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/lighting-preview/math.js +70 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/lighting-preview/math.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/lighting-preview/profile.d.ts +7 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/lighting-preview/profile.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/lighting-preview/profile.js +86 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/lighting-preview/profile.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/lighting-preview/types.d.ts +31 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/lighting-preview/types.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/lighting-preview/types.js +2 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/lighting-preview/types.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/forge-play-types.d.ts +80 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/forge-play-types.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/forge-play-types.js +2 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/forge-play-types.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/forge-play.d.ts +39 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/forge-play.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/forge-play.js +371 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/forge-play.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/host-controller.d.ts +58 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/host-controller.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/host-controller.js +125 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/host-controller.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/index.d.ts +11 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/index.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/index.js +7 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/index.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/lifecycle.d.ts +3 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/lifecycle.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/lifecycle.js +87 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/lifecycle.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/loading-overlay.d.ts +3 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/loading-overlay.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/loading-overlay.js +82 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/loading-overlay.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/project-asset-commands.d.ts +37 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/project-asset-commands.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/project-asset-commands.js +140 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/project-asset-commands.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/timing.d.ts +3 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/timing.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/timing.js +16 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/timing.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/types.d.ts +40 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/types.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/types.js +2 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/types.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/binding.d.ts +13 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/binding.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/binding.js +299 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/binding.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/duplicate.d.ts +26 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/duplicate.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/duplicate.js +251 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/duplicate.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/index.d.ts +11 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/index.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/index.js +11 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/index.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/inspector.d.ts +28 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/inspector.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/inspector.js +188 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/inspector.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/paths.d.ts +26 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/paths.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/paths.js +222 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/paths.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/preview.d.ts +15 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/preview.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/preview.js +97 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/preview.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/profile.d.ts +6 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/profile.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/profile.js +128 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/profile.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/reimport.d.ts +3 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/reimport.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/reimport.js +259 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/reimport.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/resolver.d.ts +22 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/resolver.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/resolver.js +49 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/resolver.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/types.d.ts +433 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/types.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/types.js +2 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/material-binding/types.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/mutation/field-patch.d.ts +5 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/mutation/field-patch.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/mutation/field-patch.js +224 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/mutation/field-patch.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/mutation/index.d.ts +7 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/mutation/index.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/mutation/index.js +5 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/mutation/index.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/mutation/json-field.d.ts +5 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/mutation/json-field.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/mutation/json-field.js +76 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/mutation/json-field.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/mutation/reducer.d.ts +6 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/mutation/reducer.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/mutation/reducer.js +242 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/mutation/reducer.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/mutation/transform.d.ts +4 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/mutation/transform.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/mutation/transform.js +30 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/mutation/transform.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/mutation/types.d.ts +62 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/mutation/types.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/mutation/types.js +2 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/mutation/types.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/package-resolution/aliases.d.ts +9 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/package-resolution/aliases.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/package-resolution/aliases.js +131 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/package-resolution/aliases.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/package-resolution/index.d.ts +3 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/package-resolution/index.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/package-resolution/index.js +3 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/package-resolution/index.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/package-resolution/types.d.ts +41 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/package-resolution/types.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/package-resolution/types.js +2 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/package-resolution/types.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/rendering-profile/draft.d.ts +8 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/rendering-profile/draft.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/rendering-profile/draft.js +45 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/rendering-profile/draft.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/rendering-profile/index.d.ts +6 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/rendering-profile/index.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/rendering-profile/index.js +6 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/rendering-profile/index.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/rendering-profile/panel.d.ts +3 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/rendering-profile/panel.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/rendering-profile/panel.js +759 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/rendering-profile/panel.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/rendering-profile/profile.d.ts +11 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/rendering-profile/profile.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/rendering-profile/profile.js +512 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/rendering-profile/profile.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/rendering-profile/route.d.ts +4 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/rendering-profile/route.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/rendering-profile/route.js +73 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/rendering-profile/route.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/rendering-profile/types.d.ts +290 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/rendering-profile/types.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/rendering-profile/types.js +2 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/rendering-profile/types.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/runtime-preview/assets.d.ts +9 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/runtime-preview/assets.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/runtime-preview/assets.js +136 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/runtime-preview/assets.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/runtime-preview/import-plan.d.ts +18 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/runtime-preview/import-plan.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/runtime-preview/import-plan.js +65 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/runtime-preview/import-plan.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/runtime-preview/index.d.ts +5 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/runtime-preview/index.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/runtime-preview/index.js +5 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/runtime-preview/index.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/runtime-preview/nodes.d.ts +6 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/runtime-preview/nodes.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/runtime-preview/nodes.js +211 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/runtime-preview/nodes.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/runtime-preview/types.d.ts +80 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/runtime-preview/types.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/runtime-preview/types.js +2 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/runtime-preview/types.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-source/artifacts.d.ts +7 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-source/artifacts.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-source/artifacts.js +78 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-source/artifacts.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-source/client.d.ts +7 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-source/client.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-source/client.js +73 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-source/client.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-source/companion-configs.d.ts +10 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-source/companion-configs.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-source/companion-configs.js +43 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-source/companion-configs.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-source/driver.d.ts +5 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-source/driver.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-source/driver.js +49 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-source/driver.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-source/index.d.ts +7 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-source/index.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-source/index.js +7 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-source/index.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-source/protocol.d.ts +7 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-source/protocol.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-source/protocol.js +81 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-source/protocol.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-source/types.d.ts +37 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-source/types.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-source/types.js +2 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-source/types.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-source/validation.d.ts +4 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-source/validation.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-source/validation.js +60 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-source/validation.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/serialized-property/descriptors.d.ts +6 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/serialized-property/descriptors.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/serialized-property/descriptors.js +164 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/serialized-property/descriptors.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/serialized-property/index.d.ts +5 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/serialized-property/index.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/serialized-property/index.js +4 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/serialized-property/index.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/serialized-property/object.d.ts +6 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/serialized-property/object.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/serialized-property/object.js +31 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/serialized-property/object.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/serialized-property/patch.d.ts +4 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/serialized-property/patch.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/serialized-property/patch.js +18 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/serialized-property/patch.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/serialized-property/types.d.ts +34 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/serialized-property/types.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/serialized-property/types.js +2 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/serialized-property/types.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/session/classification.d.ts +9 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/session/classification.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/session/classification.js +24 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/session/classification.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/session/hierarchy.d.ts +7 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/session/hierarchy.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/session/hierarchy.js +206 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/session/hierarchy.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/session/identity.d.ts +7 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/session/identity.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/session/identity.js +47 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/session/identity.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/session/index.d.ts +8 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/session/index.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/session/index.js +6 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/session/index.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/session/patches.d.ts +91 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/session/patches.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/session/patches.js +579 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/session/patches.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/session/transform.d.ts +14 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/session/transform.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/session/transform.js +90 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/session/transform.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/session/types.d.ts +7 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/session/types.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/session/types.js +2 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/session/types.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/shared/http.d.ts +4 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/shared/http.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/shared/http.js +15 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/shared/http.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/shared/json.d.ts +3 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/shared/json.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/shared/json.js +9 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/shared/json.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/upgrade-doctor/index.d.ts +4 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/upgrade-doctor/index.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/upgrade-doctor/index.js +4 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/upgrade-doctor/index.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/upgrade-doctor/inspectors.d.ts +19 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/upgrade-doctor/inspectors.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/upgrade-doctor/inspectors.js +268 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/upgrade-doctor/inspectors.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/upgrade-doctor/report.d.ts +7 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/upgrade-doctor/report.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/upgrade-doctor/report.js +38 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/upgrade-doctor/report.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/upgrade-doctor/types.d.ts +87 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/upgrade-doctor/types.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/upgrade-doctor/types.js +2 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/upgrade-doctor/types.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/package.json +20 -0
- package/node_modules/@fps-games/editor-protocol/dist/agent.d.ts +113 -0
- package/node_modules/@fps-games/editor-protocol/dist/agent.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-protocol/dist/agent.js +5 -0
- package/node_modules/@fps-games/editor-protocol/dist/agent.js.map +1 -0
- package/node_modules/@fps-games/editor-protocol/dist/index.d.ts +45 -4
- package/node_modules/@fps-games/editor-protocol/dist/index.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-protocol/dist/index.js +115 -2
- package/node_modules/@fps-games/editor-protocol/dist/index.js.map +1 -1
- package/node_modules/@fps-games/editor-protocol/package.json +1 -1
- package/package.json +13 -7
|
@@ -1,6 +1,9 @@
|
|
|
1
|
-
import { createLocalEditorIcon, isLocalEditorIconName, } from './local-editor-ui-icons';
|
|
2
|
-
import { createBadge, createAssetList, createDockTab, createEditorInputStyle, createEmptyState, createListItemBlock, createPanelHeader, createPropertyRow, createToolbarButton, createTreeView, createTreeViewItem, } from './local-editor-ui-primitives';
|
|
3
|
-
import {
|
|
1
|
+
import { createLocalEditorIcon, isLocalEditorIconName, } from './local-editor-ui-icons.js';
|
|
2
|
+
import { createBadge, createAssetList, createDockTab, createEditorInputStyle, createEmptyState, createListItemBlock, createPanelHeader, createPropertyRow, createToolbarButton, createTreeView, createTreeViewItem, } from './local-editor-ui-primitives.js';
|
|
3
|
+
import { configureLocalEditorDockPanelContent, createLocalEditorDockPanelViewport, renderLocalEditorDockTabStrip, } from './local-editor-ui-dock-panel.js';
|
|
4
|
+
import { clearElement, toTitle } from './local-editor-ui-shared.js';
|
|
5
|
+
import { createLocalEditorBrowserInspectorVectorCopyPayload, } from './local-editor-inspector-clipboard.js';
|
|
6
|
+
import { resolveLocalEditorBrowserInspectorVectorGroupPathFromProperties, } from './local-editor-inspector-groups.js';
|
|
4
7
|
const BOTTOM_DOCK_TAB_ICONS = {
|
|
5
8
|
assets: 'asset',
|
|
6
9
|
history: 'history',
|
|
@@ -9,6 +12,9 @@ const RIGHT_DOCK_TAB_ICONS = {
|
|
|
9
12
|
inspector: 'inspector',
|
|
10
13
|
rendering: 'world',
|
|
11
14
|
};
|
|
15
|
+
const LEFT_DOCK_TAB_ICONS = {
|
|
16
|
+
hierarchy: 'hierarchy',
|
|
17
|
+
};
|
|
12
18
|
const ASSET_BROWSER_TABS = [
|
|
13
19
|
{ id: 'all', label: '全部', title: '显示全部项目资产' },
|
|
14
20
|
{ id: 'models', label: '模型', title: '显示模型资产' },
|
|
@@ -80,28 +86,23 @@ export function renderBottomDockPanel(doc, panel, state, activeTab, activeAssetB
|
|
|
80
86
|
export function renderWorkbenchBottomDockPanel(doc, panel, state, activeTab, panels = [], activeAssetBrowserTab = 'all') {
|
|
81
87
|
clearElement(panel);
|
|
82
88
|
const tabHeader = doc.createElement('div');
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
'background:var(--fps-editor-chrome-dark)',
|
|
89
|
-
'flex:0 0 auto',
|
|
90
|
-
].join(';');
|
|
91
|
-
const dockTabs = panels.length > 0
|
|
92
|
-
? panels.filter((panelDescriptor) => (panelDescriptor.id === 'assets' || panelDescriptor.id === 'history'))
|
|
93
|
-
: [
|
|
89
|
+
renderLocalEditorDockTabStrip(doc, {
|
|
90
|
+
activeId: activeTab,
|
|
91
|
+
area: 'bottom',
|
|
92
|
+
datasetKey: 'editorDockTab',
|
|
93
|
+
fallbackTabs: [
|
|
94
94
|
{ id: 'assets', title: '资产', area: 'bottom' },
|
|
95
95
|
{ id: 'history', title: '历史', area: 'bottom' },
|
|
96
|
-
]
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
}
|
|
96
|
+
],
|
|
97
|
+
iconById: BOTTOM_DOCK_TAB_ICONS,
|
|
98
|
+
panel: tabHeader,
|
|
99
|
+
panels,
|
|
100
|
+
});
|
|
102
101
|
panel.appendChild(tabHeader);
|
|
103
102
|
const content = doc.createElement('div');
|
|
104
|
-
content.
|
|
103
|
+
content.dataset.editorPanelContent = 'true';
|
|
104
|
+
content.dataset.editorPanelId = activeTab;
|
|
105
|
+
content.style.cssText = 'flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden;padding:8px';
|
|
105
106
|
panel.appendChild(content);
|
|
106
107
|
if (activeTab === 'history')
|
|
107
108
|
renderHistoryPanel(doc, content, state.session?.history ?? null);
|
|
@@ -135,34 +136,43 @@ function appendDockTabs(doc, panel, activeTab) {
|
|
|
135
136
|
panel.appendChild(tabs);
|
|
136
137
|
}
|
|
137
138
|
export function renderWorkbenchRightDockTabs(doc, panel, activeTab, panels = []) {
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
'border-bottom:1px solid var(--fps-editor-divider)',
|
|
144
|
-
'background:var(--fps-editor-chrome-dark)',
|
|
145
|
-
'flex:0 0 auto',
|
|
146
|
-
].join(';');
|
|
147
|
-
const dockTabs = panels.length > 0
|
|
148
|
-
? panels.filter((panelDescriptor) => (panelDescriptor.id === 'inspector' || panelDescriptor.id === 'rendering'))
|
|
149
|
-
: [
|
|
139
|
+
renderLocalEditorDockTabStrip(doc, {
|
|
140
|
+
activeId: activeTab,
|
|
141
|
+
area: 'right',
|
|
142
|
+
datasetKey: 'editorRightDockTab',
|
|
143
|
+
fallbackTabs: [
|
|
150
144
|
{ id: 'inspector', title: '检查器', area: 'right' },
|
|
151
145
|
{ id: 'rendering', title: '渲染', area: 'right' },
|
|
152
|
-
]
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
tabHeaderButtonStyle
|
|
157
|
-
|
|
158
|
-
|
|
146
|
+
],
|
|
147
|
+
iconById: RIGHT_DOCK_TAB_ICONS,
|
|
148
|
+
panel,
|
|
149
|
+
panels,
|
|
150
|
+
tabStyle: tabHeaderButtonStyle,
|
|
151
|
+
});
|
|
152
|
+
}
|
|
153
|
+
export function renderWorkbenchLeftDockTabs(doc, panel, activeTab, panels = []) {
|
|
154
|
+
renderLocalEditorDockTabStrip(doc, {
|
|
155
|
+
activeId: activeTab,
|
|
156
|
+
area: 'left',
|
|
157
|
+
datasetKey: 'editorLeftDockTab',
|
|
158
|
+
fallbackTabs: [
|
|
159
|
+
{ id: 'hierarchy', title: '层级', area: 'left' },
|
|
160
|
+
],
|
|
161
|
+
iconById: LEFT_DOCK_TAB_ICONS,
|
|
162
|
+
panel,
|
|
163
|
+
panels,
|
|
164
|
+
tabStyle: tabHeaderButtonStyle,
|
|
165
|
+
});
|
|
159
166
|
}
|
|
160
167
|
export function renderRenderingPanel(doc, panel, state) {
|
|
161
168
|
clearElement(panel);
|
|
169
|
+
configureLocalEditorDockPanelContent(panel);
|
|
162
170
|
const rendering = state.renderingPanel ?? null;
|
|
163
171
|
panel.appendChild(createPanelHeader(doc, rendering?.title ?? 'Rendering', createRenderingPanelActions(doc, rendering), 'world'));
|
|
172
|
+
const viewport = createLocalEditorDockPanelViewport(doc, 'editorRenderingScrollViewport');
|
|
164
173
|
if (!rendering || rendering.sections.length === 0) {
|
|
165
|
-
|
|
174
|
+
viewport.appendChild(createEmptyState(doc, '当前项目没有提供渲染设置。'));
|
|
175
|
+
panel.appendChild(viewport);
|
|
166
176
|
return;
|
|
167
177
|
}
|
|
168
178
|
if (rendering.dirty || rendering.status) {
|
|
@@ -204,8 +214,9 @@ export function renderRenderingPanel(doc, panel, state) {
|
|
|
204
214
|
panel.appendChild(summary);
|
|
205
215
|
}
|
|
206
216
|
for (const section of rendering.sections) {
|
|
207
|
-
|
|
217
|
+
viewport.appendChild(createRenderingSectionBlock(doc, section));
|
|
208
218
|
}
|
|
219
|
+
panel.appendChild(viewport);
|
|
209
220
|
}
|
|
210
221
|
function createRenderingPanelActions(doc, rendering) {
|
|
211
222
|
return (rendering?.actions ?? []).map(action => {
|
|
@@ -319,6 +330,12 @@ function createRenderingPropertyControl(doc, sectionId, systemId, property, insp
|
|
|
319
330
|
if (isInspectorPropertyEditable(inspectorProperty) && property.control === 'string-list') {
|
|
320
331
|
return createRenderingStringListControl(doc, sectionId, systemId, property, inspectorProperty);
|
|
321
332
|
}
|
|
333
|
+
if (property.control === 'asset-picker-card') {
|
|
334
|
+
return createInspectorAssetPickerCardControl(doc, target, inspectorProperty, (input) => {
|
|
335
|
+
bindRenderingControl(input, sectionId, systemId, property, 'asset-picker-card');
|
|
336
|
+
input.dataset.renderingEditSource = 'asset';
|
|
337
|
+
});
|
|
338
|
+
}
|
|
322
339
|
let control = renderInspectorControl(doc, builtinInspectorControlRegistrations, target, inspectorProperty);
|
|
323
340
|
bindRenderedInspectorControlsToRendering(control, sectionId, systemId, property);
|
|
324
341
|
if (property.unit && isInspectorPropertyEditable(inspectorProperty) && property.control === 'number') {
|
|
@@ -351,9 +368,12 @@ function createInspectorPropertyFromRenderingProperty(property, systemReadOnly)
|
|
|
351
368
|
path: property.path,
|
|
352
369
|
label: property.label,
|
|
353
370
|
valueType: property.valueType === 'string-list' ? 'string' : property.valueType,
|
|
354
|
-
control: property.control === '
|
|
355
|
-
? readOnly ? 'readonly' : '
|
|
356
|
-
: property.control
|
|
371
|
+
control: property.control === 'asset-picker-card'
|
|
372
|
+
? readOnly ? 'readonly' : 'custom'
|
|
373
|
+
: property.control === 'string-list'
|
|
374
|
+
? readOnly ? 'readonly' : 'string'
|
|
375
|
+
: property.control,
|
|
376
|
+
customControl: property.control === 'asset-picker-card' ? 'asset-picker-card' : undefined,
|
|
357
377
|
value: property.value,
|
|
358
378
|
readOnly,
|
|
359
379
|
persistence: readOnly ? 'readonly' : 'document',
|
|
@@ -365,6 +385,8 @@ function createInspectorPropertyFromRenderingProperty(property, systemReadOnly)
|
|
|
365
385
|
min: property.min,
|
|
366
386
|
max: property.max,
|
|
367
387
|
step: property.step,
|
|
388
|
+
options: property.options,
|
|
389
|
+
controlOptions: property.controlOptions,
|
|
368
390
|
tags: property.tags,
|
|
369
391
|
};
|
|
370
392
|
}
|
|
@@ -385,7 +407,7 @@ function bindRenderedInspectorControlsToRendering(control, sectionId, systemId,
|
|
|
385
407
|
? [control]
|
|
386
408
|
: Array.from(control.querySelectorAll('input, textarea, select'));
|
|
387
409
|
for (const field of fields) {
|
|
388
|
-
if (!(field instanceof HTMLInputElement || field instanceof HTMLTextAreaElement))
|
|
410
|
+
if (!(field instanceof HTMLInputElement || field instanceof HTMLTextAreaElement || field instanceof HTMLSelectElement))
|
|
389
411
|
continue;
|
|
390
412
|
bindRenderingControl(field, sectionId, systemId, property, property.control);
|
|
391
413
|
}
|
|
@@ -421,12 +443,27 @@ function createHeadingLabel(doc, text) {
|
|
|
421
443
|
return label;
|
|
422
444
|
}
|
|
423
445
|
function renderAssetBrowserContent(doc, panel, state, variant = 'list', activeTab = 'all') {
|
|
446
|
+
configureLocalEditorDockPanelContent(panel);
|
|
424
447
|
const title = doc.createElement('h2');
|
|
425
448
|
title.style.cssText = 'display:flex;align-items:center;gap:6px;font-size:13px;margin:0 0 8px;font-weight:800;color:var(--fps-editor-text-strong)';
|
|
426
449
|
title.appendChild(createLocalEditorIcon(doc, 'asset'));
|
|
427
450
|
title.appendChild(createHeadingLabel(doc, '资产浏览器'));
|
|
428
451
|
panel.appendChild(title);
|
|
429
452
|
appendAssetBrowserTabs(doc, panel, state, activeTab);
|
|
453
|
+
if (activeTab === 'materials') {
|
|
454
|
+
const createMaterialButton = createToolbarButton(doc, '+ 材质', 'asset');
|
|
455
|
+
createMaterialButton.dataset.editorCreateMaterialAsset = 'true';
|
|
456
|
+
createMaterialButton.title = '新建项目材质';
|
|
457
|
+
createMaterialButton.style.cssText = [
|
|
458
|
+
'height:28px',
|
|
459
|
+
'margin:0 0 8px',
|
|
460
|
+
'padding:0 10px',
|
|
461
|
+
'font-size:12px',
|
|
462
|
+
'font-weight:800',
|
|
463
|
+
'align-self:flex-start',
|
|
464
|
+
].join(';');
|
|
465
|
+
panel.appendChild(createMaterialButton);
|
|
466
|
+
}
|
|
430
467
|
const filter = doc.createElement('input');
|
|
431
468
|
filter.type = 'search';
|
|
432
469
|
filter.placeholder = '筛选资产';
|
|
@@ -472,6 +509,9 @@ function renderAssetBrowserContent(doc, panel, state, variant = 'list', activeTa
|
|
|
472
509
|
count.style.cssText = 'color:var(--fps-editor-muted);font-size:11px;margin-bottom:6px';
|
|
473
510
|
panel.appendChild(count);
|
|
474
511
|
const list = createAssetList(doc, variant === 'grid');
|
|
512
|
+
list.dataset.editorAssetBrowserList = 'true';
|
|
513
|
+
list.style.overflow = 'visible';
|
|
514
|
+
list.style.paddingRight = '0';
|
|
475
515
|
for (const asset of filteredAssets) {
|
|
476
516
|
const selected = state.selectedAssetId === asset.id;
|
|
477
517
|
const hasPreview = !!asset.preview;
|
|
@@ -514,7 +554,9 @@ function renderAssetBrowserContent(doc, panel, state, variant = 'list', activeTa
|
|
|
514
554
|
if (filteredAssets.length === 0) {
|
|
515
555
|
list.appendChild(createEmptyState(doc, normalizedFilter ? '没有匹配的资产。' : '暂无该类型资产。'));
|
|
516
556
|
}
|
|
517
|
-
|
|
557
|
+
const viewport = createLocalEditorDockPanelViewport(doc, 'editorAssetBrowserScrollViewport');
|
|
558
|
+
viewport.appendChild(list);
|
|
559
|
+
panel.appendChild(viewport);
|
|
518
560
|
}
|
|
519
561
|
export function createAssetPreviewElement(doc, asset, variant) {
|
|
520
562
|
const size = variant === 'modal' ? 220 : variant === 'grid' ? 46 : 24;
|
|
@@ -680,13 +722,16 @@ function resolveAssetBrowserTab(asset) {
|
|
|
680
722
|
return 'models';
|
|
681
723
|
}
|
|
682
724
|
function renderHistoryPanel(doc, panel, history) {
|
|
725
|
+
configureLocalEditorDockPanelContent(panel);
|
|
683
726
|
const title = doc.createElement('h2');
|
|
684
727
|
const entries = history?.entries ?? [];
|
|
685
728
|
title.style.cssText = 'display:flex;align-items:center;gap:6px;font-size:13px;margin:0 0 8px;font-weight:800;color:var(--fps-editor-text-strong)';
|
|
686
729
|
title.appendChild(createLocalEditorIcon(doc, 'history'));
|
|
687
730
|
title.appendChild(createHeadingLabel(doc, `历史记录 (${entries.length})`));
|
|
688
731
|
panel.appendChild(title);
|
|
689
|
-
|
|
732
|
+
const viewport = createLocalEditorDockPanelViewport(doc, 'editorHistoryScrollViewport');
|
|
733
|
+
appendHistoryEntries(doc, viewport, entries);
|
|
734
|
+
panel.appendChild(viewport);
|
|
690
735
|
}
|
|
691
736
|
function appendHistoryEntries(doc, panel, entries) {
|
|
692
737
|
if (entries.length === 0) {
|
|
@@ -731,6 +776,7 @@ function formatHistoryTimestamp(createdAt) {
|
|
|
731
776
|
export function renderInspectorPanel(doc, panel, state, filter = '', options = {}) {
|
|
732
777
|
const renderSnapshot = captureInspectorPanelRenderSnapshot(doc, panel);
|
|
733
778
|
clearElement(panel);
|
|
779
|
+
configureLocalEditorDockPanelContent(panel);
|
|
734
780
|
const title = doc.createElement('h2');
|
|
735
781
|
title.style.cssText = 'display:flex;align-items:center;gap:6px;font-size:13px;margin:-8px -8px 8px;padding:7px 8px;border-bottom:1px solid var(--fps-editor-divider);background:var(--fps-editor-chrome-dark);font-weight:800;color:var(--fps-editor-text-strong)';
|
|
736
782
|
title.appendChild(createLocalEditorIcon(doc, 'inspector'));
|
|
@@ -738,6 +784,7 @@ export function renderInspectorPanel(doc, panel, state, filter = '', options = {
|
|
|
738
784
|
panel.appendChild(title);
|
|
739
785
|
const search = createInspectorSearchInput(doc, filter);
|
|
740
786
|
panel.appendChild(search);
|
|
787
|
+
const viewport = createLocalEditorDockPanelViewport(doc, 'editorInspectorScrollViewport');
|
|
741
788
|
const selectionCount = state.selectionSummary?.count ?? state.selectedIds.length;
|
|
742
789
|
const inspectorObject = selectionCount > 1
|
|
743
790
|
? state.inspectorMultiObject
|
|
@@ -747,46 +794,52 @@ export function renderInspectorPanel(doc, panel, state, filter = '', options = {
|
|
|
747
794
|
const empty = doc.createElement('div');
|
|
748
795
|
empty.textContent = '请从层级树或 Scene View 中选择一个 GameObject。';
|
|
749
796
|
empty.style.cssText = 'color:var(--fps-editor-muted);line-height:1.45';
|
|
750
|
-
|
|
797
|
+
viewport.appendChild(empty);
|
|
798
|
+
panel.appendChild(viewport);
|
|
751
799
|
restoreInspectorPanelRenderSnapshot(panel, renderSnapshot);
|
|
752
800
|
return;
|
|
753
801
|
}
|
|
754
802
|
const controlRegistry = createLocalEditorBrowserInspectorControlRegistry(options.controls, options.controlConflict);
|
|
755
|
-
appendInspectorSummary(doc,
|
|
803
|
+
appendInspectorSummary(doc, viewport, inspectorObject, selectionCount);
|
|
756
804
|
const visibleSections = filterInspectorSections(inspectorObject.sections.filter(section => section.placement !== 'summary'), filter);
|
|
757
805
|
if (visibleSections.length === 0) {
|
|
758
806
|
if (!filter.trim() && inspectorObject.sections.length === 0) {
|
|
807
|
+
panel.appendChild(viewport);
|
|
759
808
|
restoreInspectorPanelRenderSnapshot(panel, renderSnapshot);
|
|
760
809
|
return;
|
|
761
810
|
}
|
|
762
811
|
const empty = doc.createElement('div');
|
|
763
812
|
empty.textContent = '没有匹配的 Inspector 字段。';
|
|
764
813
|
empty.style.cssText = 'color:var(--fps-editor-muted);line-height:1.45';
|
|
765
|
-
|
|
814
|
+
viewport.appendChild(empty);
|
|
815
|
+
panel.appendChild(viewport);
|
|
766
816
|
restoreInspectorPanelRenderSnapshot(panel, renderSnapshot);
|
|
767
817
|
return;
|
|
768
818
|
}
|
|
769
819
|
for (const section of visibleSections) {
|
|
770
|
-
|
|
820
|
+
viewport.appendChild(createInspectorSectionBlock(doc, inspectorObject, section, controlRegistry, options));
|
|
771
821
|
}
|
|
822
|
+
panel.appendChild(viewport);
|
|
772
823
|
restoreInspectorPanelRenderSnapshot(panel, renderSnapshot);
|
|
773
824
|
}
|
|
774
825
|
function captureInspectorPanelRenderSnapshot(doc, panel) {
|
|
775
826
|
const activeElement = doc.activeElement;
|
|
776
827
|
const elementConstructor = doc.defaultView?.HTMLElement;
|
|
828
|
+
const scrollContainer = panel.querySelector('[data-editor-inspector-scroll-viewport]') ?? panel;
|
|
777
829
|
return {
|
|
778
830
|
preserveScroll: !!activeElement
|
|
779
831
|
&& (elementConstructor ? activeElement instanceof elementConstructor : activeElement instanceof HTMLElement)
|
|
780
832
|
&& panel.contains(activeElement),
|
|
781
|
-
scrollTop:
|
|
782
|
-
scrollLeft:
|
|
833
|
+
scrollTop: scrollContainer.scrollTop,
|
|
834
|
+
scrollLeft: scrollContainer.scrollLeft,
|
|
783
835
|
};
|
|
784
836
|
}
|
|
785
837
|
function restoreInspectorPanelRenderSnapshot(panel, snapshot) {
|
|
786
838
|
if (!snapshot.preserveScroll)
|
|
787
839
|
return;
|
|
788
|
-
panel.
|
|
789
|
-
|
|
840
|
+
const scrollContainer = panel.querySelector('[data-editor-inspector-scroll-viewport]') ?? panel;
|
|
841
|
+
scrollContainer.scrollTop = snapshot.scrollTop;
|
|
842
|
+
scrollContainer.scrollLeft = snapshot.scrollLeft;
|
|
790
843
|
}
|
|
791
844
|
function createInspectorSearchInput(doc, value) {
|
|
792
845
|
const input = doc.createElement('input');
|
|
@@ -838,7 +891,7 @@ function inspectorPropertyMatches(section, property, needle) {
|
|
|
838
891
|
|| [property.path, property.label, property.control, property.valueType, ...(property.tags ?? [])]
|
|
839
892
|
.some(value => String(value).toLowerCase().includes(needle));
|
|
840
893
|
}
|
|
841
|
-
function createInspectorSectionBlock(doc, inspectorObject, section, controlRegistry) {
|
|
894
|
+
function createInspectorSectionBlock(doc, inspectorObject, section, controlRegistry, options) {
|
|
842
895
|
const block = doc.createElement('details');
|
|
843
896
|
block.dataset.editorInspectorSection = section.id;
|
|
844
897
|
block.open = section.collapsedByDefault !== true;
|
|
@@ -885,7 +938,7 @@ function createInspectorSectionBlock(doc, inspectorObject, section, controlRegis
|
|
|
885
938
|
content.dataset.editorInspectorSectionContent = section.id;
|
|
886
939
|
for (const group of groupInspectorProperties(section.properties)) {
|
|
887
940
|
if (group.kind === 'vector')
|
|
888
|
-
appendInspectorVectorInputs(doc, content, inspectorObject, group.label, group.properties, group.layout);
|
|
941
|
+
appendInspectorVectorInputs(doc, content, inspectorObject, group.label, group.properties, group.layout, options);
|
|
889
942
|
else
|
|
890
943
|
appendInspectorPropertyRow(doc, content, inspectorObject, group.property, controlRegistry);
|
|
891
944
|
}
|
|
@@ -1172,6 +1225,13 @@ const builtinInspectorControlRegistrations = [
|
|
|
1172
1225
|
customControl: 'asset-picker-card',
|
|
1173
1226
|
render: ({ doc, target, property, bindInput }) => createInspectorAssetPickerCardControl(doc, target, property, bindInput),
|
|
1174
1227
|
},
|
|
1228
|
+
{
|
|
1229
|
+
id: 'builtin.material-slot-list',
|
|
1230
|
+
order: 96,
|
|
1231
|
+
control: 'custom',
|
|
1232
|
+
customControl: 'material-slot-list',
|
|
1233
|
+
render: ({ doc, property }) => createInspectorMaterialSlotListControl(doc, property),
|
|
1234
|
+
},
|
|
1175
1235
|
{
|
|
1176
1236
|
id: 'builtin.asset',
|
|
1177
1237
|
order: 100,
|
|
@@ -1195,6 +1255,14 @@ function appendInspectorPropertyRow(doc, parent, inspectorObject, property, cont
|
|
|
1195
1255
|
const control = renderInspectorControl(doc, controlRegistry, inspectorObject, property);
|
|
1196
1256
|
const access = getInspectorPropertyAccess(property);
|
|
1197
1257
|
const effect = getInspectorPropertyEffect(property);
|
|
1258
|
+
if (property.customControl === 'material-slot-list') {
|
|
1259
|
+
control.dataset.editorInspectorAccess = access;
|
|
1260
|
+
control.dataset.editorInspectorEffect = effect;
|
|
1261
|
+
control.title = createInspectorStatusTitle(access, effect, property.tooltip ?? property.disabledReason);
|
|
1262
|
+
control.dataset.editorTooltip = control.title;
|
|
1263
|
+
parent.appendChild(control);
|
|
1264
|
+
return;
|
|
1265
|
+
}
|
|
1198
1266
|
const row = createPropertyRow(doc, property.label, control);
|
|
1199
1267
|
row.dataset.editorInspectorAccess = access;
|
|
1200
1268
|
row.dataset.editorInspectorEffect = effect;
|
|
@@ -1264,7 +1332,7 @@ function localEditorBrowserInspectorControlSupports(registration, context) {
|
|
|
1264
1332
|
return false;
|
|
1265
1333
|
return registration.supports?.(context) ?? true;
|
|
1266
1334
|
}
|
|
1267
|
-
function appendInspectorVectorInputs(doc, parent, inspectorObject, label, properties, layout = 'block') {
|
|
1335
|
+
function appendInspectorVectorInputs(doc, parent, inspectorObject, label, properties, layout = 'block', options = {}) {
|
|
1268
1336
|
const wrapper = doc.createElement('div');
|
|
1269
1337
|
wrapper.style.cssText = 'margin:8px 0';
|
|
1270
1338
|
const access = getInspectorPropertyGroupAccess(properties);
|
|
@@ -1279,17 +1347,40 @@ function appendInspectorVectorInputs(doc, parent, inspectorObject, label, proper
|
|
|
1279
1347
|
labelText.textContent = label;
|
|
1280
1348
|
labelText.style.cssText = createInspectorPropertyLabelStyle(access, effect);
|
|
1281
1349
|
labelElement.appendChild(labelText);
|
|
1350
|
+
const actions = doc.createElement('span');
|
|
1351
|
+
actions.style.cssText = 'display:inline-flex;align-items:center;gap:5px;flex:0 0 auto';
|
|
1352
|
+
labelElement.appendChild(actions);
|
|
1353
|
+
const groupPath = resolveLocalEditorBrowserInspectorVectorGroupPathFromProperties(properties);
|
|
1354
|
+
const locked = !!groupPath && options.lockedVectorGroups?.has(groupPath) === true;
|
|
1355
|
+
if (groupPath && access === 'editable') {
|
|
1356
|
+
const lockButton = createInspectorVectorHeaderButton(doc, locked ? `Unlock ${label} axes` : `Lock ${label} axes`, locked);
|
|
1357
|
+
lockButton.dataset.editorInspectorVectorLock = groupPath;
|
|
1358
|
+
lockButton.dataset.editorInspectorVectorLockState = locked ? 'locked' : 'unlocked';
|
|
1359
|
+
lockButton.setAttribute('aria-pressed', locked ? 'true' : 'false');
|
|
1360
|
+
lockButton.appendChild(createLocalEditorIcon(doc, 'lock', { size: 12, strokeWidth: 2.2 }));
|
|
1361
|
+
actions.appendChild(lockButton);
|
|
1362
|
+
}
|
|
1363
|
+
const copyPayload = createLocalEditorBrowserInspectorVectorCopyPayload(properties);
|
|
1364
|
+
if (copyPayload) {
|
|
1365
|
+
const copyButton = createInspectorVectorHeaderButton(doc, `Copy ${label}`, false);
|
|
1366
|
+
copyButton.dataset.editorInspectorVectorCopy = 'true';
|
|
1367
|
+
copyButton.dataset.editorInspectorVectorCopyValue = copyPayload;
|
|
1368
|
+
copyButton.appendChild(createLocalEditorIcon(doc, 'copy', { size: 12, strokeWidth: 2.2 }));
|
|
1369
|
+
actions.appendChild(copyButton);
|
|
1370
|
+
}
|
|
1282
1371
|
if (access !== 'editable') {
|
|
1283
1372
|
const badge = createInspectorAccessBadge(doc, access);
|
|
1284
1373
|
badge.style.flex = '0 0 auto';
|
|
1285
|
-
|
|
1374
|
+
actions.appendChild(badge);
|
|
1286
1375
|
}
|
|
1287
1376
|
const effectBadge = createInspectorEffectBadge(doc, effect, getInspectorPropertyGroupDisabledReason(properties));
|
|
1288
1377
|
if (effectBadge && !(access === 'runtime' && effect === 'runtime')) {
|
|
1289
1378
|
effectBadge.style.flex = '0 0 auto';
|
|
1290
|
-
|
|
1379
|
+
actions.appendChild(effectBadge);
|
|
1291
1380
|
}
|
|
1292
1381
|
const fields = doc.createElement('div');
|
|
1382
|
+
if (groupPath)
|
|
1383
|
+
wrapper.dataset.editorInspectorVectorGroupPath = groupPath;
|
|
1293
1384
|
fields.style.cssText = `display:grid;grid-template-columns:repeat(${Math.max(1, properties.length)},minmax(0,1fr));gap:6px;width:100%`;
|
|
1294
1385
|
for (const property of properties) {
|
|
1295
1386
|
fields.appendChild(isInspectorPropertyEditable(property)
|
|
@@ -1312,6 +1403,27 @@ function appendInspectorVectorInputs(doc, parent, inspectorObject, label, proper
|
|
|
1312
1403
|
wrapper.appendChild(fields);
|
|
1313
1404
|
parent.appendChild(wrapper);
|
|
1314
1405
|
}
|
|
1406
|
+
function createInspectorVectorHeaderButton(doc, title, active) {
|
|
1407
|
+
const button = doc.createElement('button');
|
|
1408
|
+
button.type = 'button';
|
|
1409
|
+
button.title = title;
|
|
1410
|
+
button.dataset.editorTooltip = title;
|
|
1411
|
+
button.style.cssText = [
|
|
1412
|
+
'width:22px',
|
|
1413
|
+
'height:22px',
|
|
1414
|
+
'padding:0',
|
|
1415
|
+
`border:1px solid ${active ? 'var(--fps-editor-accent)' : 'var(--fps-editor-border)'}`,
|
|
1416
|
+
'border-radius:3px',
|
|
1417
|
+
`background:${active ? 'var(--fps-editor-accent-soft)' : 'var(--fps-editor-button-bg)'}`,
|
|
1418
|
+
`color:${active ? 'var(--fps-editor-accent)' : 'var(--fps-editor-text)'}`,
|
|
1419
|
+
'display:inline-flex',
|
|
1420
|
+
'align-items:center',
|
|
1421
|
+
'justify-content:center',
|
|
1422
|
+
'cursor:pointer',
|
|
1423
|
+
'flex:0 0 auto',
|
|
1424
|
+
].join(';');
|
|
1425
|
+
return button;
|
|
1426
|
+
}
|
|
1315
1427
|
function getInspectorPropertyGroupAccess(properties) {
|
|
1316
1428
|
if (properties.some(property => property.persistence === 'runtime'))
|
|
1317
1429
|
return 'runtime';
|
|
@@ -1534,13 +1646,189 @@ function createInspectorOpenRightDockTabControl(doc, property) {
|
|
|
1534
1646
|
].filter(Boolean).join(';');
|
|
1535
1647
|
return button;
|
|
1536
1648
|
}
|
|
1649
|
+
function createInspectorMaterialSlotListControl(doc, property) {
|
|
1650
|
+
const wrapper = doc.createElement('div');
|
|
1651
|
+
wrapper.dataset.editorInspectorMaterialSlotList = 'true';
|
|
1652
|
+
wrapper.style.cssText = [
|
|
1653
|
+
'min-width:0',
|
|
1654
|
+
'display:flex',
|
|
1655
|
+
'flex-direction:column',
|
|
1656
|
+
'gap:6px',
|
|
1657
|
+
].join(';');
|
|
1658
|
+
const items = readInspectorMaterialSlotListItems(property);
|
|
1659
|
+
if (items.length === 0) {
|
|
1660
|
+
wrapper.appendChild(createEmptyState(doc, 'No material slots.'));
|
|
1661
|
+
return wrapper;
|
|
1662
|
+
}
|
|
1663
|
+
const labels = readInspectorMaterialSlotListLabels(property);
|
|
1664
|
+
for (const item of items) {
|
|
1665
|
+
wrapper.appendChild(createInspectorMaterialSlotListItem(doc, item, labels));
|
|
1666
|
+
}
|
|
1667
|
+
return wrapper;
|
|
1668
|
+
}
|
|
1669
|
+
function createInspectorMaterialSlotListItem(doc, item, labels) {
|
|
1670
|
+
const details = doc.createElement('details');
|
|
1671
|
+
details.dataset.editorInspectorMaterialSlotItem = item.key;
|
|
1672
|
+
if (item.selectionTargetId) {
|
|
1673
|
+
details.dataset.editorInspectorMaterialSlotSelect = item.selectionTargetId;
|
|
1674
|
+
}
|
|
1675
|
+
details.dataset.editorInspectorAccess = 'readonly';
|
|
1676
|
+
details.dataset.editorInspectorEffect = 'active';
|
|
1677
|
+
details.style.cssText = [
|
|
1678
|
+
'min-width:0',
|
|
1679
|
+
'border:1px solid var(--fps-editor-readonly-border)',
|
|
1680
|
+
'border-radius:3px',
|
|
1681
|
+
'background:var(--fps-editor-readonly-bg)',
|
|
1682
|
+
'color:var(--fps-editor-readonly-text)',
|
|
1683
|
+
'overflow:hidden',
|
|
1684
|
+
].join(';');
|
|
1685
|
+
const summary = doc.createElement('summary');
|
|
1686
|
+
summary.style.cssText = [
|
|
1687
|
+
'min-width:0',
|
|
1688
|
+
'min-height:44px',
|
|
1689
|
+
'display:flex',
|
|
1690
|
+
'align-items:center',
|
|
1691
|
+
'gap:8px',
|
|
1692
|
+
'padding:6px 8px',
|
|
1693
|
+
'cursor:pointer',
|
|
1694
|
+
].join(';');
|
|
1695
|
+
if (item.selectionTargetId) {
|
|
1696
|
+
summary.dataset.editorInspectorMaterialSlotSelect = item.selectionTargetId;
|
|
1697
|
+
summary.title = item.label;
|
|
1698
|
+
summary.dataset.editorTooltip = item.label;
|
|
1699
|
+
}
|
|
1700
|
+
summary.appendChild(createAssetPreviewElement(doc, {
|
|
1701
|
+
id: item.materialAssetId ? `material:${item.materialAssetId}` : `material-slot:${item.key}`,
|
|
1702
|
+
assetId: item.materialAssetId,
|
|
1703
|
+
kind: 'material',
|
|
1704
|
+
label: item.materialLabel || item.label,
|
|
1705
|
+
meta: item.materialMeta || labels.material,
|
|
1706
|
+
preview: item.materialPreview,
|
|
1707
|
+
}, 'list'));
|
|
1708
|
+
const body = doc.createElement('div');
|
|
1709
|
+
body.style.cssText = 'min-width:0;flex:1';
|
|
1710
|
+
const title = doc.createElement('div');
|
|
1711
|
+
title.textContent = item.label;
|
|
1712
|
+
title.style.cssText = 'font-weight:900;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--fps-editor-text-strong)';
|
|
1713
|
+
const subtitle = doc.createElement('div');
|
|
1714
|
+
subtitle.textContent = item.materialLabel
|
|
1715
|
+
? `${labels.material}: ${item.materialLabel}`
|
|
1716
|
+
: labels.material;
|
|
1717
|
+
subtitle.style.cssText = 'color:var(--fps-editor-muted);font-size:11px;font-weight:800;overflow:hidden;text-overflow:ellipsis;white-space:nowrap';
|
|
1718
|
+
body.appendChild(title);
|
|
1719
|
+
body.appendChild(subtitle);
|
|
1720
|
+
summary.appendChild(body);
|
|
1721
|
+
summary.appendChild(createBadge(doc, 'READONLY', { compact: true }));
|
|
1722
|
+
details.appendChild(summary);
|
|
1723
|
+
const content = doc.createElement('div');
|
|
1724
|
+
content.style.cssText = [
|
|
1725
|
+
'display:flex',
|
|
1726
|
+
'flex-direction:column',
|
|
1727
|
+
'gap:4px',
|
|
1728
|
+
'padding:0 8px 8px',
|
|
1729
|
+
].join(';');
|
|
1730
|
+
appendMaterialSlotListDetailRow(doc, content, labels.material, item.materialMeta || item.materialAssetId || item.materialLabel || '');
|
|
1731
|
+
appendMaterialSlotListDetailRow(doc, content, labels.slotId, item.slotId ?? '');
|
|
1732
|
+
appendMaterialSlotListDetailRow(doc, content, labels.ownerNodePath, item.ownerNodePath ?? '');
|
|
1733
|
+
appendMaterialSlotListDetailRow(doc, content, labels.sourceMaterial, [item.sourceMaterialIndex == null ? '' : `#${item.sourceMaterialIndex}`, item.sourceMaterialName ?? '']
|
|
1734
|
+
.filter(Boolean)
|
|
1735
|
+
.join(' '));
|
|
1736
|
+
appendMaterialSlotListDetailRow(doc, content, labels.bindingPath, item.bindingPath ?? '');
|
|
1737
|
+
details.appendChild(content);
|
|
1738
|
+
return details;
|
|
1739
|
+
}
|
|
1740
|
+
function appendMaterialSlotListDetailRow(doc, parent, label, value) {
|
|
1741
|
+
if (!value)
|
|
1742
|
+
return;
|
|
1743
|
+
const row = doc.createElement('div');
|
|
1744
|
+
row.style.cssText = [
|
|
1745
|
+
'display:grid',
|
|
1746
|
+
'grid-template-columns:88px minmax(0,1fr)',
|
|
1747
|
+
'gap:8px',
|
|
1748
|
+
'align-items:start',
|
|
1749
|
+
'font-size:11px',
|
|
1750
|
+
'line-height:1.35',
|
|
1751
|
+
].join(';');
|
|
1752
|
+
const labelElement = doc.createElement('div');
|
|
1753
|
+
labelElement.textContent = label;
|
|
1754
|
+
labelElement.style.cssText = 'color:var(--fps-editor-muted);font-weight:800';
|
|
1755
|
+
const valueElement = doc.createElement('div');
|
|
1756
|
+
valueElement.textContent = value;
|
|
1757
|
+
valueElement.style.cssText = [
|
|
1758
|
+
'min-width:0',
|
|
1759
|
+
'overflow:hidden',
|
|
1760
|
+
'text-overflow:ellipsis',
|
|
1761
|
+
'white-space:nowrap',
|
|
1762
|
+
'font-family:var(--fps-editor-mono-font)',
|
|
1763
|
+
'color:var(--fps-editor-readonly-text)',
|
|
1764
|
+
].join(';');
|
|
1765
|
+
valueElement.title = value;
|
|
1766
|
+
valueElement.dataset.editorTooltip = value;
|
|
1767
|
+
row.appendChild(labelElement);
|
|
1768
|
+
row.appendChild(valueElement);
|
|
1769
|
+
parent.appendChild(row);
|
|
1770
|
+
}
|
|
1771
|
+
function readInspectorMaterialSlotListItems(property) {
|
|
1772
|
+
const rawItems = property.controlOptions?.slots;
|
|
1773
|
+
if (!Array.isArray(rawItems))
|
|
1774
|
+
return [];
|
|
1775
|
+
return rawItems
|
|
1776
|
+
.map(readInspectorMaterialSlotListItem)
|
|
1777
|
+
.filter((item) => !!item);
|
|
1778
|
+
}
|
|
1779
|
+
function readInspectorMaterialSlotListItem(value) {
|
|
1780
|
+
if (!isRecord(value))
|
|
1781
|
+
return null;
|
|
1782
|
+
const key = readStringField(value, 'key') || readStringField(value, 'slotId') || readStringField(value, 'ownerNodePath');
|
|
1783
|
+
const label = readStringField(value, 'label') || key;
|
|
1784
|
+
if (!key || !label)
|
|
1785
|
+
return null;
|
|
1786
|
+
const sourceMaterialIndex = value.sourceMaterialIndex;
|
|
1787
|
+
return {
|
|
1788
|
+
key,
|
|
1789
|
+
label,
|
|
1790
|
+
selectionTargetId: readStringField(value, 'selectionTargetId') || undefined,
|
|
1791
|
+
slotId: readStringField(value, 'slotId') || undefined,
|
|
1792
|
+
ownerNodePath: readStringField(value, 'ownerNodePath') || undefined,
|
|
1793
|
+
materialAssetId: readStringField(value, 'materialAssetId') || undefined,
|
|
1794
|
+
materialLabel: readStringField(value, 'materialLabel') || undefined,
|
|
1795
|
+
materialMeta: readStringField(value, 'materialMeta') || undefined,
|
|
1796
|
+
materialPreview: isLocalEditorBrowserAssetPreview(value.materialPreview) ? value.materialPreview : undefined,
|
|
1797
|
+
sourceMaterialIndex: typeof sourceMaterialIndex === 'number' && Number.isFinite(sourceMaterialIndex) ? sourceMaterialIndex : undefined,
|
|
1798
|
+
sourceMaterialName: readStringField(value, 'sourceMaterialName') || undefined,
|
|
1799
|
+
bindingPath: readStringField(value, 'bindingPath') || undefined,
|
|
1800
|
+
};
|
|
1801
|
+
}
|
|
1802
|
+
function readInspectorMaterialSlotListLabels(property) {
|
|
1803
|
+
const labels = isRecord(property.controlOptions?.labels) ? property.controlOptions.labels : {};
|
|
1804
|
+
return {
|
|
1805
|
+
material: readStringField(labels, 'material') || 'Material',
|
|
1806
|
+
slotId: readStringField(labels, 'slotId') || 'Slot ID',
|
|
1807
|
+
ownerNodePath: readStringField(labels, 'ownerNodePath') || 'Owner Node Path',
|
|
1808
|
+
sourceMaterial: readStringField(labels, 'sourceMaterial') || 'Source Material',
|
|
1809
|
+
bindingPath: readStringField(labels, 'bindingPath') || 'Binding Path',
|
|
1810
|
+
};
|
|
1811
|
+
}
|
|
1812
|
+
function readStringField(record, key) {
|
|
1813
|
+
const value = record[key];
|
|
1814
|
+
return typeof value === 'string' ? value : '';
|
|
1815
|
+
}
|
|
1537
1816
|
function createInspectorAssetPickerCardControl(doc, _target, property, bindInput) {
|
|
1538
1817
|
const wrapper = doc.createElement('div');
|
|
1539
1818
|
wrapper.dataset.editorInspectorAssetPickerControl = 'true';
|
|
1819
|
+
const hasCopyAction = !!readInspectorControlOptionString(property, 'copyActionValue');
|
|
1820
|
+
const isEditable = isInspectorPropertyEditable(property);
|
|
1821
|
+
const actionDisabledReason = readInspectorControlOptionString(property, 'actionDisabledReason')
|
|
1822
|
+
|| readInspectorControlOptionString(property, 'disabledReason')
|
|
1823
|
+
|| property.disabledReason
|
|
1824
|
+
|| '';
|
|
1825
|
+
const coverageLabel = readInspectorControlOptionString(property, 'coverageLabel')
|
|
1826
|
+
|| readInspectorControlOptionString(property, 'batchCoverageLabel')
|
|
1827
|
+
|| '';
|
|
1540
1828
|
wrapper.style.cssText = [
|
|
1541
1829
|
'min-width:0',
|
|
1542
1830
|
'display:grid',
|
|
1543
|
-
|
|
1831
|
+
hasCopyAction ? 'grid-template-columns:1fr auto auto' : 'grid-template-columns:1fr auto',
|
|
1544
1832
|
'align-items:stretch',
|
|
1545
1833
|
'gap:6px',
|
|
1546
1834
|
].join(';');
|
|
@@ -1552,7 +1840,9 @@ function createInspectorAssetPickerCardControl(doc, _target, property, bindInput
|
|
|
1552
1840
|
const card = doc.createElement('button');
|
|
1553
1841
|
card.type = 'button';
|
|
1554
1842
|
card.dataset.editorInspectorAssetPicker = 'true';
|
|
1555
|
-
card.disabled = !
|
|
1843
|
+
card.disabled = !isEditable;
|
|
1844
|
+
if (actionDisabledReason)
|
|
1845
|
+
card.title = actionDisabledReason;
|
|
1556
1846
|
card.style.cssText = [
|
|
1557
1847
|
'min-width:0',
|
|
1558
1848
|
'min-height:42px',
|
|
@@ -1597,6 +1887,8 @@ function createInspectorAssetPickerCardControl(doc, _target, property, bindInput
|
|
|
1597
1887
|
action.dataset.editorInspectorAssetPicker = 'true';
|
|
1598
1888
|
action.disabled = card.disabled;
|
|
1599
1889
|
action.textContent = readInspectorControlOptionString(property, 'actionLabel') || '替换';
|
|
1890
|
+
if (actionDisabledReason)
|
|
1891
|
+
action.title = actionDisabledReason;
|
|
1600
1892
|
action.style.cssText = [
|
|
1601
1893
|
'width:54px',
|
|
1602
1894
|
'min-height:42px',
|
|
@@ -1635,6 +1927,24 @@ function createInspectorAssetPickerCardControl(doc, _target, property, bindInput
|
|
|
1635
1927
|
].filter(Boolean).join(';');
|
|
1636
1928
|
wrapper.appendChild(copyAction);
|
|
1637
1929
|
}
|
|
1930
|
+
if (card.disabled && (coverageLabel || actionDisabledReason)) {
|
|
1931
|
+
const status = doc.createElement('div');
|
|
1932
|
+
status.dataset.editorInspectorActionStatus = 'true';
|
|
1933
|
+
status.textContent = [coverageLabel, actionDisabledReason].filter(Boolean).join(' · ');
|
|
1934
|
+
status.style.cssText = [
|
|
1935
|
+
'grid-column:1/-1',
|
|
1936
|
+
'min-width:0',
|
|
1937
|
+
'padding:5px 7px',
|
|
1938
|
+
'border:1px solid var(--fps-editor-warn-border)',
|
|
1939
|
+
'border-radius:3px',
|
|
1940
|
+
'background:var(--fps-editor-warn-soft)',
|
|
1941
|
+
'color:var(--fps-editor-warn)',
|
|
1942
|
+
'font-size:11px',
|
|
1943
|
+
'font-weight:800',
|
|
1944
|
+
'line-height:1.35',
|
|
1945
|
+
].join(';');
|
|
1946
|
+
wrapper.appendChild(status);
|
|
1947
|
+
}
|
|
1638
1948
|
return wrapper;
|
|
1639
1949
|
}
|
|
1640
1950
|
function createInspectorReadonlyControl(doc, _target, property) {
|