@fps-games/editor 0.2.0-beta.3 → 0.2.1-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/agent-bridge/capabilities/editor-state.d.ts.map +1 -1
- package/dist/agent-bridge/capabilities/editor-state.js +32 -17
- package/dist/agent-bridge/capabilities/editor-state.js.map +1 -1
- package/dist/agent-bridge/capabilities/hierarchy.d.ts +4 -0
- package/dist/agent-bridge/capabilities/hierarchy.d.ts.map +1 -0
- package/dist/agent-bridge/capabilities/hierarchy.js +209 -0
- package/dist/agent-bridge/capabilities/hierarchy.js.map +1 -0
- package/dist/agent-bridge/capabilities/prefabs.d.ts.map +1 -1
- package/dist/agent-bridge/capabilities/prefabs.js +243 -60
- package/dist/agent-bridge/capabilities/prefabs.js.map +1 -1
- package/dist/agent-bridge/capabilities/scene-objects.d.ts +3 -4
- package/dist/agent-bridge/capabilities/scene-objects.d.ts.map +1 -1
- package/dist/agent-bridge/capabilities/scene-objects.js +111 -25
- package/dist/agent-bridge/capabilities/scene-objects.js.map +1 -1
- package/dist/agent-bridge/capabilities/selection.d.ts.map +1 -1
- package/dist/agent-bridge/capabilities/selection.js +8 -5
- package/dist/agent-bridge/capabilities/selection.js.map +1 -1
- package/dist/agent-bridge/capabilities/shadows.d.ts.map +1 -1
- package/dist/agent-bridge/capabilities/shadows.js +839 -67
- package/dist/agent-bridge/capabilities/shadows.js.map +1 -1
- package/dist/agent-bridge/capabilities/transform.d.ts.map +1 -1
- package/dist/agent-bridge/capabilities/transform.js +6 -4
- package/dist/agent-bridge/capabilities/transform.js.map +1 -1
- package/dist/agent-bridge/capabilities/ui-regions.d.ts.map +1 -1
- package/dist/agent-bridge/capabilities/ui-regions.js +3 -1
- package/dist/agent-bridge/capabilities/ui-regions.js.map +1 -1
- package/dist/agent-bridge/capabilities/viewport.d.ts.map +1 -1
- package/dist/agent-bridge/capabilities/viewport.js +92 -47
- package/dist/agent-bridge/capabilities/viewport.js.map +1 -1
- package/dist/agent-bridge/capability-sources.d.ts.map +1 -1
- package/dist/agent-bridge/capability-sources.js +2 -0
- package/dist/agent-bridge/capability-sources.js.map +1 -1
- package/dist/agent-bridge/register.d.ts.map +1 -1
- package/dist/agent-bridge/register.js +194 -0
- package/dist/agent-bridge/register.js.map +1 -1
- package/dist/agent-bridge/shared.d.ts +232 -7
- package/dist/agent-bridge/shared.d.ts.map +1 -1
- package/dist/agent-bridge/shared.js +174 -0
- package/dist/agent-bridge/shared.js.map +1 -1
- package/dist/agent-bridge/source-types.d.ts +17 -1
- package/dist/agent-bridge/source-types.d.ts.map +1 -1
- package/dist/agent-bridge/source-types.js.map +1 -1
- package/dist/build-info.json +57 -42
- package/dist/index.d.ts +7 -6
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +4 -3
- package/dist/index.js.map +1 -1
- package/dist/internal/babylon-preview-engine.d.ts +3 -0
- package/dist/internal/babylon-preview-engine.d.ts.map +1 -0
- package/dist/internal/babylon-preview-engine.js +11 -0
- package/dist/internal/babylon-preview-engine.js.map +1 -0
- package/dist/internal/product-local-editor-cleanup.d.ts +5 -0
- package/dist/internal/product-local-editor-cleanup.d.ts.map +1 -0
- package/dist/internal/product-local-editor-cleanup.js +20 -0
- package/dist/internal/product-local-editor-cleanup.js.map +1 -0
- package/dist/local-editor-agent-actions.d.ts +2 -4
- package/dist/local-editor-agent-actions.d.ts.map +1 -1
- package/dist/local-editor-agent-actions.js +61 -33
- package/dist/local-editor-agent-actions.js.map +1 -1
- package/dist/local-editor-agent-context.d.ts +5 -5
- package/dist/local-editor-agent-context.d.ts.map +1 -1
- package/dist/local-editor-agent-context.js.map +1 -1
- package/dist/local-editor-harness.d.ts +340 -35
- package/dist/local-editor-harness.d.ts.map +1 -1
- package/dist/local-editor-harness.js +3854 -1118
- package/dist/local-editor-harness.js.map +1 -1
- package/dist/local-editor-marker-graph.d.ts +15 -15
- package/dist/local-editor-marker-graph.d.ts.map +1 -1
- package/dist/local-editor-marker-graph.js +3 -0
- package/dist/local-editor-marker-graph.js.map +1 -1
- package/dist/local-editor-performance-stats.d.ts +3 -2
- package/dist/local-editor-performance-stats.d.ts.map +1 -1
- package/dist/local-editor-performance-stats.js.map +1 -1
- package/dist/local-editor-prefab-stage-transaction.d.ts +19 -0
- package/dist/local-editor-prefab-stage-transaction.d.ts.map +1 -0
- package/dist/local-editor-prefab-stage-transaction.js +45 -0
- package/dist/local-editor-prefab-stage-transaction.js.map +1 -0
- package/dist/local-editor-scene-view-interaction-runtime.d.ts +3 -1
- package/dist/local-editor-scene-view-interaction-runtime.d.ts.map +1 -1
- package/dist/local-editor-scene-view-interaction-runtime.js +24 -0
- package/dist/local-editor-scene-view-interaction-runtime.js.map +1 -1
- package/dist/local-editor-tools.d.ts +18 -0
- package/dist/local-editor-tools.d.ts.map +1 -0
- package/dist/local-editor-tools.js +53 -0
- package/dist/local-editor-tools.js.map +1 -0
- package/dist/playable-babylon-rendering.d.ts +9 -0
- package/dist/playable-babylon-rendering.d.ts.map +1 -1
- package/dist/playable-babylon-rendering.js +162 -6
- package/dist/playable-babylon-rendering.js.map +1 -1
- package/dist/playable-local-editor-entry.d.ts +68 -0
- package/dist/playable-local-editor-entry.d.ts.map +1 -0
- package/dist/playable-local-editor-entry.js +424 -0
- package/dist/playable-local-editor-entry.js.map +1 -0
- package/dist/playable-local-editor-host.d.ts +51 -29
- package/dist/playable-local-editor-host.d.ts.map +1 -1
- package/dist/playable-local-editor-host.js +23 -11
- package/dist/playable-local-editor-host.js.map +1 -1
- package/dist/playable-product-local-editor.d.ts +10 -12
- package/dist/playable-product-local-editor.d.ts.map +1 -1
- package/dist/playable-product-local-editor.js +178 -85
- package/dist/playable-product-local-editor.js.map +1 -1
- package/dist/playable-product-projection-preview.d.ts +4 -1
- package/dist/playable-product-projection-preview.d.ts.map +1 -1
- package/dist/playable-product-projection-preview.js +122 -5
- package/dist/playable-product-projection-preview.js.map +1 -1
- package/dist/playable-product-rendering.d.ts +12 -0
- package/dist/playable-product-rendering.d.ts.map +1 -1
- package/dist/playable-product-rendering.js +128 -6
- package/dist/playable-product-rendering.js.map +1 -1
- package/dist/playable-product-scene-capabilities.d.ts +24 -7
- package/dist/playable-product-scene-capabilities.d.ts.map +1 -1
- package/dist/playable-product-scene-capabilities.js +172 -15
- package/dist/playable-product-scene-capabilities.js.map +1 -1
- package/dist/playable-project-mode.d.ts +17 -0
- package/dist/playable-project-mode.d.ts.map +1 -0
- package/dist/playable-project-mode.js +2 -0
- package/dist/playable-project-mode.js.map +1 -0
- package/dist/playable-runtime-babylon.d.ts +3 -6
- package/dist/playable-runtime-babylon.d.ts.map +1 -1
- package/dist/playable-runtime-babylon.js +1 -5
- package/dist/playable-runtime-babylon.js.map +1 -1
- package/dist/playable-sdk.d.ts +16 -9
- package/dist/playable-sdk.d.ts.map +1 -1
- package/dist/playable-sdk.js +6 -4
- package/dist/playable-sdk.js.map +1 -1
- package/dist/playable-standard-project.d.ts +23 -14
- package/dist/playable-standard-project.d.ts.map +1 -1
- package/dist/playable-standard-project.js +53 -19
- package/dist/playable-standard-project.js.map +1 -1
- package/dist/vite-client.d.ts +4 -0
- package/node_modules/@babel/helper-string-parser/lib/index.js +0 -1
- package/node_modules/@babel/helper-validator-identifier/lib/identifier.js +0 -1
- package/node_modules/@babel/helper-validator-identifier/lib/index.js +0 -1
- package/node_modules/@babel/helper-validator-identifier/lib/keyword.js +0 -1
- package/node_modules/@babel/parser/lib/index.js +0 -1
- package/node_modules/@babel/types/lib/asserts/assertNode.js +0 -1
- package/node_modules/@babel/types/lib/asserts/generated/index.js +0 -1
- package/node_modules/@babel/types/lib/ast-types/generated/index.js +0 -1
- package/node_modules/@babel/types/lib/builders/flow/createFlowUnionType.js +0 -1
- package/node_modules/@babel/types/lib/builders/flow/createTypeAnnotationBasedOnTypeof.js +0 -1
- package/node_modules/@babel/types/lib/builders/generated/index.js +0 -1
- package/node_modules/@babel/types/lib/builders/generated/lowercase.js +0 -1
- package/node_modules/@babel/types/lib/builders/generated/uppercase.js +0 -1
- package/node_modules/@babel/types/lib/builders/productions.js +0 -1
- package/node_modules/@babel/types/lib/builders/react/buildChildren.js +0 -1
- package/node_modules/@babel/types/lib/builders/typescript/createTSUnionType.js +0 -1
- package/node_modules/@babel/types/lib/builders/validateNode.js +0 -1
- package/node_modules/@babel/types/lib/clone/clone.js +0 -1
- package/node_modules/@babel/types/lib/clone/cloneDeep.js +0 -1
- package/node_modules/@babel/types/lib/clone/cloneDeepWithoutLoc.js +0 -1
- package/node_modules/@babel/types/lib/clone/cloneNode.js +0 -1
- package/node_modules/@babel/types/lib/clone/cloneWithoutLoc.js +0 -1
- package/node_modules/@babel/types/lib/comments/addComment.js +0 -1
- package/node_modules/@babel/types/lib/comments/addComments.js +0 -1
- package/node_modules/@babel/types/lib/comments/inheritInnerComments.js +0 -1
- package/node_modules/@babel/types/lib/comments/inheritLeadingComments.js +0 -1
- package/node_modules/@babel/types/lib/comments/inheritTrailingComments.js +0 -1
- package/node_modules/@babel/types/lib/comments/inheritsComments.js +0 -1
- package/node_modules/@babel/types/lib/comments/removeComments.js +0 -1
- package/node_modules/@babel/types/lib/constants/generated/index.js +0 -1
- package/node_modules/@babel/types/lib/constants/index.js +0 -1
- package/node_modules/@babel/types/lib/converters/ensureBlock.js +0 -1
- package/node_modules/@babel/types/lib/converters/gatherSequenceExpressions.js +0 -1
- package/node_modules/@babel/types/lib/converters/toBindingIdentifierName.js +0 -1
- package/node_modules/@babel/types/lib/converters/toBlock.js +0 -1
- package/node_modules/@babel/types/lib/converters/toComputedKey.js +0 -1
- package/node_modules/@babel/types/lib/converters/toExpression.js +0 -1
- package/node_modules/@babel/types/lib/converters/toIdentifier.js +0 -1
- package/node_modules/@babel/types/lib/converters/toKeyAlias.js +0 -1
- package/node_modules/@babel/types/lib/converters/toSequenceExpression.js +0 -1
- package/node_modules/@babel/types/lib/converters/toStatement.js +0 -1
- package/node_modules/@babel/types/lib/converters/valueToNode.js +0 -1
- package/node_modules/@babel/types/lib/definitions/core.js +0 -1
- package/node_modules/@babel/types/lib/definitions/deprecated-aliases.js +0 -1
- package/node_modules/@babel/types/lib/definitions/experimental.js +0 -1
- package/node_modules/@babel/types/lib/definitions/flow.js +0 -1
- package/node_modules/@babel/types/lib/definitions/index.js +0 -1
- package/node_modules/@babel/types/lib/definitions/jsx.js +0 -1
- package/node_modules/@babel/types/lib/definitions/misc.js +0 -1
- package/node_modules/@babel/types/lib/definitions/placeholders.js +0 -1
- package/node_modules/@babel/types/lib/definitions/typescript.js +0 -1
- package/node_modules/@babel/types/lib/definitions/utils.js +0 -1
- package/node_modules/@babel/types/lib/index.js +0 -1
- package/node_modules/@babel/types/lib/modifications/appendToMemberExpression.js +0 -1
- package/node_modules/@babel/types/lib/modifications/flow/removeTypeDuplicates.js +0 -1
- package/node_modules/@babel/types/lib/modifications/inherits.js +0 -1
- package/node_modules/@babel/types/lib/modifications/prependToMemberExpression.js +0 -1
- package/node_modules/@babel/types/lib/modifications/removeProperties.js +0 -1
- package/node_modules/@babel/types/lib/modifications/removePropertiesDeep.js +0 -1
- package/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js +0 -1
- package/node_modules/@babel/types/lib/retrievers/getAssignmentIdentifiers.js +0 -1
- package/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js +0 -1
- package/node_modules/@babel/types/lib/retrievers/getFunctionName.js +0 -1
- package/node_modules/@babel/types/lib/retrievers/getOuterBindingIdentifiers.js +0 -1
- package/node_modules/@babel/types/lib/traverse/traverse.js +0 -1
- package/node_modules/@babel/types/lib/traverse/traverseFast.js +0 -1
- package/node_modules/@babel/types/lib/utils/deprecationWarning.js +0 -1
- package/node_modules/@babel/types/lib/utils/inherit.js +0 -1
- package/node_modules/@babel/types/lib/utils/react/cleanJSXElementLiteralChild.js +0 -1
- package/node_modules/@babel/types/lib/utils/shallowEqual.js +0 -1
- package/node_modules/@babel/types/lib/validators/buildMatchMemberExpression.js +0 -1
- package/node_modules/@babel/types/lib/validators/generated/index.js +0 -1
- package/node_modules/@babel/types/lib/validators/is.js +0 -1
- package/node_modules/@babel/types/lib/validators/isBinding.js +0 -1
- package/node_modules/@babel/types/lib/validators/isBlockScoped.js +0 -1
- package/node_modules/@babel/types/lib/validators/isImmutable.js +0 -1
- package/node_modules/@babel/types/lib/validators/isLet.js +0 -1
- package/node_modules/@babel/types/lib/validators/isNode.js +0 -1
- package/node_modules/@babel/types/lib/validators/isNodesEquivalent.js +0 -1
- package/node_modules/@babel/types/lib/validators/isPlaceholderType.js +0 -1
- package/node_modules/@babel/types/lib/validators/isReferenced.js +0 -1
- package/node_modules/@babel/types/lib/validators/isScope.js +0 -1
- package/node_modules/@babel/types/lib/validators/isSpecifierDefault.js +0 -1
- package/node_modules/@babel/types/lib/validators/isType.js +0 -1
- package/node_modules/@babel/types/lib/validators/isValidES3Identifier.js +0 -1
- package/node_modules/@babel/types/lib/validators/isValidIdentifier.js +0 -1
- package/node_modules/@babel/types/lib/validators/isVar.js +0 -1
- package/node_modules/@babel/types/lib/validators/matchesPattern.js +0 -1
- package/node_modules/@babel/types/lib/validators/react/isCompatTag.js +0 -1
- package/node_modules/@babel/types/lib/validators/react/isReactComponent.js +0 -1
- package/node_modules/@babel/types/lib/validators/validate.js +0 -1
- package/node_modules/@babylonjs/loaders/BVH/bvhFileLoader.d.ts +69 -0
- package/node_modules/@babylonjs/loaders/BVH/bvhFileLoader.js +132 -0
- package/node_modules/@babylonjs/loaders/BVH/bvhFileLoader.metadata.d.ts +8 -0
- package/node_modules/@babylonjs/loaders/BVH/bvhFileLoader.metadata.js +7 -0
- package/node_modules/@babylonjs/loaders/BVH/bvhLoader.d.ts +14 -0
- package/node_modules/@babylonjs/loaders/BVH/bvhLoader.js +328 -0
- package/node_modules/@babylonjs/loaders/BVH/bvhLoadingOptions.d.ts +9 -0
- package/node_modules/@babylonjs/loaders/BVH/bvhLoadingOptions.js +1 -0
- package/node_modules/@babylonjs/loaders/BVH/index.d.ts +2 -0
- package/node_modules/@babylonjs/loaders/BVH/index.js +3 -0
- package/node_modules/@babylonjs/loaders/OBJ/index.d.ts +4 -0
- package/node_modules/@babylonjs/loaders/OBJ/index.js +4 -0
- package/node_modules/@babylonjs/loaders/OBJ/mtlFileLoader.d.ts +41 -0
- package/node_modules/@babylonjs/loaders/OBJ/mtlFileLoader.js +230 -0
- package/node_modules/@babylonjs/loaders/OBJ/objFileLoader.d.ts +136 -0
- package/node_modules/@babylonjs/loaders/OBJ/objFileLoader.js +317 -0
- package/node_modules/@babylonjs/loaders/OBJ/objFileLoader.metadata.d.ts +4 -0
- package/node_modules/@babylonjs/loaders/OBJ/objFileLoader.metadata.js +4 -0
- package/node_modules/@babylonjs/loaders/OBJ/objLoadingOptions.d.ts +47 -0
- package/node_modules/@babylonjs/loaders/OBJ/objLoadingOptions.js +1 -0
- package/node_modules/@babylonjs/loaders/OBJ/solidParser.d.ts +175 -0
- package/node_modules/@babylonjs/loaders/OBJ/solidParser.js +903 -0
- package/node_modules/@babylonjs/loaders/SPLAT/index.d.ts +2 -0
- package/node_modules/@babylonjs/loaders/SPLAT/index.js +3 -0
- package/node_modules/@babylonjs/loaders/SPLAT/sog.d.ts +84 -0
- package/node_modules/@babylonjs/loaders/SPLAT/sog.js +294 -0
- package/node_modules/@babylonjs/loaders/SPLAT/splatDefs.d.ts +26 -0
- package/node_modules/@babylonjs/loaders/SPLAT/splatDefs.js +10 -0
- package/node_modules/@babylonjs/loaders/SPLAT/splatFileLoader.d.ts +100 -0
- package/node_modules/@babylonjs/loaders/SPLAT/splatFileLoader.js +536 -0
- package/node_modules/@babylonjs/loaders/SPLAT/splatFileLoader.metadata.d.ts +20 -0
- package/node_modules/@babylonjs/loaders/SPLAT/splatFileLoader.metadata.js +15 -0
- package/node_modules/@babylonjs/loaders/SPLAT/splatLoadingOptions.d.ts +33 -0
- package/node_modules/@babylonjs/loaders/SPLAT/splatLoadingOptions.js +1 -0
- package/node_modules/@babylonjs/loaders/SPLAT/spz.d.ts +11 -0
- package/node_modules/@babylonjs/loaders/SPLAT/spz.js +168 -0
- package/node_modules/@babylonjs/loaders/STL/index.d.ts +1 -0
- package/node_modules/@babylonjs/loaders/STL/index.js +1 -0
- package/node_modules/@babylonjs/loaders/STL/stlFileLoader.d.ts +78 -0
- package/node_modules/@babylonjs/loaders/STL/stlFileLoader.js +238 -0
- package/node_modules/@babylonjs/loaders/STL/stlFileLoader.metadata.d.ts +8 -0
- package/node_modules/@babylonjs/loaders/STL/stlFileLoader.metadata.js +7 -0
- package/node_modules/@babylonjs/loaders/bvh/license.md +21 -0
- package/node_modules/@babylonjs/loaders/dynamic.d.ts +5 -0
- package/node_modules/@babylonjs/loaders/dynamic.js +56 -0
- package/node_modules/@babylonjs/loaders/glTF/1.0/glTFBinaryExtension.d.ts +16 -0
- package/node_modules/@babylonjs/loaders/glTF/1.0/glTFBinaryExtension.js +64 -0
- package/node_modules/@babylonjs/loaders/glTF/1.0/glTFLoader.d.ts +144 -0
- package/node_modules/@babylonjs/loaders/glTF/1.0/glTFLoader.js +1841 -0
- package/node_modules/@babylonjs/loaders/glTF/1.0/glTFLoaderInterfaces.d.ts +412 -0
- package/node_modules/@babylonjs/loaders/glTF/1.0/glTFLoaderInterfaces.js +95 -0
- package/node_modules/@babylonjs/loaders/glTF/1.0/glTFLoaderUtils.d.ts +71 -0
- package/node_modules/@babylonjs/loaders/glTF/1.0/glTFLoaderUtils.js +254 -0
- package/node_modules/@babylonjs/loaders/glTF/1.0/glTFMaterialsCommonExtension.d.ts +13 -0
- package/node_modules/@babylonjs/loaders/glTF/1.0/glTFMaterialsCommonExtension.js +130 -0
- package/node_modules/@babylonjs/loaders/glTF/1.0/index.d.ts +5 -0
- package/node_modules/@babylonjs/loaders/glTF/1.0/index.js +5 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/EXT_lights_area.d.ts +41 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/EXT_lights_area.js +93 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/EXT_lights_ies.d.ts +41 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/EXT_lights_ies.js +83 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/EXT_lights_image_based.d.ts +48 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/EXT_lights_image_based.js +115 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/EXT_mesh_gpu_instancing.d.ts +39 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/EXT_mesh_gpu_instancing.js +94 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/EXT_meshopt_compression.d.ts +39 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/EXT_meshopt_compression.js +50 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/EXT_texture_avif.d.ts +34 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/EXT_texture_avif.js +38 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/EXT_texture_webp.d.ts +33 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/EXT_texture_webp.js +37 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/ExtrasAsMetadata.d.ts +53 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/ExtrasAsMetadata.js +73 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/KHR_animation_pointer.d.ts +47 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/KHR_animation_pointer.data.d.ts +1 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/KHR_animation_pointer.data.js +251 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/KHR_animation_pointer.js +77 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/KHR_draco_mesh_compression.d.ts +47 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/KHR_draco_mesh_compression.js +92 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/KHR_interactivity/declarationMapper.d.ts +355 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/KHR_interactivity/declarationMapper.js +1678 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/KHR_interactivity/flowGraphGLTFDataProvider.d.ts +33 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/KHR_interactivity/flowGraphGLTFDataProvider.js +19 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/KHR_interactivity/index.d.ts +3 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/KHR_interactivity/index.js +3 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/KHR_interactivity/interactivityGraphParser.d.ts +70 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/KHR_interactivity/interactivityGraphParser.js +438 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/KHR_interactivity.d.ts +38 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/KHR_interactivity.js +150 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/KHR_lights_punctual.d.ts +41 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/KHR_lights_punctual.js +91 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/KHR_materials_anisotropy.d.ts +42 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/KHR_materials_anisotropy.js +65 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/KHR_materials_clearcoat.d.ts +43 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/KHR_materials_clearcoat.js +79 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/KHR_materials_coat.d.ts +49 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/KHR_materials_coat.js +119 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/KHR_materials_diffuse_roughness.d.ts +43 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/KHR_materials_diffuse_roughness.js +58 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/KHR_materials_diffuse_transmission.d.ts +43 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/KHR_materials_diffuse_transmission.js +69 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/KHR_materials_dispersion.d.ts +43 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/KHR_materials_dispersion.js +56 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/KHR_materials_emissive_strength.d.ts +42 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/KHR_materials_emissive_strength.js +47 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/KHR_materials_fuzz.d.ts +43 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/KHR_materials_fuzz.js +77 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/KHR_materials_ior.d.ts +46 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/KHR_materials_ior.js +54 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/KHR_materials_iridescence.d.ts +42 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/KHR_materials_iridescence.js +68 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/KHR_materials_pbrSpecularGlossiness.d.ts +42 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/KHR_materials_pbrSpecularGlossiness.js +80 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/KHR_materials_sheen.d.ts +43 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/KHR_materials_sheen.js +73 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/KHR_materials_specular.d.ts +42 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/KHR_materials_specular.js +76 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/KHR_materials_transmission.d.ts +42 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/KHR_materials_transmission.js +303 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/KHR_materials_unlit.d.ts +42 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/KHR_materials_unlit.js +66 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/KHR_materials_variants.d.ts +112 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/KHR_materials_variants.js +262 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/KHR_materials_volume.d.ts +43 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/KHR_materials_volume.js +82 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/KHR_materials_volume_scatter.d.ts +45 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/KHR_materials_volume_scatter.js +109 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/KHR_mesh_quantization.d.ts +29 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/KHR_mesh_quantization.js +22 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/KHR_node_hoverability.d.ts +31 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/KHR_node_hoverability.js +189 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/KHR_node_selectability.d.ts +30 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/KHR_node_selectability.js +123 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/KHR_node_visibility.d.ts +30 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/KHR_node_visibility.js +66 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/KHR_texture_basisu.d.ts +33 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/KHR_texture_basisu.js +37 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/KHR_texture_transform.d.ts +37 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/KHR_texture_transform.js +58 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/KHR_xmp_json_ld.d.ts +39 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/KHR_xmp_json_ld.js +47 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/MSFT_audio_emitter.d.ts +56 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/MSFT_audio_emitter.js +228 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/MSFT_lod.d.ts +104 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/MSFT_lod.js +337 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/MSFT_minecraftMesh.d.ts +27 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/MSFT_minecraftMesh.js +39 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/MSFT_sRGBFactors.d.ts +27 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/MSFT_sRGBFactors.js +38 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/dynamic.d.ts +4 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/dynamic.js +212 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/gltfPathToObjectConverter.d.ts +45 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/gltfPathToObjectConverter.js +100 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/index.d.ts +43 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/index.js +44 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/objectModelMapping.d.ts +306 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/Extensions/objectModelMapping.js +884 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/glTFLoader.d.ts +450 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/glTFLoader.js +2485 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/glTFLoaderAnimation.d.ts +42 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/glTFLoaderAnimation.js +79 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/glTFLoaderExtension.d.ts +165 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/glTFLoaderExtension.js +1 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/glTFLoaderExtensionRegistry.d.ts +25 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/glTFLoaderExtensionRegistry.js +32 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/glTFLoaderInterfaces.d.ts +262 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/glTFLoaderInterfaces.js +1 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/index.d.ts +8 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/index.js +9 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/materialLoadingAdapter.d.ts +364 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/materialLoadingAdapter.js +1 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/openpbrMaterialLoadingAdapter.d.ts +674 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/openpbrMaterialLoadingAdapter.js +1034 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/pbrMaterialLoadingAdapter.d.ts +705 -0
- package/node_modules/@babylonjs/loaders/glTF/2.0/pbrMaterialLoadingAdapter.js +1126 -0
- package/node_modules/@babylonjs/loaders/glTF/glTFFileLoader.d.ts +553 -0
- package/node_modules/@babylonjs/loaders/glTF/glTFFileLoader.js +998 -0
- package/node_modules/@babylonjs/loaders/glTF/glTFFileLoader.metadata.d.ts +15 -0
- package/node_modules/@babylonjs/loaders/glTF/glTFFileLoader.metadata.js +17 -0
- package/node_modules/@babylonjs/loaders/glTF/glTFValidation.d.ts +35 -0
- package/node_modules/@babylonjs/loaders/glTF/glTFValidation.js +131 -0
- package/node_modules/@babylonjs/loaders/glTF/index.d.ts +5 -0
- package/node_modules/@babylonjs/loaders/glTF/index.js +6 -0
- package/node_modules/@babylonjs/loaders/index.d.ts +6 -0
- package/node_modules/@babylonjs/loaders/index.js +7 -0
- package/node_modules/@babylonjs/loaders/legacy/legacy-bvhFileLoader.d.ts +1 -0
- package/node_modules/@babylonjs/loaders/legacy/legacy-bvhFileLoader.js +15 -0
- package/node_modules/@babylonjs/loaders/legacy/legacy-dynamic.d.ts +1 -0
- package/node_modules/@babylonjs/loaders/legacy/legacy-dynamic.js +13 -0
- package/node_modules/@babylonjs/loaders/legacy/legacy-glTF.d.ts +2 -0
- package/node_modules/@babylonjs/loaders/legacy/legacy-glTF.js +18 -0
- package/node_modules/@babylonjs/loaders/legacy/legacy-glTF1.d.ts +2 -0
- package/node_modules/@babylonjs/loaders/legacy/legacy-glTF1.js +15 -0
- package/node_modules/@babylonjs/loaders/legacy/legacy-glTF1FileLoader.d.ts +2 -0
- package/node_modules/@babylonjs/loaders/legacy/legacy-glTF1FileLoader.js +3 -0
- package/node_modules/@babylonjs/loaders/legacy/legacy-glTF2.d.ts +2 -0
- package/node_modules/@babylonjs/loaders/legacy/legacy-glTF2.js +34 -0
- package/node_modules/@babylonjs/loaders/legacy/legacy-glTF2FileLoader.d.ts +2 -0
- package/node_modules/@babylonjs/loaders/legacy/legacy-glTF2FileLoader.js +3 -0
- package/node_modules/@babylonjs/loaders/legacy/legacy-glTFFileLoader.d.ts +3 -0
- package/node_modules/@babylonjs/loaders/legacy/legacy-glTFFileLoader.js +4 -0
- package/node_modules/@babylonjs/loaders/legacy/legacy-objFileLoader.d.ts +1 -0
- package/node_modules/@babylonjs/loaders/legacy/legacy-objFileLoader.js +15 -0
- package/node_modules/@babylonjs/loaders/legacy/legacy-stlFileLoader.d.ts +1 -0
- package/node_modules/@babylonjs/loaders/legacy/legacy-stlFileLoader.js +15 -0
- package/node_modules/@babylonjs/loaders/legacy/legacy.d.ts +8 -0
- package/node_modules/@babylonjs/loaders/legacy/legacy.js +10 -0
- package/node_modules/@babylonjs/loaders/license.md +71 -0
- package/node_modules/@babylonjs/loaders/package.json +49 -0
- package/node_modules/@babylonjs/loaders/readme.md +23 -0
- package/node_modules/@fps-games/babylon-renderer/dist/game-world-plugin-lifecycle.d.ts +22 -0
- package/node_modules/@fps-games/babylon-renderer/dist/game-world-plugin-lifecycle.d.ts.map +1 -0
- package/node_modules/@fps-games/babylon-renderer/dist/game-world-plugin-lifecycle.js +187 -0
- package/node_modules/@fps-games/babylon-renderer/dist/game-world-plugin-lifecycle.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 +3 -0
- package/node_modules/@fps-games/babylon-renderer/dist/index.js.map +1 -1
- package/node_modules/@fps-games/babylon-renderer/dist/material-owner-candidates.d.ts +19 -0
- package/node_modules/@fps-games/babylon-renderer/dist/material-owner-candidates.d.ts.map +1 -0
- package/node_modules/@fps-games/babylon-renderer/dist/material-owner-candidates.js +212 -0
- package/node_modules/@fps-games/babylon-renderer/dist/material-owner-candidates.js.map +1 -0
- package/node_modules/@fps-games/babylon-renderer/dist/plugin.d.ts +17 -2
- package/node_modules/@fps-games/babylon-renderer/dist/plugin.d.ts.map +1 -1
- package/node_modules/@fps-games/babylon-renderer/dist/plugin.js +192 -17
- package/node_modules/@fps-games/babylon-renderer/dist/plugin.js.map +1 -1
- package/node_modules/@fps-games/babylon-renderer/dist/post-process/babylon-default-pipeline.d.ts +2 -0
- package/node_modules/@fps-games/babylon-renderer/dist/post-process/babylon-default-pipeline.d.ts.map +1 -1
- package/node_modules/@fps-games/babylon-renderer/dist/post-process/babylon-default-pipeline.js +139 -3
- package/node_modules/@fps-games/babylon-renderer/dist/post-process/babylon-default-pipeline.js.map +1 -1
- package/node_modules/@fps-games/babylon-renderer/dist/post-process/types.d.ts +4 -0
- package/node_modules/@fps-games/babylon-renderer/dist/post-process/types.d.ts.map +1 -1
- package/node_modules/@fps-games/babylon-renderer/dist/post-process/types.js.map +1 -1
- package/node_modules/@fps-games/babylon-renderer/dist/shadows/dynamic-shadow-system.d.ts +1 -0
- package/node_modules/@fps-games/babylon-renderer/dist/shadows/dynamic-shadow-system.d.ts.map +1 -1
- package/node_modules/@fps-games/babylon-renderer/dist/shadows/dynamic-shadow-system.js +1 -0
- package/node_modules/@fps-games/babylon-renderer/dist/shadows/dynamic-shadow-system.js.map +1 -1
- package/node_modules/@fps-games/babylon-renderer/dist/shadows/shadow-generator-shaders.d.ts +14 -0
- package/node_modules/@fps-games/babylon-renderer/dist/shadows/shadow-generator-shaders.d.ts.map +1 -0
- package/node_modules/@fps-games/babylon-renderer/dist/shadows/shadow-generator-shaders.js +14 -0
- package/node_modules/@fps-games/babylon-renderer/dist/shadows/shadow-generator-shaders.js.map +1 -0
- package/node_modules/@fps-games/babylon-renderer/dist/shadows/shadow-map-experiment-depth-backend.d.ts +59 -0
- package/node_modules/@fps-games/babylon-renderer/dist/shadows/shadow-map-experiment-depth-backend.d.ts.map +1 -0
- package/node_modules/@fps-games/babylon-renderer/dist/shadows/shadow-map-experiment-depth-backend.js +725 -0
- package/node_modules/@fps-games/babylon-renderer/dist/shadows/shadow-map-experiment-depth-backend.js.map +1 -0
- package/node_modules/@fps-games/babylon-renderer/dist/shadows/shadow-map-experiment-system.d.ts +136 -0
- package/node_modules/@fps-games/babylon-renderer/dist/shadows/shadow-map-experiment-system.d.ts.map +1 -0
- package/node_modules/@fps-games/babylon-renderer/dist/shadows/shadow-map-experiment-system.js +2735 -0
- package/node_modules/@fps-games/babylon-renderer/dist/shadows/shadow-map-experiment-system.js.map +1 -0
- package/node_modules/@fps-games/babylon-renderer/package.json +7 -7
- package/node_modules/@fps-games/editor-babylon/dist/camera-controller.js +1 -1
- package/node_modules/@fps-games/editor-babylon/dist/camera-controller.js.map +1 -1
- package/node_modules/@fps-games/editor-babylon/dist/index.d.ts +2 -1
- package/node_modules/@fps-games/editor-babylon/dist/index.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-babylon/dist/index.js +2 -1
- package/node_modules/@fps-games/editor-babylon/dist/index.js.map +1 -1
- package/node_modules/@fps-games/editor-babylon/dist/main-camera-preview.d.ts +2 -0
- package/node_modules/@fps-games/editor-babylon/dist/main-camera-preview.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-babylon/dist/main-camera-preview.js +59 -6
- package/node_modules/@fps-games/editor-babylon/dist/main-camera-preview.js.map +1 -1
- package/node_modules/@fps-games/editor-babylon/dist/material-slot-source-resolver.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-babylon/dist/material-slot-source-resolver.js +81 -11
- package/node_modules/@fps-games/editor-babylon/dist/material-slot-source-resolver.js.map +1 -1
- package/node_modules/@fps-games/editor-babylon/dist/projection-asset-container-importer.js +2 -8
- package/node_modules/@fps-games/editor-babylon/dist/projection-asset-container-importer.js.map +1 -1
- package/node_modules/@fps-games/editor-babylon/dist/projection.d.ts +17 -5
- package/node_modules/@fps-games/editor-babylon/dist/projection.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-babylon/dist/projection.js +300 -362
- package/node_modules/@fps-games/editor-babylon/dist/projection.js.map +1 -1
- package/node_modules/@fps-games/editor-babylon/dist/scene-view-camera-controller.d.ts +4 -0
- package/node_modules/@fps-games/editor-babylon/dist/scene-view-camera-controller.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-babylon/dist/scene-view-camera-controller.js +76 -10
- package/node_modules/@fps-games/editor-babylon/dist/scene-view-camera-controller.js.map +1 -1
- package/node_modules/@fps-games/editor-babylon/dist/selection-identity-pass.d.ts +46 -0
- package/node_modules/@fps-games/editor-babylon/dist/selection-identity-pass.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-babylon/dist/selection-identity-pass.js +304 -0
- package/node_modules/@fps-games/editor-babylon/dist/selection-identity-pass.js.map +1 -0
- package/node_modules/@fps-games/editor-babylon/dist/selection-presentation-controller.d.ts +85 -0
- package/node_modules/@fps-games/editor-babylon/dist/selection-presentation-controller.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-babylon/dist/selection-presentation-controller.js +1600 -0
- package/node_modules/@fps-games/editor-babylon/dist/selection-presentation-controller.js.map +1 -0
- package/node_modules/@fps-games/editor-babylon/dist/shadow-preview-controller.d.ts +11 -3
- package/node_modules/@fps-games/editor-babylon/dist/shadow-preview-controller.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-babylon/dist/shadow-preview-controller.js +105 -15
- package/node_modules/@fps-games/editor-babylon/dist/shadow-preview-controller.js.map +1 -1
- package/node_modules/@fps-games/editor-babylon/dist/viewport-ground-projection.d.ts +25 -0
- package/node_modules/@fps-games/editor-babylon/dist/viewport-ground-projection.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-babylon/dist/viewport-ground-projection.js +44 -0
- package/node_modules/@fps-games/editor-babylon/dist/viewport-ground-projection.js.map +1 -0
- package/node_modules/@fps-games/editor-babylon/package.json +6 -5
- package/node_modules/@fps-games/editor-browser/dist/index.d.ts +8 -9
- package/node_modules/@fps-games/editor-browser/dist/index.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/index.js +6 -7
- package/node_modules/@fps-games/editor-browser/dist/index.js.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-clipboard.d.ts +2 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-clipboard.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-clipboard.js +36 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-clipboard.js.map +1 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-inspector-groups.d.ts +2 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-inspector-groups.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-inspector-groups.js +17 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-inspector-groups.js.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-asset-kind.d.ts +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-asset-kind.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-asset-kind.js +6 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-asset-kind.js.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-context-menu.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-context-menu.js +157 -77
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-context-menu.js.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-dock-panel.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-dock-panel.js +27 -21
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-dock-panel.js.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-formal-surface-visibility.d.ts +19 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-formal-surface-visibility.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-formal-surface-visibility.js +44 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-formal-surface-visibility.js.map +1 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-hierarchy-controller.d.ts +36 -5
- 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 +831 -702
- 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 +8 -7
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-hierarchy-drag-policy.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-hierarchy-drag-policy.js +1 -7
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-hierarchy-drag-policy.js.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-hierarchy-view-adapter.d.ts +7 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-hierarchy-view-adapter.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-hierarchy-view-adapter.js +20 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-hierarchy-view-adapter.js.map +1 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-hierarchy-view.d.ts +6 -7
- 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 +266 -114
- 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 +11 -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-input-router.d.ts +3 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-input-router.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-input-router.js +58 -25
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-input-router.js.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-modal-dialog.d.ts +14 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-modal-dialog.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-modal-dialog.js +44 -62
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-modal-dialog.js.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-panels.d.ts +10 -7
- 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 +591 -639
- 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-prefab-stage.d.ts +8 -36
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-prefab-stage.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-prefab-stage.js +25 -103
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-prefab-stage.js.map +1 -1
- 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 +29 -110
- 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 +1 -3
- 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 +6 -90
- 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 +9 -54
- 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-status-diagnostics.d.ts +39 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-status-diagnostics.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-status-diagnostics.js +74 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-status-diagnostics.js.map +1 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-status-format.d.ts +4 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-status-format.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-status-format.js +44 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-status-format.js.map +1 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-structured-drag-policy.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-structured-drag-policy.js +35 -44
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-structured-drag-policy.js.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-theme.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-theme.js +40 -24
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-theme.js.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-tooltip.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-tooltip.js +2 -20
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-tooltip.js.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-types.d.ts +56 -301
- 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-types.js.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-workbench.d.ts +4 -14
- 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 +33 -119
- 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 +5 -10
- 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 +760 -524
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui.js.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/plugin-contributions.d.ts +2 -3
- package/node_modules/@fps-games/editor-browser/dist/plugin-contributions.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/plugin-contributions.js +0 -180
- package/node_modules/@fps-games/editor-browser/dist/plugin-contributions.js.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/runtime-debug.d.ts +5 -0
- package/node_modules/@fps-games/editor-browser/dist/runtime-debug.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-browser/dist/runtime-debug.js +5 -0
- package/node_modules/@fps-games/editor-browser/dist/runtime-debug.js.map +1 -0
- package/node_modules/@fps-games/editor-browser/package.json +15 -4
- package/node_modules/@fps-games/editor-core/dist/editor-diagnostic-store.d.ts +22 -0
- package/node_modules/@fps-games/editor-core/dist/editor-diagnostic-store.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-core/dist/editor-diagnostic-store.js +226 -0
- package/node_modules/@fps-games/editor-core/dist/editor-diagnostic-store.js.map +1 -0
- package/node_modules/@fps-games/editor-core/dist/editor-plugin-host.d.ts +6 -1
- package/node_modules/@fps-games/editor-core/dist/editor-plugin-host.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-core/dist/editor-plugin-host.js +94 -2
- package/node_modules/@fps-games/editor-core/dist/editor-plugin-host.js.map +1 -1
- package/node_modules/@fps-games/editor-core/dist/editor-session.d.ts +26 -1
- package/node_modules/@fps-games/editor-core/dist/editor-session.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-core/dist/editor-session.js +77 -8
- package/node_modules/@fps-games/editor-core/dist/editor-session.js.map +1 -1
- package/node_modules/@fps-games/editor-core/dist/editor-tools.d.ts +112 -0
- package/node_modules/@fps-games/editor-core/dist/editor-tools.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-core/dist/editor-tools.js +613 -0
- package/node_modules/@fps-games/editor-core/dist/editor-tools.js.map +1 -0
- package/node_modules/@fps-games/editor-core/dist/inspector.d.ts +46 -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 +62 -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 +1 -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/package.json +14 -6
- package/node_modules/@fps-games/editor-forge-play/package.json +2 -2
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-database/metadata.js +14 -3
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-database/metadata.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-database/node.d.ts +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-database/node.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-database/node.js +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-database/node.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-database/registry.d.ts +14 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-database/registry.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-database/registry.js +49 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-database/registry.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-library/catalog.js +58 -2
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-library/catalog.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-library/document.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-library/document.js +48 -6
- package/node_modules/@fps-games/editor-playable-sdk/dist/asset-library/document.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/document/helpers.d.ts +28 -3
- package/node_modules/@fps-games/editor-playable-sdk/dist/document/helpers.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/document/helpers.js +314 -6
- package/node_modules/@fps-games/editor-playable-sdk/dist/document/helpers.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/document/index.d.ts +2 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/document/index.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/document/index.js +2 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/document/index.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/document/prefab-instance-identity.d.ts +11 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/document/prefab-instance-identity.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/document/prefab-instance-identity.js +27 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/document/prefab-instance-identity.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/document/prefab-marker.d.ts +5 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/document/prefab-marker.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/document/prefab-marker.js +285 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/document/prefab-marker.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/document/types.d.ts +7 -3
- package/node_modules/@fps-games/editor-playable-sdk/dist/document/types.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/document/types.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/index.d.ts +3 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/index.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/index.js +6 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/index.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/inspector/document-sections.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/inspector/document-sections.js +23 -81
- package/node_modules/@fps-games/editor-playable-sdk/dist/inspector/document-sections.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/editor-entry-manifest.d.ts +41 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/editor-entry-manifest.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/editor-entry-manifest.js +93 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/editor-entry-manifest.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/editor-entry-module.d.ts +29 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/editor-entry-module.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/editor-entry-module.js +77 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/editor-entry-module.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/editor-entry-performance.d.ts +51 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/editor-entry-performance.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/editor-entry-performance.js +105 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/editor-entry-performance.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/editor-entry.d.ts +60 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/editor-entry.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/editor-entry.js +287 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/editor-entry.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/forge-play-types.d.ts +6 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/forge-play-types.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/forge-play-types.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/forge-play.d.ts +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/forge-play.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/forge-play.js +53 -17
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/forge-play.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/host-controller.d.ts +16 -8
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/host-controller.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/host-controller.js +10 -6
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/host-controller.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/index.d.ts +5 -3
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/index.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/index.js +2 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/index.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/lifecycle.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/lifecycle.js +134 -66
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/lifecycle.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/project-asset-commands.d.ts +11 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/project-asset-commands.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/project-asset-commands.js +21 -14
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/project-asset-commands.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/types.d.ts +17 -9
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/types.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/local-harness/types.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/mutation/field-patch.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/mutation/field-patch.js +20 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/mutation/field-patch.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/mutation/reducer.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/mutation/reducer.js +49 -10
- package/node_modules/@fps-games/editor-playable-sdk/dist/mutation/reducer.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/package-resolution/aliases.d.ts +2 -2
- package/node_modules/@fps-games/editor-playable-sdk/dist/package-resolution/aliases.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/package-resolution/aliases.js +18 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/package-resolution/aliases.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/prefab-stage/action-patches.d.ts +7 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/prefab-stage/action-patches.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/prefab-stage/action-patches.js +130 -20
- package/node_modules/@fps-games/editor-playable-sdk/dist/prefab-stage/action-patches.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/prefab-stage/assets.d.ts +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/prefab-stage/assets.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/prefab-stage/assets.js +12 -3
- package/node_modules/@fps-games/editor-playable-sdk/dist/prefab-stage/assets.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/prefab-stage/derived-markers.d.ts +11 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/prefab-stage/derived-markers.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/prefab-stage/derived-markers.js +136 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/prefab-stage/derived-markers.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/prefab-stage/index.d.ts +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/prefab-stage/index.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/prefab-stage/index.js +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/prefab-stage/index.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/prefab-stage/projection.d.ts +36 -51
- package/node_modules/@fps-games/editor-playable-sdk/dist/prefab-stage/projection.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/prefab-stage/projection.js +40 -65
- package/node_modules/@fps-games/editor-playable-sdk/dist/prefab-stage/projection.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/prefab-stage/stage-inspector.d.ts +5 -2
- package/node_modules/@fps-games/editor-playable-sdk/dist/prefab-stage/stage-inspector.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/prefab-stage/stage-inspector.js +207 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/prefab-stage/stage-inspector.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/index.d.ts +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/index.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/index.js +3 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/index.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/project-host-services.d.ts +18 -7
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/project-host-services.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/project-host-services.js +110 -18
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/project-host-services.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/scene-source.d.ts +5 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/scene-source.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/scene-source.js +6 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/scene-source.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/standard-scene-assembly.d.ts +5 -2
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/standard-scene-assembly.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/standard-scene-assembly.js +22 -2
- package/node_modules/@fps-games/editor-playable-sdk/dist/product/standard-scene-assembly.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/rendering-profile/panel.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/rendering-profile/panel.js +144 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/rendering-profile/panel.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/rendering-profile/types.d.ts +16 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/rendering-profile/types.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/rendering-profile/types.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/runtime-preview/nodes.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/runtime-preview/nodes.js +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/runtime-preview/nodes.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/runtime-preview/types.d.ts +2 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/runtime-preview/types.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/runtime-preview/types.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-compiler/compiler.d.ts +2 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-compiler/compiler.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-compiler/compiler.js +241 -13
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-compiler/compiler.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-compiler/index.d.ts +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-compiler/index.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-compiler/index.js +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-compiler/index.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-compiler/shadow-map-experiment-migration.d.ts +31 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-compiler/shadow-map-experiment-migration.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-compiler/shadow-map-experiment-migration.js +170 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-compiler/shadow-map-experiment-migration.js.map +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-compiler/types.d.ts +153 -13
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-compiler/types.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-compiler/types.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-compiler/validation.d.ts +17 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-compiler/validation.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-compiler/validation.js +1295 -3
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-compiler/validation.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-source/client.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-source/client.js +14 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-source/client.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-source/driver.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-source/driver.js +57 -34
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-source/driver.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-source/protocol.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-source/protocol.js +4 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-source/protocol.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-source/types.d.ts +4 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-source/types.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/scene-source/types.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/serialized-property/inspector.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/serialized-property/inspector.js +20 -198
- package/node_modules/@fps-games/editor-playable-sdk/dist/serialized-property/inspector.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/session/hierarchy-facade.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/session/hierarchy-facade.js +5 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/session/hierarchy-facade.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/session/patches.d.ts +5 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/session/patches.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/session/patches.js +144 -8
- package/node_modules/@fps-games/editor-playable-sdk/dist/session/patches.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/session/reducer-core.d.ts +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/session/reducer-core.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/session/reducer-core.js +30 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/session/reducer-core.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/session/types.d.ts +6 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/session/types.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/session/types.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/upgrade-doctor/inspectors.js +31 -3
- package/node_modules/@fps-games/editor-playable-sdk/dist/upgrade-doctor/inspectors.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/editor-scene-workflow.d.ts +5 -2
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/editor-scene-workflow.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/editor-scene-workflow.js +40 -4
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/editor-scene-workflow.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/plugin.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/plugin.js +116 -3
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/plugin.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/product-adapter.d.ts +2 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/product-adapter.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/product-adapter.js +1 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/product-adapter.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/product-asset-authoring.d.ts +17 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/product-asset-authoring.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/product-asset-authoring.js +50 -2
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/product-asset-authoring.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/product-authoring-api.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/product-authoring-api.js +7 -5
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/product-authoring-api.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/product-scene-authoring.d.ts +5 -6
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/product-scene-authoring.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/product-scene-authoring.js +31 -17
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/product-scene-authoring.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/types.d.ts +6 -0
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/types.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/dist/vite/types.js.map +1 -1
- package/node_modules/@fps-games/editor-playable-sdk/package.json +6 -6
- package/node_modules/@fps-games/editor-protocol/dist/agent-bridge.d.ts +417 -2
- package/node_modules/@fps-games/editor-protocol/dist/agent-bridge.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-protocol/dist/agent-bridge.js +692 -2
- package/node_modules/@fps-games/editor-protocol/dist/agent-bridge.js.map +1 -1
- package/node_modules/@fps-games/editor-protocol/dist/editor-diagnostics.d.ts +55 -0
- package/node_modules/@fps-games/editor-protocol/dist/editor-diagnostics.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-protocol/dist/editor-diagnostics.js +2 -0
- package/node_modules/@fps-games/editor-protocol/dist/editor-diagnostics.js.map +1 -0
- package/node_modules/@fps-games/editor-protocol/dist/index.d.ts +3 -18
- package/node_modules/@fps-games/editor-protocol/dist/index.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-protocol/dist/index.js +1 -0
- package/node_modules/@fps-games/editor-protocol/dist/index.js.map +1 -1
- package/node_modules/@fps-games/editor-protocol/package.json +2 -2
- package/node_modules/@fps-games/editor-tooling/dist/package-metadata-node.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-tooling/dist/package-metadata-node.js +5 -0
- package/node_modules/@fps-games/editor-tooling/dist/package-metadata-node.js.map +1 -1
- package/node_modules/@fps-games/editor-tooling/dist/vite.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-tooling/dist/vite.js +151 -5
- package/node_modules/@fps-games/editor-tooling/dist/vite.js.map +1 -1
- package/node_modules/@fps-games/editor-tooling/package.json +3 -3
- package/node_modules/@fps-games/editor-ui/dist/editor-ui-controls.d.ts +107 -0
- package/node_modules/@fps-games/editor-ui/dist/editor-ui-controls.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-ui/dist/editor-ui-controls.js +770 -0
- package/node_modules/@fps-games/editor-ui/dist/editor-ui-controls.js.map +1 -0
- package/node_modules/@fps-games/editor-ui/dist/editor-ui-layer-host.d.ts +21 -0
- package/node_modules/@fps-games/editor-ui/dist/editor-ui-layer-host.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-ui/dist/editor-ui-layer-host.js +172 -0
- package/node_modules/@fps-games/editor-ui/dist/editor-ui-layer-host.js.map +1 -0
- package/node_modules/@fps-games/editor-ui/dist/editor-ui-shell.d.ts +14 -0
- package/node_modules/@fps-games/editor-ui/dist/editor-ui-shell.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-ui/dist/editor-ui-shell.js +32 -0
- package/node_modules/@fps-games/editor-ui/dist/editor-ui-shell.js.map +1 -0
- package/node_modules/@fps-games/editor-ui/dist/editor-ui-theme.d.ts +3 -0
- package/node_modules/@fps-games/editor-ui/dist/editor-ui-theme.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-ui/dist/editor-ui-theme.js +653 -0
- package/node_modules/@fps-games/editor-ui/dist/editor-ui-theme.js.map +1 -0
- package/node_modules/@fps-games/editor-ui/dist/gallery.d.ts +3 -0
- package/node_modules/@fps-games/editor-ui/dist/gallery.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-ui/dist/gallery.js +3 -0
- package/node_modules/@fps-games/editor-ui/dist/gallery.js.map +1 -0
- package/node_modules/@fps-games/editor-ui/dist/index.d.ts +5 -0
- package/node_modules/@fps-games/editor-ui/dist/index.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-ui/dist/index.js +5 -0
- package/node_modules/@fps-games/editor-ui/dist/index.js.map +1 -0
- package/node_modules/@fps-games/editor-ui/dist/inspector-property-gallery-model.d.ts +7 -0
- package/node_modules/@fps-games/editor-ui/dist/inspector-property-gallery-model.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-ui/dist/inspector-property-gallery-model.js +29 -0
- package/node_modules/@fps-games/editor-ui/dist/inspector-property-gallery-model.js.map +1 -0
- package/node_modules/@fps-games/editor-ui/dist/inspector-property-gallery-styles.d.ts +2 -0
- package/node_modules/@fps-games/editor-ui/dist/inspector-property-gallery-styles.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-ui/dist/inspector-property-gallery-styles.js +95 -0
- package/node_modules/@fps-games/editor-ui/dist/inspector-property-gallery-styles.js.map +1 -0
- package/node_modules/@fps-games/editor-ui/dist/inspector-property-gallery.d.ts +28 -0
- package/node_modules/@fps-games/editor-ui/dist/inspector-property-gallery.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-ui/dist/inspector-property-gallery.js +387 -0
- package/node_modules/@fps-games/editor-ui/dist/inspector-property-gallery.js.map +1 -0
- package/node_modules/@fps-games/editor-ui/package.json +23 -0
- package/node_modules/@fps-games/playable-assets/package.json +1 -1
- package/node_modules/@fps-games/playable-contracts/dist/index.d.ts +1 -0
- package/node_modules/@fps-games/playable-contracts/dist/index.d.ts.map +1 -1
- package/node_modules/@fps-games/playable-contracts/dist/index.js +1 -0
- package/node_modules/@fps-games/playable-contracts/dist/index.js.map +1 -1
- package/node_modules/@fps-games/playable-contracts/dist/material-owner.d.ts +116 -0
- package/node_modules/@fps-games/playable-contracts/dist/material-owner.d.ts.map +1 -0
- package/node_modules/@fps-games/playable-contracts/dist/material-owner.js +403 -0
- package/node_modules/@fps-games/playable-contracts/dist/material-owner.js.map +1 -0
- package/node_modules/@fps-games/playable-contracts/package.json +1 -1
- package/node_modules/@fps-games/playable-rendering/dist/index.d.ts +3 -0
- package/node_modules/@fps-games/playable-rendering/dist/index.d.ts.map +1 -1
- package/node_modules/@fps-games/playable-rendering/dist/index.js +3 -0
- package/node_modules/@fps-games/playable-rendering/dist/index.js.map +1 -1
- package/node_modules/@fps-games/playable-rendering/dist/rendering-profile-validation.js +5 -25
- package/node_modules/@fps-games/playable-rendering/dist/rendering-profile-validation.js.map +1 -1
- package/node_modules/@fps-games/playable-rendering/dist/runtime.d.ts +3 -0
- package/node_modules/@fps-games/playable-rendering/dist/runtime.d.ts.map +1 -1
- package/node_modules/@fps-games/playable-rendering/dist/runtime.js +3 -0
- package/node_modules/@fps-games/playable-rendering/dist/runtime.js.map +1 -1
- package/node_modules/@fps-games/playable-rendering/dist/shadow-map-experiment-depth.d.ts +61 -0
- package/node_modules/@fps-games/playable-rendering/dist/shadow-map-experiment-depth.d.ts.map +1 -0
- package/node_modules/@fps-games/playable-rendering/dist/shadow-map-experiment-depth.js +176 -0
- package/node_modules/@fps-games/playable-rendering/dist/shadow-map-experiment-depth.js.map +1 -0
- package/node_modules/@fps-games/playable-rendering/dist/shadow-map-experiment-lifecycle.d.ts +84 -0
- package/node_modules/@fps-games/playable-rendering/dist/shadow-map-experiment-lifecycle.d.ts.map +1 -0
- package/node_modules/@fps-games/playable-rendering/dist/shadow-map-experiment-lifecycle.js +362 -0
- package/node_modules/@fps-games/playable-rendering/dist/shadow-map-experiment-lifecycle.js.map +1 -0
- package/node_modules/@fps-games/playable-rendering/dist/shadow-map-experiment.d.ts +167 -0
- package/node_modules/@fps-games/playable-rendering/dist/shadow-map-experiment.d.ts.map +1 -0
- package/node_modules/@fps-games/playable-rendering/dist/shadow-map-experiment.js +484 -0
- package/node_modules/@fps-games/playable-rendering/dist/shadow-map-experiment.js.map +1 -0
- package/node_modules/@fps-games/playable-rendering/package.json +2 -2
- package/node_modules/@fps-games/playable-runtime/dist/compiled-scene-data.d.ts +5 -0
- package/node_modules/@fps-games/playable-runtime/dist/compiled-scene-data.d.ts.map +1 -1
- package/node_modules/@fps-games/playable-runtime/dist/compiled-scene-data.js +1 -0
- package/node_modules/@fps-games/playable-runtime/dist/compiled-scene-data.js.map +1 -1
- package/node_modules/@fps-games/playable-runtime/package.json +12 -12
- package/node_modules/@fps-games/playable-runtime-data/package.json +4 -4
- package/node_modules/@fps-games/playable-scene/package.json +2 -2
- package/node_modules/@fps-games/plugin-api/package.json +1 -1
- package/node_modules/@fps-games/plugin-assets/dist/version.d.ts +1 -1
- package/node_modules/@fps-games/plugin-assets/dist/version.js +1 -1
- package/node_modules/@fps-games/plugin-assets/dist/version.js.map +1 -1
- package/node_modules/@fps-games/plugin-assets/package.json +5 -5
- package/node_modules/@fps-games/plugin-hierarchy/dist/editor.d.ts +6 -0
- package/node_modules/@fps-games/plugin-hierarchy/dist/editor.d.ts.map +1 -0
- package/node_modules/@fps-games/plugin-hierarchy/dist/editor.js +16 -0
- package/node_modules/@fps-games/plugin-hierarchy/dist/editor.js.map +1 -0
- package/node_modules/@fps-games/plugin-hierarchy/dist/integration.d.ts +7 -0
- package/node_modules/@fps-games/plugin-hierarchy/dist/integration.d.ts.map +1 -0
- package/node_modules/@fps-games/plugin-hierarchy/dist/integration.js +47 -0
- package/node_modules/@fps-games/plugin-hierarchy/dist/integration.js.map +1 -0
- package/node_modules/@fps-games/plugin-hierarchy/dist/kernel.d.ts +306 -0
- package/node_modules/@fps-games/plugin-hierarchy/dist/kernel.d.ts.map +1 -0
- package/node_modules/@fps-games/plugin-hierarchy/dist/kernel.js +1237 -0
- package/node_modules/@fps-games/plugin-hierarchy/dist/kernel.js.map +1 -0
- package/node_modules/@fps-games/plugin-hierarchy/dist/reference.d.ts +8 -0
- package/node_modules/@fps-games/plugin-hierarchy/dist/reference.d.ts.map +1 -0
- package/node_modules/@fps-games/plugin-hierarchy/dist/reference.js +32 -0
- package/node_modules/@fps-games/plugin-hierarchy/dist/reference.js.map +1 -0
- package/node_modules/@fps-games/plugin-hierarchy/dist/version.d.ts +2 -0
- package/node_modules/@fps-games/plugin-hierarchy/dist/version.d.ts.map +1 -0
- package/node_modules/@fps-games/plugin-hierarchy/dist/version.js +2 -0
- package/node_modules/@fps-games/plugin-hierarchy/dist/version.js.map +1 -0
- package/node_modules/@fps-games/plugin-hierarchy/package.json +57 -0
- package/node_modules/@fps-games/plugin-host/package.json +2 -2
- package/node_modules/@fps-games/plugin-markers/dist/version.d.ts +1 -1
- package/node_modules/@fps-games/plugin-markers/dist/version.js +1 -1
- package/node_modules/@fps-games/plugin-markers/dist/version.js.map +1 -1
- package/node_modules/@fps-games/plugin-markers/package.json +5 -5
- package/node_modules/@fps-games/plugin-materials/dist/version.d.ts +1 -1
- package/node_modules/@fps-games/plugin-materials/dist/version.js +1 -1
- package/node_modules/@fps-games/plugin-materials/dist/version.js.map +1 -1
- package/node_modules/@fps-games/plugin-materials/package.json +5 -5
- package/node_modules/@fps-games/plugin-rendering/dist/version.d.ts +1 -1
- package/node_modules/@fps-games/plugin-rendering/dist/version.js +1 -1
- package/node_modules/@fps-games/plugin-rendering/dist/version.js.map +1 -1
- package/node_modules/@fps-games/plugin-rendering/package.json +5 -5
- package/node_modules/@fps-games/plugin-scene/dist/version.d.ts +1 -1
- package/node_modules/@fps-games/plugin-scene/dist/version.js +1 -1
- package/node_modules/@fps-games/plugin-scene/dist/version.js.map +1 -1
- package/node_modules/@fps-games/plugin-scene/package.json +5 -5
- package/node_modules/@fps-games/plugin-shadow-map-experiment/dist/reference.d.ts +8 -0
- package/node_modules/@fps-games/plugin-shadow-map-experiment/dist/reference.d.ts.map +1 -0
- package/node_modules/@fps-games/plugin-shadow-map-experiment/dist/reference.js +35 -0
- package/node_modules/@fps-games/plugin-shadow-map-experiment/dist/reference.js.map +1 -0
- package/node_modules/@fps-games/plugin-shadow-map-experiment/dist/runtime.d.ts +11 -0
- package/node_modules/@fps-games/plugin-shadow-map-experiment/dist/runtime.d.ts.map +1 -0
- package/node_modules/@fps-games/plugin-shadow-map-experiment/dist/runtime.js +14 -0
- package/node_modules/@fps-games/plugin-shadow-map-experiment/dist/runtime.js.map +1 -0
- package/node_modules/@fps-games/plugin-shadow-map-experiment/dist/version.d.ts +2 -0
- package/node_modules/@fps-games/plugin-shadow-map-experiment/dist/version.d.ts.map +1 -0
- package/node_modules/@fps-games/plugin-shadow-map-experiment/dist/version.js +2 -0
- package/node_modules/@fps-games/plugin-shadow-map-experiment/dist/version.js.map +1 -0
- package/node_modules/@fps-games/plugin-shadow-map-experiment/package.json +53 -0
- package/node_modules/@fps-games/plugin-shadows/dist/version.d.ts +1 -1
- package/node_modules/@fps-games/plugin-shadows/dist/version.js +1 -1
- package/node_modules/@fps-games/plugin-shadows/dist/version.js.map +1 -1
- package/node_modules/@fps-games/plugin-shadows/package.json +7 -7
- package/node_modules/@playcanvas/observer/LICENSE +19 -0
- package/node_modules/@playcanvas/observer/README.md +72 -0
- package/node_modules/@playcanvas/observer/dist/index.cjs +2033 -0
- package/node_modules/@playcanvas/observer/dist/index.js +2039 -0
- package/node_modules/@playcanvas/observer/dist/index.mjs +2026 -0
- package/node_modules/@playcanvas/observer/package.json +78 -0
- package/node_modules/@playcanvas/observer/types/event-handle.d.ts +41 -0
- package/node_modules/@playcanvas/observer/types/events.d.ts +162 -0
- package/node_modules/@playcanvas/observer/types/history.d.ts +123 -0
- package/node_modules/@playcanvas/observer/types/index.d.ts +15 -0
- package/node_modules/@playcanvas/observer/types/observer-history.d.ts +32 -0
- package/node_modules/@playcanvas/observer/types/observer-list.d.ts +39 -0
- package/node_modules/@playcanvas/observer/types/observer.d.ts +157 -0
- package/node_modules/@playcanvas/observer/types/utils.d.ts +33 -0
- package/node_modules/@playcanvas/pcui/LICENSE +19 -0
- package/node_modules/@playcanvas/pcui/README.md +164 -0
- package/node_modules/@playcanvas/pcui/dist/module/node_modules/playcanvas/build/playcanvas/src/core/math/constants.mjs +6 -0
- package/node_modules/@playcanvas/pcui/dist/module/node_modules/playcanvas/build/playcanvas/src/core/math/curve-evaluator.mjs +119 -0
- package/node_modules/@playcanvas/pcui/dist/module/node_modules/playcanvas/build/playcanvas/src/core/math/curve-set.mjs +82 -0
- package/node_modules/@playcanvas/pcui/dist/module/node_modules/playcanvas/build/playcanvas/src/core/math/curve.mjs +92 -0
- package/node_modules/@playcanvas/pcui/dist/module/node_modules/playcanvas/build/playcanvas/src/core/math/math.mjs +105 -0
- package/node_modules/@playcanvas/pcui/dist/module/src/Math/color-value.mjs +77 -0
- package/node_modules/@playcanvas/pcui/dist/module/src/binding/BindingBase/index.mjs +215 -0
- package/node_modules/@playcanvas/pcui/dist/module/src/binding/BindingElementToObservers/index.mjs +297 -0
- package/node_modules/@playcanvas/pcui/dist/module/src/binding/BindingObserversToElement/index.mjs +110 -0
- package/node_modules/@playcanvas/pcui/dist/module/src/binding/BindingTwoWay/index.mjs +113 -0
- package/node_modules/@playcanvas/pcui/dist/module/src/class.mjs +19 -0
- package/node_modules/@playcanvas/pcui/dist/module/src/components/ArrayInput/index.mjs +498 -0
- package/node_modules/@playcanvas/pcui/dist/module/src/components/BooleanInput/index.mjs +122 -0
- package/node_modules/@playcanvas/pcui/dist/module/src/components/Button/index.mjs +119 -0
- package/node_modules/@playcanvas/pcui/dist/module/src/components/Canvas/index.mjs +104 -0
- package/node_modules/@playcanvas/pcui/dist/module/src/components/Code/index.mjs +43 -0
- package/node_modules/@playcanvas/pcui/dist/module/src/components/ColorPicker/index.mjs +619 -0
- package/node_modules/@playcanvas/pcui/dist/module/src/components/Container/index.mjs +642 -0
- package/node_modules/@playcanvas/pcui/dist/module/src/components/Divider/index.mjs +20 -0
- package/node_modules/@playcanvas/pcui/dist/module/src/components/Element/index.mjs +829 -0
- package/node_modules/@playcanvas/pcui/dist/module/src/components/GradientPicker/index.mjs +1136 -0
- package/node_modules/@playcanvas/pcui/dist/module/src/components/GridView/index.mjs +448 -0
- package/node_modules/@playcanvas/pcui/dist/module/src/components/GridViewItem/index.mjs +152 -0
- package/node_modules/@playcanvas/pcui/dist/module/src/components/InfoBox/index.mjs +90 -0
- package/node_modules/@playcanvas/pcui/dist/module/src/components/InputElement/index.mjs +186 -0
- package/node_modules/@playcanvas/pcui/dist/module/src/components/Label/index.mjs +124 -0
- package/node_modules/@playcanvas/pcui/dist/module/src/components/LabelGroup/index.mjs +74 -0
- package/node_modules/@playcanvas/pcui/dist/module/src/components/Menu/index.mjs +174 -0
- package/node_modules/@playcanvas/pcui/dist/module/src/components/MenuItem/index.mjs +223 -0
- package/node_modules/@playcanvas/pcui/dist/module/src/components/NumericInput/index.mjs +400 -0
- package/node_modules/@playcanvas/pcui/dist/module/src/components/Overlay/index.mjs +108 -0
- package/node_modules/@playcanvas/pcui/dist/module/src/components/Panel/index.mjs +400 -0
- package/node_modules/@playcanvas/pcui/dist/module/src/components/Progress/index.mjs +45 -0
- package/node_modules/@playcanvas/pcui/dist/module/src/components/RadioButton/index.mjs +113 -0
- package/node_modules/@playcanvas/pcui/dist/module/src/components/SelectInput/index.mjs +1085 -0
- package/node_modules/@playcanvas/pcui/dist/module/src/components/SliderInput/index.mjs +333 -0
- package/node_modules/@playcanvas/pcui/dist/module/src/components/Spinner/index.mjs +34 -0
- package/node_modules/@playcanvas/pcui/dist/module/src/components/TextAreaInput/index.mjs +50 -0
- package/node_modules/@playcanvas/pcui/dist/module/src/components/TextInput/index.mjs +98 -0
- package/node_modules/@playcanvas/pcui/dist/module/src/components/TreeView/index.mjs +1131 -0
- package/node_modules/@playcanvas/pcui/dist/module/src/components/TreeViewItem/index.mjs +500 -0
- package/node_modules/@playcanvas/pcui/dist/module/src/components/VectorInput/index.mjs +366 -0
- package/node_modules/@playcanvas/pcui/dist/module/src/helpers/search.mjs +194 -0
- package/node_modules/@playcanvas/pcui/dist/module/src/helpers/utils.mjs +43 -0
- package/node_modules/@playcanvas/pcui/dist/module/src/index.mjs +56 -0
- package/node_modules/@playcanvas/pcui/dist/pcui-theme-green.scss +2798 -0
- package/node_modules/@playcanvas/pcui/dist/pcui-theme-grey.scss +2798 -0
- package/node_modules/@playcanvas/pcui/package.json +150 -0
- package/node_modules/@playcanvas/pcui/react/dist/module/node_modules/playcanvas/build/playcanvas/src/core/math/constants.mjs +6 -0
- package/node_modules/@playcanvas/pcui/react/dist/module/node_modules/playcanvas/build/playcanvas/src/core/math/curve-evaluator.mjs +119 -0
- package/node_modules/@playcanvas/pcui/react/dist/module/node_modules/playcanvas/build/playcanvas/src/core/math/curve-set.mjs +82 -0
- package/node_modules/@playcanvas/pcui/react/dist/module/node_modules/playcanvas/build/playcanvas/src/core/math/curve.mjs +92 -0
- package/node_modules/@playcanvas/pcui/react/dist/module/node_modules/playcanvas/build/playcanvas/src/core/math/math.mjs +105 -0
- package/node_modules/@playcanvas/pcui/react/dist/module/src/Math/color-value.mjs +77 -0
- package/node_modules/@playcanvas/pcui/react/dist/module/src/binding/BindingBase/index.mjs +215 -0
- package/node_modules/@playcanvas/pcui/react/dist/module/src/binding/BindingElementToObservers/index.mjs +297 -0
- package/node_modules/@playcanvas/pcui/react/dist/module/src/binding/BindingObserversToElement/index.mjs +110 -0
- package/node_modules/@playcanvas/pcui/react/dist/module/src/binding/BindingTwoWay/index.mjs +113 -0
- package/node_modules/@playcanvas/pcui/react/dist/module/src/class.mjs +19 -0
- package/node_modules/@playcanvas/pcui/react/dist/module/src/components/ArrayInput/component.mjs +11 -0
- package/node_modules/@playcanvas/pcui/react/dist/module/src/components/ArrayInput/index.mjs +498 -0
- package/node_modules/@playcanvas/pcui/react/dist/module/src/components/BooleanInput/component.mjs +11 -0
- package/node_modules/@playcanvas/pcui/react/dist/module/src/components/BooleanInput/index.mjs +122 -0
- package/node_modules/@playcanvas/pcui/react/dist/module/src/components/Button/component.mjs +16 -0
- package/node_modules/@playcanvas/pcui/react/dist/module/src/components/Button/index.mjs +119 -0
- package/node_modules/@playcanvas/pcui/react/dist/module/src/components/Canvas/component.mjs +16 -0
- package/node_modules/@playcanvas/pcui/react/dist/module/src/components/Canvas/index.mjs +104 -0
- package/node_modules/@playcanvas/pcui/react/dist/module/src/components/Code/component.mjs +11 -0
- package/node_modules/@playcanvas/pcui/react/dist/module/src/components/Code/index.mjs +43 -0
- package/node_modules/@playcanvas/pcui/react/dist/module/src/components/ColorPicker/component.mjs +16 -0
- package/node_modules/@playcanvas/pcui/react/dist/module/src/components/ColorPicker/index.mjs +619 -0
- package/node_modules/@playcanvas/pcui/react/dist/module/src/components/Container/component.mjs +36 -0
- package/node_modules/@playcanvas/pcui/react/dist/module/src/components/Container/index.mjs +642 -0
- package/node_modules/@playcanvas/pcui/react/dist/module/src/components/Divider/component.mjs +11 -0
- package/node_modules/@playcanvas/pcui/react/dist/module/src/components/Divider/index.mjs +20 -0
- package/node_modules/@playcanvas/pcui/react/dist/module/src/components/Element/component.mjs +107 -0
- package/node_modules/@playcanvas/pcui/react/dist/module/src/components/Element/index.mjs +829 -0
- package/node_modules/@playcanvas/pcui/react/dist/module/src/components/GradientPicker/component.mjs +16 -0
- package/node_modules/@playcanvas/pcui/react/dist/module/src/components/GradientPicker/index.mjs +1136 -0
- package/node_modules/@playcanvas/pcui/react/dist/module/src/components/GridView/component.mjs +38 -0
- package/node_modules/@playcanvas/pcui/react/dist/module/src/components/GridView/index.mjs +448 -0
- package/node_modules/@playcanvas/pcui/react/dist/module/src/components/GridViewItem/component.mjs +11 -0
- package/node_modules/@playcanvas/pcui/react/dist/module/src/components/GridViewItem/index.mjs +152 -0
- package/node_modules/@playcanvas/pcui/react/dist/module/src/components/InfoBox/component.mjs +16 -0
- package/node_modules/@playcanvas/pcui/react/dist/module/src/components/InfoBox/index.mjs +90 -0
- package/node_modules/@playcanvas/pcui/react/dist/module/src/components/InputElement/index.mjs +186 -0
- package/node_modules/@playcanvas/pcui/react/dist/module/src/components/Label/component.mjs +16 -0
- package/node_modules/@playcanvas/pcui/react/dist/module/src/components/Label/index.mjs +124 -0
- package/node_modules/@playcanvas/pcui/react/dist/module/src/components/LabelGroup/component.mjs +42 -0
- package/node_modules/@playcanvas/pcui/react/dist/module/src/components/LabelGroup/index.mjs +74 -0
- package/node_modules/@playcanvas/pcui/react/dist/module/src/components/Menu/component.mjs +23 -0
- package/node_modules/@playcanvas/pcui/react/dist/module/src/components/Menu/index.mjs +174 -0
- package/node_modules/@playcanvas/pcui/react/dist/module/src/components/MenuItem/index.mjs +223 -0
- package/node_modules/@playcanvas/pcui/react/dist/module/src/components/NumericInput/component.mjs +11 -0
- package/node_modules/@playcanvas/pcui/react/dist/module/src/components/NumericInput/index.mjs +400 -0
- package/node_modules/@playcanvas/pcui/react/dist/module/src/components/Overlay/component.mjs +11 -0
- package/node_modules/@playcanvas/pcui/react/dist/module/src/components/Overlay/index.mjs +108 -0
- package/node_modules/@playcanvas/pcui/react/dist/module/src/components/Panel/component.mjs +32 -0
- package/node_modules/@playcanvas/pcui/react/dist/module/src/components/Panel/index.mjs +400 -0
- package/node_modules/@playcanvas/pcui/react/dist/module/src/components/Progress/component.mjs +11 -0
- package/node_modules/@playcanvas/pcui/react/dist/module/src/components/Progress/index.mjs +45 -0
- package/node_modules/@playcanvas/pcui/react/dist/module/src/components/RadioButton/component.mjs +11 -0
- package/node_modules/@playcanvas/pcui/react/dist/module/src/components/RadioButton/index.mjs +113 -0
- package/node_modules/@playcanvas/pcui/react/dist/module/src/components/SelectInput/component.mjs +21 -0
- package/node_modules/@playcanvas/pcui/react/dist/module/src/components/SelectInput/index.mjs +1085 -0
- package/node_modules/@playcanvas/pcui/react/dist/module/src/components/SliderInput/component.mjs +12 -0
- package/node_modules/@playcanvas/pcui/react/dist/module/src/components/SliderInput/index.mjs +333 -0
- package/node_modules/@playcanvas/pcui/react/dist/module/src/components/Spinner/component.mjs +16 -0
- package/node_modules/@playcanvas/pcui/react/dist/module/src/components/Spinner/index.mjs +34 -0
- package/node_modules/@playcanvas/pcui/react/dist/module/src/components/TextAreaInput/component.mjs +11 -0
- package/node_modules/@playcanvas/pcui/react/dist/module/src/components/TextAreaInput/index.mjs +50 -0
- package/node_modules/@playcanvas/pcui/react/dist/module/src/components/TextInput/component.mjs +23 -0
- package/node_modules/@playcanvas/pcui/react/dist/module/src/components/TextInput/index.mjs +98 -0
- package/node_modules/@playcanvas/pcui/react/dist/module/src/components/TreeView/component.mjs +52 -0
- package/node_modules/@playcanvas/pcui/react/dist/module/src/components/TreeView/index.mjs +1131 -0
- package/node_modules/@playcanvas/pcui/react/dist/module/src/components/TreeViewItem/component.mjs +33 -0
- package/node_modules/@playcanvas/pcui/react/dist/module/src/components/TreeViewItem/index.mjs +500 -0
- package/node_modules/@playcanvas/pcui/react/dist/module/src/components/VectorInput/component.mjs +11 -0
- package/node_modules/@playcanvas/pcui/react/dist/module/src/components/VectorInput/index.mjs +366 -0
- package/node_modules/@playcanvas/pcui/react/dist/module/src/helpers/search.mjs +194 -0
- package/node_modules/@playcanvas/pcui/react/dist/module/src/helpers/utils.mjs +43 -0
- package/node_modules/@playcanvas/pcui/react/dist/module/src/index.mjs +39 -0
- package/node_modules/@playcanvas/pcui/react/package.json +18 -0
- package/node_modules/@playcanvas/pcui/react/types/Math/color-value.d.ts +3 -0
- package/node_modules/@playcanvas/pcui/react/types/binding/BindingBase/index.d.ts +178 -0
- package/node_modules/@playcanvas/pcui/react/types/binding/BindingElementToObservers/index.d.ts +24 -0
- package/node_modules/@playcanvas/pcui/react/types/binding/BindingObserversToElement/index.d.ts +40 -0
- package/node_modules/@playcanvas/pcui/react/types/binding/BindingTwoWay/index.d.ts +54 -0
- package/node_modules/@playcanvas/pcui/react/types/binding/index.d.ts +5 -0
- package/node_modules/@playcanvas/pcui/react/types/class.d.ts +17 -0
- package/node_modules/@playcanvas/pcui/react/types/components/ArrayInput/component.d.ts +9 -0
- package/node_modules/@playcanvas/pcui/react/types/components/ArrayInput/index.d.ts +140 -0
- package/node_modules/@playcanvas/pcui/react/types/components/BooleanInput/component.d.ts +9 -0
- package/node_modules/@playcanvas/pcui/react/types/components/BooleanInput/index.d.ts +41 -0
- package/node_modules/@playcanvas/pcui/react/types/components/Button/component.d.ts +11 -0
- package/node_modules/@playcanvas/pcui/react/types/components/Button/index.d.ts +75 -0
- package/node_modules/@playcanvas/pcui/react/types/components/Canvas/component.d.ts +11 -0
- package/node_modules/@playcanvas/pcui/react/types/components/Canvas/index.d.ts +61 -0
- package/node_modules/@playcanvas/pcui/react/types/components/Code/component.d.ts +9 -0
- package/node_modules/@playcanvas/pcui/react/types/components/Code/index.d.ts +33 -0
- package/node_modules/@playcanvas/pcui/react/types/components/ColorPicker/component.d.ts +11 -0
- package/node_modules/@playcanvas/pcui/react/types/components/ColorPicker/index.d.ts +99 -0
- package/node_modules/@playcanvas/pcui/react/types/components/Container/component.d.ts +15 -0
- package/node_modules/@playcanvas/pcui/react/types/components/Container/index.d.ts +292 -0
- package/node_modules/@playcanvas/pcui/react/types/components/Divider/component.d.ts +10 -0
- package/node_modules/@playcanvas/pcui/react/types/components/Divider/index.d.ts +13 -0
- package/node_modules/@playcanvas/pcui/react/types/components/Element/component.d.ts +23 -0
- package/node_modules/@playcanvas/pcui/react/types/components/Element/index.d.ts +671 -0
- package/node_modules/@playcanvas/pcui/react/types/components/GradientPicker/component.d.ts +11 -0
- package/node_modules/@playcanvas/pcui/react/types/components/GradientPicker/index.d.ts +152 -0
- package/node_modules/@playcanvas/pcui/react/types/components/GridView/component.d.ts +14 -0
- package/node_modules/@playcanvas/pcui/react/types/components/GridView/index.d.ts +103 -0
- package/node_modules/@playcanvas/pcui/react/types/components/GridViewItem/component.d.ts +9 -0
- package/node_modules/@playcanvas/pcui/react/types/components/GridViewItem/index.d.ts +82 -0
- package/node_modules/@playcanvas/pcui/react/types/components/InfoBox/component.d.ts +11 -0
- package/node_modules/@playcanvas/pcui/react/types/components/InfoBox/index.d.ts +71 -0
- package/node_modules/@playcanvas/pcui/react/types/components/InputElement/index.d.ts +84 -0
- package/node_modules/@playcanvas/pcui/react/types/components/Label/component.d.ts +11 -0
- package/node_modules/@playcanvas/pcui/react/types/components/Label/index.d.ts +85 -0
- package/node_modules/@playcanvas/pcui/react/types/components/LabelGroup/component.d.ts +10 -0
- package/node_modules/@playcanvas/pcui/react/types/components/LabelGroup/index.d.ts +62 -0
- package/node_modules/@playcanvas/pcui/react/types/components/Menu/component.d.ts +14 -0
- package/node_modules/@playcanvas/pcui/react/types/components/Menu/index.d.ts +70 -0
- package/node_modules/@playcanvas/pcui/react/types/components/MenuItem/index.d.ts +139 -0
- package/node_modules/@playcanvas/pcui/react/types/components/NumericInput/component.d.ts +9 -0
- package/node_modules/@playcanvas/pcui/react/types/components/NumericInput/index.d.ts +173 -0
- package/node_modules/@playcanvas/pcui/react/types/components/Overlay/component.d.ts +9 -0
- package/node_modules/@playcanvas/pcui/react/types/components/Overlay/index.d.ts +53 -0
- package/node_modules/@playcanvas/pcui/react/types/components/Panel/component.d.ts +16 -0
- package/node_modules/@playcanvas/pcui/react/types/components/Panel/index.d.ts +178 -0
- package/node_modules/@playcanvas/pcui/react/types/components/Progress/component.d.ts +9 -0
- package/node_modules/@playcanvas/pcui/react/types/components/Progress/index.d.ts +33 -0
- package/node_modules/@playcanvas/pcui/react/types/components/RadioButton/component.d.ts +9 -0
- package/node_modules/@playcanvas/pcui/react/types/components/RadioButton/index.d.ts +33 -0
- package/node_modules/@playcanvas/pcui/react/types/components/SelectInput/component.d.ts +12 -0
- package/node_modules/@playcanvas/pcui/react/types/components/SelectInput/index.d.ts +278 -0
- package/node_modules/@playcanvas/pcui/react/types/components/SliderInput/component.d.ts +10 -0
- package/node_modules/@playcanvas/pcui/react/types/components/SliderInput/index.d.ts +133 -0
- package/node_modules/@playcanvas/pcui/react/types/components/Spinner/component.d.ts +11 -0
- package/node_modules/@playcanvas/pcui/react/types/components/Spinner/index.d.ts +27 -0
- package/node_modules/@playcanvas/pcui/react/types/components/TextAreaInput/component.d.ts +9 -0
- package/node_modules/@playcanvas/pcui/react/types/components/TextAreaInput/index.d.ts +24 -0
- package/node_modules/@playcanvas/pcui/react/types/components/TextInput/component.d.ts +12 -0
- package/node_modules/@playcanvas/pcui/react/types/components/TextInput/index.d.ts +40 -0
- package/node_modules/@playcanvas/pcui/react/types/components/TreeView/component.d.ts +17 -0
- package/node_modules/@playcanvas/pcui/react/types/components/TreeView/index.d.ts +359 -0
- package/node_modules/@playcanvas/pcui/react/types/components/TreeViewItem/component.d.ts +13 -0
- package/node_modules/@playcanvas/pcui/react/types/components/TreeViewItem/index.d.ts +224 -0
- package/node_modules/@playcanvas/pcui/react/types/components/VectorInput/component.d.ts +9 -0
- package/node_modules/@playcanvas/pcui/react/types/components/VectorInput/index.d.ts +176 -0
- package/node_modules/@playcanvas/pcui/react/types/components/components.d.ts +30 -0
- package/node_modules/@playcanvas/pcui/react/types/components/index.d.ts +32 -0
- package/node_modules/@playcanvas/pcui/react/types/helpers/search.d.ts +31 -0
- package/node_modules/@playcanvas/pcui/react/types/helpers/utils.d.ts +2 -0
- package/node_modules/@playcanvas/pcui/react/types/index.d.ts +4 -0
- package/node_modules/@playcanvas/pcui/styles/dist/index.mjs +11 -0
- package/node_modules/@playcanvas/pcui/styles/package.json +17 -0
- package/node_modules/@playcanvas/pcui/types/Math/color-value.d.ts +3 -0
- package/node_modules/@playcanvas/pcui/types/binding/BindingBase/index.d.ts +178 -0
- package/node_modules/@playcanvas/pcui/types/binding/BindingElementToObservers/index.d.ts +24 -0
- package/node_modules/@playcanvas/pcui/types/binding/BindingObserversToElement/index.d.ts +40 -0
- package/node_modules/@playcanvas/pcui/types/binding/BindingTwoWay/index.d.ts +54 -0
- package/node_modules/@playcanvas/pcui/types/binding/index.d.ts +5 -0
- package/node_modules/@playcanvas/pcui/types/class.d.ts +17 -0
- package/node_modules/@playcanvas/pcui/types/components/ArrayInput/index.d.ts +140 -0
- package/node_modules/@playcanvas/pcui/types/components/BooleanInput/index.d.ts +41 -0
- package/node_modules/@playcanvas/pcui/types/components/Button/index.d.ts +75 -0
- package/node_modules/@playcanvas/pcui/types/components/Canvas/index.d.ts +61 -0
- package/node_modules/@playcanvas/pcui/types/components/Code/index.d.ts +33 -0
- package/node_modules/@playcanvas/pcui/types/components/ColorPicker/index.d.ts +99 -0
- package/node_modules/@playcanvas/pcui/types/components/Container/index.d.ts +292 -0
- package/node_modules/@playcanvas/pcui/types/components/Divider/index.d.ts +13 -0
- package/node_modules/@playcanvas/pcui/types/components/Element/index.d.ts +671 -0
- package/node_modules/@playcanvas/pcui/types/components/GradientPicker/index.d.ts +152 -0
- package/node_modules/@playcanvas/pcui/types/components/GridView/index.d.ts +103 -0
- package/node_modules/@playcanvas/pcui/types/components/GridViewItem/index.d.ts +82 -0
- package/node_modules/@playcanvas/pcui/types/components/InfoBox/index.d.ts +71 -0
- package/node_modules/@playcanvas/pcui/types/components/InputElement/index.d.ts +84 -0
- package/node_modules/@playcanvas/pcui/types/components/Label/index.d.ts +85 -0
- package/node_modules/@playcanvas/pcui/types/components/LabelGroup/index.d.ts +62 -0
- package/node_modules/@playcanvas/pcui/types/components/Menu/index.d.ts +70 -0
- package/node_modules/@playcanvas/pcui/types/components/MenuItem/index.d.ts +139 -0
- package/node_modules/@playcanvas/pcui/types/components/NumericInput/index.d.ts +173 -0
- package/node_modules/@playcanvas/pcui/types/components/Overlay/index.d.ts +53 -0
- package/node_modules/@playcanvas/pcui/types/components/Panel/index.d.ts +178 -0
- package/node_modules/@playcanvas/pcui/types/components/Progress/index.d.ts +33 -0
- package/node_modules/@playcanvas/pcui/types/components/RadioButton/index.d.ts +33 -0
- package/node_modules/@playcanvas/pcui/types/components/SelectInput/index.d.ts +278 -0
- package/node_modules/@playcanvas/pcui/types/components/SliderInput/index.d.ts +133 -0
- package/node_modules/@playcanvas/pcui/types/components/Spinner/index.d.ts +27 -0
- package/node_modules/@playcanvas/pcui/types/components/TextAreaInput/index.d.ts +24 -0
- package/node_modules/@playcanvas/pcui/types/components/TextInput/index.d.ts +40 -0
- package/node_modules/@playcanvas/pcui/types/components/TreeView/index.d.ts +359 -0
- package/node_modules/@playcanvas/pcui/types/components/TreeViewItem/index.d.ts +224 -0
- package/node_modules/@playcanvas/pcui/types/components/VectorInput/index.d.ts +176 -0
- package/node_modules/@playcanvas/pcui/types/components/index.d.ts +32 -0
- package/node_modules/@playcanvas/pcui/types/helpers/search.d.ts +31 -0
- package/node_modules/@playcanvas/pcui/types/helpers/utils.d.ts +2 -0
- package/node_modules/@playcanvas/pcui/types/index.d.ts +20 -0
- package/node_modules/babylonjs-gltf2interface/babylon.glTF2Interface.d.ts +1655 -0
- package/node_modules/babylonjs-gltf2interface/license.md +71 -0
- package/node_modules/babylonjs-gltf2interface/package.json +26 -0
- package/package.json +31 -19
- package/dist/editor-plugin-hierarchy-command.d.ts +0 -19
- package/dist/editor-plugin-hierarchy-command.d.ts.map +0 -1
- package/dist/editor-plugin-hierarchy-command.js +0 -119
- package/dist/editor-plugin-hierarchy-command.js.map +0 -1
- package/node_modules/@babel/helper-string-parser/lib/index.js.map +0 -1
- package/node_modules/@babel/helper-validator-identifier/lib/identifier.js.map +0 -1
- package/node_modules/@babel/helper-validator-identifier/lib/index.js.map +0 -1
- package/node_modules/@babel/helper-validator-identifier/lib/keyword.js.map +0 -1
- package/node_modules/@babel/parser/lib/index.js.map +0 -1
- package/node_modules/@babel/types/lib/asserts/assertNode.js.map +0 -1
- package/node_modules/@babel/types/lib/asserts/generated/index.js.map +0 -1
- package/node_modules/@babel/types/lib/ast-types/generated/index.js.map +0 -1
- package/node_modules/@babel/types/lib/builders/flow/createFlowUnionType.js.map +0 -1
- package/node_modules/@babel/types/lib/builders/flow/createTypeAnnotationBasedOnTypeof.js.map +0 -1
- package/node_modules/@babel/types/lib/builders/generated/index.js.map +0 -1
- package/node_modules/@babel/types/lib/builders/generated/lowercase.js.map +0 -1
- package/node_modules/@babel/types/lib/builders/generated/uppercase.js.map +0 -1
- package/node_modules/@babel/types/lib/builders/productions.js.map +0 -1
- package/node_modules/@babel/types/lib/builders/react/buildChildren.js.map +0 -1
- package/node_modules/@babel/types/lib/builders/typescript/createTSUnionType.js.map +0 -1
- package/node_modules/@babel/types/lib/builders/validateNode.js.map +0 -1
- package/node_modules/@babel/types/lib/clone/clone.js.map +0 -1
- package/node_modules/@babel/types/lib/clone/cloneDeep.js.map +0 -1
- package/node_modules/@babel/types/lib/clone/cloneDeepWithoutLoc.js.map +0 -1
- package/node_modules/@babel/types/lib/clone/cloneNode.js.map +0 -1
- package/node_modules/@babel/types/lib/clone/cloneWithoutLoc.js.map +0 -1
- package/node_modules/@babel/types/lib/comments/addComment.js.map +0 -1
- package/node_modules/@babel/types/lib/comments/addComments.js.map +0 -1
- package/node_modules/@babel/types/lib/comments/inheritInnerComments.js.map +0 -1
- package/node_modules/@babel/types/lib/comments/inheritLeadingComments.js.map +0 -1
- package/node_modules/@babel/types/lib/comments/inheritTrailingComments.js.map +0 -1
- package/node_modules/@babel/types/lib/comments/inheritsComments.js.map +0 -1
- package/node_modules/@babel/types/lib/comments/removeComments.js.map +0 -1
- package/node_modules/@babel/types/lib/constants/generated/index.js.map +0 -1
- package/node_modules/@babel/types/lib/constants/index.js.map +0 -1
- package/node_modules/@babel/types/lib/converters/ensureBlock.js.map +0 -1
- package/node_modules/@babel/types/lib/converters/gatherSequenceExpressions.js.map +0 -1
- package/node_modules/@babel/types/lib/converters/toBindingIdentifierName.js.map +0 -1
- package/node_modules/@babel/types/lib/converters/toBlock.js.map +0 -1
- package/node_modules/@babel/types/lib/converters/toComputedKey.js.map +0 -1
- package/node_modules/@babel/types/lib/converters/toExpression.js.map +0 -1
- package/node_modules/@babel/types/lib/converters/toIdentifier.js.map +0 -1
- package/node_modules/@babel/types/lib/converters/toKeyAlias.js.map +0 -1
- package/node_modules/@babel/types/lib/converters/toSequenceExpression.js.map +0 -1
- package/node_modules/@babel/types/lib/converters/toStatement.js.map +0 -1
- package/node_modules/@babel/types/lib/converters/valueToNode.js.map +0 -1
- package/node_modules/@babel/types/lib/definitions/core.js.map +0 -1
- package/node_modules/@babel/types/lib/definitions/deprecated-aliases.js.map +0 -1
- package/node_modules/@babel/types/lib/definitions/experimental.js.map +0 -1
- package/node_modules/@babel/types/lib/definitions/flow.js.map +0 -1
- package/node_modules/@babel/types/lib/definitions/index.js.map +0 -1
- package/node_modules/@babel/types/lib/definitions/jsx.js.map +0 -1
- package/node_modules/@babel/types/lib/definitions/misc.js.map +0 -1
- package/node_modules/@babel/types/lib/definitions/placeholders.js.map +0 -1
- package/node_modules/@babel/types/lib/definitions/typescript.js.map +0 -1
- package/node_modules/@babel/types/lib/definitions/utils.js.map +0 -1
- package/node_modules/@babel/types/lib/index.js.map +0 -1
- package/node_modules/@babel/types/lib/modifications/appendToMemberExpression.js.map +0 -1
- package/node_modules/@babel/types/lib/modifications/flow/removeTypeDuplicates.js.map +0 -1
- package/node_modules/@babel/types/lib/modifications/inherits.js.map +0 -1
- package/node_modules/@babel/types/lib/modifications/prependToMemberExpression.js.map +0 -1
- package/node_modules/@babel/types/lib/modifications/removeProperties.js.map +0 -1
- package/node_modules/@babel/types/lib/modifications/removePropertiesDeep.js.map +0 -1
- package/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js.map +0 -1
- package/node_modules/@babel/types/lib/retrievers/getAssignmentIdentifiers.js.map +0 -1
- package/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js.map +0 -1
- package/node_modules/@babel/types/lib/retrievers/getFunctionName.js.map +0 -1
- package/node_modules/@babel/types/lib/retrievers/getOuterBindingIdentifiers.js.map +0 -1
- package/node_modules/@babel/types/lib/traverse/traverse.js.map +0 -1
- package/node_modules/@babel/types/lib/traverse/traverseFast.js.map +0 -1
- package/node_modules/@babel/types/lib/utils/deprecationWarning.js.map +0 -1
- package/node_modules/@babel/types/lib/utils/inherit.js.map +0 -1
- package/node_modules/@babel/types/lib/utils/react/cleanJSXElementLiteralChild.js.map +0 -1
- package/node_modules/@babel/types/lib/utils/shallowEqual.js.map +0 -1
- package/node_modules/@babel/types/lib/validators/buildMatchMemberExpression.js.map +0 -1
- package/node_modules/@babel/types/lib/validators/generated/index.js.map +0 -1
- package/node_modules/@babel/types/lib/validators/is.js.map +0 -1
- package/node_modules/@babel/types/lib/validators/isBinding.js.map +0 -1
- package/node_modules/@babel/types/lib/validators/isBlockScoped.js.map +0 -1
- package/node_modules/@babel/types/lib/validators/isImmutable.js.map +0 -1
- package/node_modules/@babel/types/lib/validators/isLet.js.map +0 -1
- package/node_modules/@babel/types/lib/validators/isNode.js.map +0 -1
- package/node_modules/@babel/types/lib/validators/isNodesEquivalent.js.map +0 -1
- package/node_modules/@babel/types/lib/validators/isPlaceholderType.js.map +0 -1
- package/node_modules/@babel/types/lib/validators/isReferenced.js.map +0 -1
- package/node_modules/@babel/types/lib/validators/isScope.js.map +0 -1
- package/node_modules/@babel/types/lib/validators/isSpecifierDefault.js.map +0 -1
- package/node_modules/@babel/types/lib/validators/isType.js.map +0 -1
- package/node_modules/@babel/types/lib/validators/isValidES3Identifier.js.map +0 -1
- package/node_modules/@babel/types/lib/validators/isValidIdentifier.js.map +0 -1
- package/node_modules/@babel/types/lib/validators/isVar.js.map +0 -1
- package/node_modules/@babel/types/lib/validators/matchesPattern.js.map +0 -1
- package/node_modules/@babel/types/lib/validators/react/isCompatTag.js.map +0 -1
- package/node_modules/@babel/types/lib/validators/react/isReactComponent.js.map +0 -1
- package/node_modules/@babel/types/lib/validators/validate.js.map +0 -1
- package/node_modules/@fps-games/editor-babylon/dist/prefab-comparison-preview-controller.d.ts +0 -37
- package/node_modules/@fps-games/editor-babylon/dist/prefab-comparison-preview-controller.d.ts.map +0 -1
- package/node_modules/@fps-games/editor-babylon/dist/prefab-comparison-preview-controller.js +0 -451
- package/node_modules/@fps-games/editor-babylon/dist/prefab-comparison-preview-controller.js.map +0 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-hierarchy-actions.d.ts +0 -49
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-hierarchy-actions.d.ts.map +0 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-hierarchy-actions.js +0 -627
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-hierarchy-actions.js.map +0 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-hierarchy-attach-dialog.d.ts +0 -52
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-hierarchy-attach-dialog.d.ts.map +0 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-hierarchy-attach-dialog.js +0 -450
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-hierarchy-attach-dialog.js.map +0 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-hierarchy-command-adapter.d.ts +0 -21
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-hierarchy-command-adapter.d.ts.map +0 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-hierarchy-command-adapter.js +0 -75
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-hierarchy-command-adapter.js.map +0 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-hierarchy-scope.d.ts +0 -5
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-hierarchy-scope.d.ts.map +0 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-hierarchy-scope.js +0 -92
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-hierarchy-scope.js.map +0 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-hierarchy-tree.d.ts +0 -63
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-hierarchy-tree.d.ts.map +0 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-hierarchy-tree.js +0 -285
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-hierarchy-tree.js.map +0 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { getEditorSceneMarkerTypeCatalogFromGraph, } from '@fps-games/editor-core';
|
|
2
2
|
import { addEditorSceneMaterialAsset, addEditorSceneMaterialAssetAndBind, assertEditorSceneMaterialAssetIntegrity, collectEditorSceneMaterialAssetBindingIds, createArtistMaterialInspectorSections, createEditorSceneAssetMeshInspectorSections, createEditorSceneMaterialBrowserAssetItems, deleteDefaultEditorSceneMaterialAsset, ensureDefaultEditorSceneMaterialAssets, ensureImportedEditorSceneMaterialDefaults, findEditorSceneMaterialAsset, formatEditorSceneMaterialSlotLabel, getArtistMaterialInspectorText, hasEditorSceneMaterialAsset, isEditorSceneArtistMaterialPatchPath, isEditorSceneMaterialBindingPath, normalizeEditorSceneMaterialAssetValue, parseEditorSceneDuplicateMaterialAssetValue, parseEditorSceneMaterialAssetFieldPath, readArtistMaterialInspectorLanguage, reconcileEditorSceneMaterialSlotReimportBindings, validateEditorSceneMaterialAssetFieldValue, collectEditorSceneChildMaterialSlots, createEditorSceneAssetMeshSelectionId, createTexturePickerControlOptions, findEditorSceneInspectorTextureAssetFromContext, getEditorSceneSlotSelectionKey, resolveEditorSceneAssetMeshSelectionTarget, isEditorSceneAssetMeshWritablePath, patchEditorSceneMaterialAssetField, } from '../material-binding/index.js';
|
|
3
|
-
import { addEditorScenePrefabAsset, addEditorSceneMaterialAssetAndBindPrefabOverride, createEditorScenePrefabBrowserAssetItems, createEditorScenePrefabStageInspectorObject, createPrefabInstanceInspectorSection, normalizeEditorScenePrefabAssetFieldValue, normalizeEditorScenePrimitiveShape, patchEditorScenePrefabAssetField, replaceEditorScenePrefabAsset, validateEditorScenePrefabAssetFieldValue, } from '../prefab-stage/index.js';
|
|
3
|
+
import { addEditorScenePrefabAsset, addEditorSceneMaterialAssetAndBindPrefabOverride, createEditorScenePrefabBrowserAssetItems, resolveEditorScenePrefabInstanceMarkers, resolveEditorScenePrefabStageMarkers, createEditorScenePrefabStageInspectorObject, createPrefabInstanceInspectorSection, normalizeEditorScenePrefabAssetFieldValue, normalizeEditorScenePrimitiveShape, patchEditorScenePrefabAssetField, replaceEditorScenePrefabAsset, validateEditorScenePrefabAssetFieldValue, } from '../prefab-stage/index.js';
|
|
4
4
|
import { createPlayableEditorSceneMarkerGraphFacade, isEditorSceneMarkerGameObject, } from '../marker-scene/index.js';
|
|
5
5
|
import { createPlayableEditorSceneHierarchyFacade, createPlayableEditorSceneFieldMutationOptions, createPlayableEditorSceneObjectCommandFacade, collectEditorSceneSubtreeIdList, createEditorSceneGameObjectGuid, createUniqueEditorSceneGameObjectId, ensureEditorSceneGameObjectGuids, findEditorSceneGameObject, isEditorSceneCameraGameObject as isCameraGameObject, isEditorSceneLightGameObject as isLightGameObject, isEditorSceneProtectedSystemGameObject as isProtectedSystemGameObject, isEditorSceneProtectedSystemGameObjectId as isProtectedSystemGameObjectId, isEditorSceneRootTransformPath, isEditorSceneSelectableHierarchyId, normalizeEditorSceneRootTransformDocument, resolveEditorSceneRootContainerId, toEditorSceneLocalTransformForParent, } from '../session/index.js';
|
|
6
6
|
import { createEditorSceneDocumentInspectorProperty, createEditorSceneDocumentInspectorSections, createPlayableEditorSceneInspectorMultiObject, createPlayableEditorSceneInspectorObject, createPlayableEditorSceneInspectorSections, createPlayableEditorSceneMarkerInspectorSection, createPlayableEditorSceneOutlineInspectorSection, createEditorSceneCameraInspectorSection, createEditorSceneLightInspectorSections, createEditorScenePlayableFieldInspectorExtraValidator, createEditorSceneRuntimeInspectorSectionsForDocument, createEditorSceneRuntimeInspectorSnapshot, normalizeEditorScenePlayableInspectorValue, validateEditorSceneFieldInspectorValue, } from '../inspector/index.js';
|
|
@@ -135,6 +135,23 @@ export function createFpsGameEditorStandardSceneAssembly(options) {
|
|
|
135
135
|
reduceDocument: (document, command) => reducePlayableEditorSceneDocumentCore(document, command, reducerServices),
|
|
136
136
|
ensureEnvironmentDefaults: (document) => ensurePlayableEditorSceneEnvironmentDefaultsCore(document, reducerServices),
|
|
137
137
|
isSelectableHierarchyId: (document, id) => isEditorSceneSelectableHierarchyId(document, id, { resolveAssetMeshSelectionTarget: resolveEditorSceneAssetMeshSelectionTarget }),
|
|
138
|
+
resolveDiagnosticLocator: (document, diagnostic) => {
|
|
139
|
+
const locator = diagnostic.locator;
|
|
140
|
+
if (!locator?.objectId || !locator.materialSlotId)
|
|
141
|
+
return locator ?? null;
|
|
142
|
+
const gameObject = findGameObject(document, locator.objectId);
|
|
143
|
+
if (!gameObject)
|
|
144
|
+
return locator;
|
|
145
|
+
const slot = collectEditorSceneChildMaterialSlots(document, gameObject)
|
|
146
|
+
.find(candidate => candidate.slotId === locator.materialSlotId);
|
|
147
|
+
if (!slot)
|
|
148
|
+
return locator;
|
|
149
|
+
return {
|
|
150
|
+
...locator,
|
|
151
|
+
rowId: createEditorSceneAssetMeshSelectionId(gameObject.id, getEditorSceneSlotSelectionKey(slot)),
|
|
152
|
+
path: `overrides.materialSlotBindings.${slot.slotId}.materialAssetId`,
|
|
153
|
+
};
|
|
154
|
+
},
|
|
138
155
|
getHierarchyItems: sessionFacade.getHierarchyItems,
|
|
139
156
|
normalizeHierarchyDocument: sessionFacade.normalizeHierarchyDocument,
|
|
140
157
|
createRenamePatch: sessionFacade.createRenamePatch,
|
|
@@ -167,12 +184,15 @@ export function createFpsGameEditorStandardSceneAssembly(options) {
|
|
|
167
184
|
sunLightId: 'sun_light',
|
|
168
185
|
normalizePrefabAssetFieldValue: normalizeEditorScenePrefabAssetFieldValue,
|
|
169
186
|
validatePrefabAssetFieldValue: validateEditorScenePrefabAssetFieldValue,
|
|
187
|
+
markerTypeCatalog: markerFacade.getMarkerTypeCatalog(document),
|
|
170
188
|
}),
|
|
171
189
|
getRuntimeInspectorSections: (context) => createEditorSceneRuntimeInspectorSectionsForDocument({ ...context, sourceRef: getEditorSceneAuthoringSourceRef(context.document) }, runtimeInspectorServices),
|
|
172
190
|
createRuntimeInspectorSnapshot: (context) => createEditorSceneRuntimeInspectorSnapshot({ projectedRoot: context.projectedRoot, projectionNode: context.projectionNode ?? null }),
|
|
173
191
|
createDocumentInspectorProperty,
|
|
174
192
|
getMarkerGraph: markerFacade.getMarkerGraph,
|
|
175
193
|
getMarkerTypeCatalog: markerFacade.getMarkerTypeCatalog,
|
|
194
|
+
getPrefabInstanceMarkerOverlays: (document) => resolveEditorScenePrefabInstanceMarkers(document, markerFacade.getMarkerTypeCatalog(document)),
|
|
195
|
+
getPrefabStageMarkerOverlays: (document, prefabAssetId, previewInstanceId) => resolveEditorScenePrefabStageMarkers(document, prefabAssetId, previewInstanceId, markerFacade.getMarkerTypeCatalog(document)),
|
|
176
196
|
getRelationTypeCatalog: () => options.relationTypes.map(entry => structuredClone(entry)),
|
|
177
197
|
createMarkerGraphPatch: markerFacade.createMarkerGraphPatch,
|
|
178
198
|
reduceMarkerGraphPatch: markerFacade.reduceMarkerGraphPatch,
|
|
@@ -218,7 +238,7 @@ function createReducerServices(options, markerFacade, fieldMutationServices, pat
|
|
|
218
238
|
addMaterialAssetAndBind: (document, targetId, path, asset) => addEditorSceneMaterialAssetAndBind(document, targetId, path, asset),
|
|
219
239
|
addPrefabAsset: (document, prefab, source) => addEditorScenePrefabAsset(document, prefab, source),
|
|
220
240
|
patchPrefabAssetField: (document, assetId, path, value) => patchEditorScenePrefabAssetField(document, assetId, path, value),
|
|
221
|
-
replacePrefabAsset: (document, assetId, prefab) => replaceEditorScenePrefabAsset(document, assetId, prefab),
|
|
241
|
+
replacePrefabAsset: (document, assetId, prefab, source) => replaceEditorScenePrefabAsset(document, assetId, prefab, source),
|
|
222
242
|
addMaterialAssetAndBindPrefabOverride: (document, assetId, path, asset) => addEditorSceneMaterialAssetAndBindPrefabOverride(document, assetId, path, asset),
|
|
223
243
|
patchGameObjectField,
|
|
224
244
|
patchGameObjectsField,
|
package/node_modules/@fps-games/editor-playable-sdk/dist/product/standard-scene-assembly.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"standard-scene-assembly.js","sourceRoot":"","sources":["../../src/product/standard-scene-assembly.ts"],"names":[],"mappings":"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","sourcesContent":["import type {\n DocumentCommand,\n InspectorObject,\n InspectorProperty,\n InspectorSection,\n InspectorValidationResult,\n SceneGraphTreeItem,\n EditorCoreMarkerGraphCommand,\n EditorSceneFieldSchemaEntry,\n} from '@fps-games/editor-core';\nimport {\n getEditorSceneMarkerTypeCatalogFromGraph,\n} from '@fps-games/editor-core';\nimport type {\n SpatialMarkerGraph,\n SpatialMarkerTypeDefinition,\n SpatialRelationTypeDefinition,\n} from '@fps-games/editor-protocol';\nimport {\n addEditorSceneMaterialAsset,\n addEditorSceneMaterialAssetAndBind,\n assertEditorSceneMaterialAssetIntegrity,\n collectEditorSceneMaterialAssetBindingIds,\n createArtistMaterialInspectorSections,\n createEditorSceneAssetMeshInspectorSections,\n createEditorSceneMaterialBrowserAssetItems,\n deleteDefaultEditorSceneMaterialAsset,\n ensureDefaultEditorSceneMaterialAssets,\n ensureImportedEditorSceneMaterialDefaults,\n findEditorSceneMaterialAsset,\n formatEditorSceneMaterialSlotLabel,\n getArtistMaterialInspectorText,\n hasEditorSceneMaterialAsset,\n isEditorSceneArtistMaterialPatchPath,\n isEditorSceneMaterialBindingPath,\n normalizeEditorSceneMaterialAssetValue,\n parseEditorSceneDuplicateMaterialAssetValue,\n parseEditorSceneMaterialAssetFieldPath,\n readArtistMaterialInspectorLanguage,\n reconcileEditorSceneMaterialSlotReimportBindings,\n validateEditorSceneMaterialAssetFieldValue,\n type ArtistMaterialInspectorText,\n type EditorSceneAssetMeshSelectionTarget,\n type MaterialInspectorServices,\n collectEditorSceneChildMaterialSlots,\n createEditorSceneAssetMeshSelectionId,\n createTexturePickerControlOptions,\n findEditorSceneInspectorTextureAssetFromContext,\n getEditorSceneSlotSelectionKey,\n resolveEditorSceneAssetMeshSelectionTarget,\n isEditorSceneAssetMeshWritablePath,\n patchEditorSceneMaterialAssetField,\n} from '../material-binding/index';\nimport {\n addEditorScenePrefabAsset,\n addEditorSceneMaterialAssetAndBindPrefabOverride,\n createEditorScenePrefabBrowserAssetItems,\n createEditorScenePrefabStageInspectorObject,\n createPrefabInstanceInspectorSection,\n normalizeEditorScenePrefabAssetFieldValue,\n normalizeEditorScenePrimitiveShape,\n patchEditorScenePrefabAssetField,\n replaceEditorScenePrefabAsset,\n validateEditorScenePrefabAssetFieldValue,\n type EditorScenePrefabStageInspectorContext,\n type PrefabInspectorServices,\n} from '../prefab-stage/index';\nimport {\n createPlayableEditorSceneMarkerGraphFacade,\n isEditorSceneMarkerGameObject,\n type PlayableEditorSceneMarkerGraphFacade,\n} from '../marker-scene/index';\nimport {\n createPlayableEditorSceneHierarchyFacade,\n createPlayableEditorSceneFieldMutationOptions,\n createPlayableEditorSceneObjectCommandFacade,\n collectEditorSceneSubtreeIdList,\n createEditorSceneGameObjectGuid,\n createUniqueEditorSceneGameObjectId,\n ensureEditorSceneGameObjectGuids,\n findEditorSceneGameObject,\n isEditorSceneCameraGameObject as isCameraGameObject,\n isEditorSceneLightGameObject as isLightGameObject,\n isEditorSceneProtectedSystemGameObject as isProtectedSystemGameObject,\n isEditorSceneProtectedSystemGameObjectId as isProtectedSystemGameObjectId,\n isEditorSceneRootTransformPath,\n isEditorSceneSelectableHierarchyId,\n normalizeEditorSceneRootTransformDocument,\n resolveEditorSceneRootContainerId,\n toEditorSceneLocalTransformForParent,\n type PlayableEditorSceneObjectCommandServices,\n} from '../session/index';\nimport {\n createEditorSceneDocumentInspectorProperty,\n createEditorSceneDocumentInspectorSections,\n createPlayableEditorSceneInspectorMultiObject,\n createPlayableEditorSceneInspectorObject,\n createPlayableEditorSceneInspectorSections,\n createPlayableEditorSceneMarkerInspectorSection,\n createPlayableEditorSceneOutlineInspectorSection,\n createEditorSceneCameraInspectorSection,\n createEditorSceneLightInspectorSections,\n createEditorScenePlayableFieldInspectorExtraValidator,\n createEditorSceneRuntimeInspectorSectionsForDocument,\n createEditorSceneRuntimeInspectorSnapshot,\n normalizeEditorScenePlayableInspectorValue,\n validateEditorSceneFieldInspectorValue,\n type EditorSceneFieldInspectorExtraValidator,\n type EditorSceneRuntimeDocumentInspectorServices,\n type EditorSceneRuntimeInspectorSnapshot,\n} from '../inspector/index';\nimport {\n} from '../serialized-property/index';\nimport {\n createPlayableEditorSceneInspectorPropertyPatch,\n patchPlayableEditorSceneGameObjectFieldWithServices,\n patchPlayableEditorSceneGameObjectsFieldWithServices,\n type PlayableEditorSceneInspectorPropertyPatchResult,\n type PlayableEditorScenePropertyPatchServices,\n} from '../session/property-patches';\nimport { createFpsGameEditorDeclarativeGroundDecalSceneFeature } from './ground-decal-scene-feature';\nimport {\n createPlayableEditorSceneSessionFacade,\n type PlayableEditorSceneSessionFacade,\n} from './scene-session';\nimport {\n ensurePlayableEditorSceneEnvironmentDefaultsCore,\n patchPlayableEditorSceneDirectionalLightAngleField,\n isBlockedPlayableEditorSceneSystemFieldPatch,\n reducePlayableEditorSceneDocumentCore,\n type PlayableEditorSceneFieldMutationServices,\n type PlayableEditorSceneReducerCoreServices,\n type PlayableEditorSceneReducerSystemDefaultServices,\n} from '../session/reducer-core';\nimport {\n DEFAULT_EDITOR_SCENE_CAMERA,\n DEFAULT_EDITOR_SCENE_ENVIRONMENT_LIGHT,\n DEFAULT_EDITOR_SCENE_SUN_LIGHT,\n createDefaultEditorSceneCameraGameObject,\n createDefaultEditorSceneEnvironmentLightGameObject,\n createDefaultEditorSceneSunLightGameObject,\n createEditorSceneIdentityTransformComponent,\n hasInvalidEditorSceneCameraRelationships,\n mergeEditorSceneCameraDefaults,\n mergeEditorSceneLightDefaults,\n normalizeEditorSceneCameraAfterFieldPatch,\n normalizeEditorSceneCameraGameObject,\n normalizeEditorScenePlainTransformGameObject,\n normalizeEditorSceneSystemLightGameObject,\n} from '../session/system-defaults';\nimport {\n createEditorSceneReadonlyInspectorProperty,\n} from '../inspector/readonly';\nimport {\n getEditorSceneAuthoringSourceRef,\n} from '../authoring/source';\nimport {\n isEditorSceneLightDirectionAnglePath,\n} from '../inspector/light-fields';\nimport {\n EDITOR_SCENE_ROOT_TRANSFORM,\n type PlayableEditorSceneDocumentPatch,\n} from '../session/index';\nimport {\n type EditorSceneAsset,\n type EditorSceneAssetLibraryItem,\n type EditorSceneDocument,\n type EditorSceneGameObject,\n type EditorSceneNodeKind,\n readEditorSceneNodeKind,\n} from '../document/index';\ntype PlayableLocalEditorMarkerGraphCommand = EditorCoreMarkerGraphCommand;\n\nexport interface FpsGameEditorStandardSceneFeatureContribution<\n TDocument extends EditorSceneDocument,\n TGameObject extends EditorSceneGameObject,\n TPatch,\n TContext,\n> {\n normalizeInspectorValue?: (path: string, value: unknown) => unknown;\n validateInspectorField?: (input: {\n document: TDocument | null;\n gameObject: TGameObject | null;\n path: string;\n value: unknown;\n }) => InspectorValidationResult | null;\n isInspectorPatchPath?: (path: string) => boolean;\n isProjectionPath?: (path: string) => boolean;\n normalizeDocumentAfterCommand?: (document: TDocument, command: DocumentCommand<TDocument, TPatch>) => TDocument;\n normalizeAfterFieldPatch?: (document: TDocument, targetId: string, path: string, value: unknown) => TDocument;\n fieldMutation?: Partial<Pick<\n PlayableEditorSceneFieldMutationServices<TDocument, TGameObject>,\n 'isCustomTransformType' | 'applyCustomTransformType' | 'clearCustomTransformState' | 'patchCustomTransformField'\n >>;\n createInspectorPropertyPatch?: (input: {\n document: TDocument;\n gameObject: TGameObject;\n path: string;\n value: unknown;\n collectChangedIds: () => string[];\n }) => PlayableEditorSceneInspectorPropertyPatchResult<TPatch> | null;\n patchGameObjectField?: (input: {\n document: TDocument;\n targetId: string;\n path: string;\n value: unknown;\n }) => TDocument | null;\n patchGameObjectsField?: (input: {\n document: TDocument;\n targetIds: readonly string[];\n path: string;\n value: unknown;\n patchSingle: (document: TDocument, targetId: string, path: string, value: unknown) => TDocument;\n }) => TDocument | null;\n reducePatch?: (input: {\n document: TDocument;\n patch: Record<string, unknown>;\n command: DocumentCommand<TDocument, TPatch>;\n }) => TDocument | null;\n createHierarchyPatch?: (document: TDocument, featureId: string) => FpsGameEditorStandardScenePatchResult<TPatch> | null;\n createInspectorSections?: (input: {\n document: TDocument;\n gameObject: TGameObject;\n nodeKind: EditorSceneNodeKind;\n context: TContext;\n createDocumentInspectorProperty: FpsGameEditorStandardSceneAssembly<TDocument, TGameObject, TPatch, EditorSceneAssetLibraryItem, TContext>['createDocumentInspectorProperty'];\n }) => Array<InspectorSection<TDocument> | null | undefined>;\n createMultiInspectorSection?: (input: {\n document: TDocument;\n targetIds: string[];\n activeId: string | null;\n context: TContext;\n }) => InspectorSection<TDocument> | null;\n resolveMultiInspectorTargetIds?: (document: TDocument, targetIds: readonly string[]) => string[];\n isSerializedMultiFieldPath?: (path: string) => boolean;\n isSerializedMultiProjectionPath?: (path: string) => boolean;\n getSerializedMultiProbeValue?: (path: string) => unknown;\n canPatchSerializedMultiField?: (input: {\n document: TDocument;\n targetId: string;\n path: string;\n value: unknown;\n }) => boolean;\n}\n\nexport interface FpsGameEditorStandardSceneAssemblyOptions<\n TDocument extends EditorSceneDocument,\n TGameObject extends EditorSceneGameObject,\n TPatch,\n TAssetItem extends EditorSceneAssetLibraryItem,\n TContext extends { textureAssets?: readonly { id: string; label: string; url: string; meta?: string }[] } = {\n textureAssets?: readonly { id: string; label: string; url: string; meta?: string }[];\n },\n> {\n markerTypes: readonly SpatialMarkerTypeDefinition[];\n relationTypes: readonly SpatialRelationTypeDefinition[];\n formatMarkerTypeLabel?: (type: string, fallback: string) => string;\n getRenderingProfile: () => { shadows: { defaultMode: string } };\n resolveFieldSchema?: (path: string, nodeKind: EditorSceneNodeKind) => EditorSceneFieldSchemaEntry | null;\n features?: readonly { id: string; config: unknown; scene?: unknown }[];\n resolveFeatureSceneContribution?: (\n feature: { id: string; config: unknown; scene?: unknown },\n ) => FpsGameEditorStandardSceneFeatureContribution<TDocument, TGameObject, TPatch, TContext> | null;\n createPatch: {\n gameObjectField(targetId: string, path: string, value: unknown): TPatch;\n gameObjectFieldBatch(fields: Array<{ targetId: string; path: string; value: unknown }>): TPatch;\n materialAssetField(materialAssetId: string, path: string, value: unknown): TPatch;\n markerGraph(command: PlayableLocalEditorMarkerGraphCommand): TPatch;\n };\n clearFeatureStateFromSystemObject?: (next: TGameObject, original: TGameObject) => TGameObject;\n}\n\nexport interface FpsGameEditorStandardScenePatchResult<TPatch> {\n patch: TPatch;\n label: string;\n changedId?: string;\n changedIds: string[];\n reprojectIds?: string[];\n createdId?: string;\n selectId?: string | null;\n}\n\nexport function resolveFpsGameEditorFeatureSceneContribution<\n TDocument extends EditorSceneDocument,\n TGameObject extends EditorSceneGameObject,\n TPatch,\n TContext,\n>(\n feature: { id: string; config: unknown; scene?: unknown },\n getDocumentInspectorPropertyFactory?: () => unknown,\n): FpsGameEditorStandardSceneFeatureContribution<TDocument, TGameObject, TPatch, TContext> | null {\n if (!feature.scene || typeof feature.scene !== 'object' || Array.isArray(feature.scene)) return null;\n const descriptor = feature.scene as { kind?: unknown; contribution?: unknown };\n if (descriptor.kind !== feature.id) return null;\n const direct = readDirectStandardSceneFeatureContribution<TDocument, TGameObject, TPatch, TContext>(descriptor.contribution);\n if (direct) return direct;\n return getDocumentInspectorPropertyFactory\n ? createFpsGameEditorDeclarativeGroundDecalSceneFeature<TPatch>(feature as any, getDocumentInspectorPropertyFactory) as any\n : null;\n}\n\nexport interface FpsGameEditorStandardSceneAssembly<\n TDocument extends EditorSceneDocument,\n TGameObject extends EditorSceneGameObject,\n TPatch,\n TAssetItem extends EditorSceneAssetLibraryItem,\n TContext,\n> {\n defaults: {\n camera: typeof DEFAULT_EDITOR_SCENE_CAMERA;\n sunLight: typeof DEFAULT_EDITOR_SCENE_SUN_LIGHT;\n environmentLight: typeof DEFAULT_EDITOR_SCENE_ENVIRONMENT_LIGHT;\n };\n reduceDocument(document: TDocument, command: DocumentCommand<TDocument, TPatch>): TDocument;\n ensureEnvironmentDefaults(document: TDocument): TDocument;\n isSelectableHierarchyId(document: TDocument, id: string): boolean;\n getHierarchyItems: PlayableEditorSceneSessionFacade<TDocument, TGameObject, TPatch, TAssetItem>['getHierarchyItems'];\n normalizeHierarchyDocument: PlayableEditorSceneSessionFacade<TDocument, TGameObject, TPatch, TAssetItem>['normalizeHierarchyDocument'];\n createRenamePatch: PlayableEditorSceneSessionFacade<TDocument, TGameObject, TPatch, TAssetItem>['createRenamePatch'];\n createCreateGroupPatch: PlayableEditorSceneSessionFacade<TDocument, TGameObject, TPatch, TAssetItem>['createCreateGroupPatch'];\n createCreatePrimitivePatch: PlayableEditorSceneSessionFacade<TDocument, TGameObject, TPatch, TAssetItem>['createCreatePrimitivePatch'];\n createDeleteSubtreePatch: PlayableEditorSceneSessionFacade<TDocument, TGameObject, TPatch, TAssetItem>['createDeleteSubtreePatch'];\n createReparentPatch: PlayableEditorSceneSessionFacade<TDocument, TGameObject, TPatch, TAssetItem>['createReparentPatch'];\n createHierarchyMovePatch: PlayableEditorSceneSessionFacade<TDocument, TGameObject, TPatch, TAssetItem>['createHierarchyMovePatch'];\n createGroupSelectionPatch: PlayableEditorSceneSessionFacade<TDocument, TGameObject, TPatch, TAssetItem>['createGroupSelectionPatch'];\n createDuplicateSelectionPatch: PlayableEditorSceneSessionFacade<TDocument, TGameObject, TPatch, TAssetItem>['createDuplicateSelectionPatch'];\n createPlacedAssetPatch: PlayableEditorSceneSessionFacade<TDocument, TGameObject, TPatch, TAssetItem>['createPlacedAssetPatch'];\n validateReparent: PlayableEditorSceneSessionFacade<TDocument, TGameObject, TPatch, TAssetItem>['validateReparent'];\n validateHierarchyMove: PlayableEditorSceneSessionFacade<TDocument, TGameObject, TPatch, TAssetItem>['validateHierarchyMove'];\n validateGroupSelection: PlayableEditorSceneSessionFacade<TDocument, TGameObject, TPatch, TAssetItem>['validateGroupSelection'];\n collectSubtreeIds(document: TDocument, rootIds: string[]): string[];\n createFeatureHierarchyPatch(document: TDocument, featureId: string): FpsGameEditorStandardScenePatchResult<TPatch> | null;\n createInspectorPropertyPatch(input: { document: TDocument; targetId: string; path: string; value: unknown }): PlayableEditorSceneInspectorPropertyPatchResult<TPatch> | null;\n patchGameObjectField(document: TDocument, targetId: string, path: string, value: unknown): TDocument;\n patchGameObjectsField(document: TDocument, targetIds: readonly string[], path: string, value: unknown): TDocument;\n canCreateSerializedMultiPropertyPatch: PlayableEditorSceneSessionFacade<TDocument, TGameObject, TPatch, TAssetItem>['canCreateSerializedMultiPropertyPatch'];\n createSerializedMultiPropertyPatch: PlayableEditorSceneSessionFacade<TDocument, TGameObject, TPatch, TAssetItem>['createSerializedMultiPropertyPatch'];\n createBrowserAssetItems: PlayableEditorSceneSessionFacade<TDocument, TGameObject, TPatch, TAssetItem>['createBrowserAssetItems'];\n addAssetLibraryItemToDocument: PlayableEditorSceneSessionFacade<TDocument, TGameObject, TPatch, TAssetItem>['addAssetLibraryItemToDocument'];\n getInspectorObject(document: TDocument, targetId: string, context?: TContext): InspectorObject<TDocument> | null;\n getInspectorMultiObject(document: TDocument, targetIds: string[], activeId: string | null, context?: TContext): InspectorObject<TDocument> | null;\n getPrefabStageInspectorObject(document: TDocument, descriptor: { assetId: string; label: string; sourceAssetId?: string }, selectedItemId: string | null, context?: TContext & EditorScenePrefabStageInspectorContext): InspectorObject<TDocument> | null;\n getRuntimeInspectorSections(context: { document: TDocument; targetIds?: string[]; activeId: string | null; projectionNode?: unknown | null; projectedRoot?: unknown }): InspectorSection<TDocument>[];\n createRuntimeInspectorSnapshot(context: { projectionNode?: unknown | null; projectedRoot?: unknown }): EditorSceneRuntimeInspectorSnapshot;\n createDocumentInspectorProperty(document: TDocument | null, nodeKind: EditorSceneNodeKind, property: Omit<InspectorProperty<TDocument>, 'readOnly' | 'persistence' | 'validate'>): InspectorProperty<TDocument>;\n getMarkerGraph(document: TDocument): SpatialMarkerGraph;\n getMarkerTypeCatalog(document?: TDocument): SpatialMarkerTypeDefinition[];\n getRelationTypeCatalog(): SpatialRelationTypeDefinition[];\n createMarkerGraphPatch(document: TDocument, command: PlayableLocalEditorMarkerGraphCommand): FpsGameEditorStandardScenePatchResult<TPatch> | null;\n reduceMarkerGraphPatch(document: TDocument, command: PlayableLocalEditorMarkerGraphCommand): TDocument;\n syncMarkerGraphDocument(document: TDocument): TDocument;\n resolveMarkerKind(document: TDocument, markerType: string, authoredKind?: string): string;\n assertMaterialAssetIntegrity: typeof assertEditorSceneMaterialAssetIntegrity;\n}\n\nexport function createFpsGameEditorStandardSceneAssembly<\n TDocument extends EditorSceneDocument<TGameObject, TAsset>,\n TGameObject extends EditorSceneGameObject,\n TPatch extends PlayableEditorSceneDocumentPatch<any, any, any, any, any, any>,\n TAssetItem extends EditorSceneAssetLibraryItem,\n TAsset extends EditorSceneAsset = TDocument['assets'][number],\n TContext extends { textureAssets?: readonly { id: string; label: string; url: string; meta?: string }[] } = {\n textureAssets?: readonly { id: string; label: string; url: string; meta?: string }[];\n },\n>(options: FpsGameEditorStandardSceneAssemblyOptions<TDocument, TGameObject, TPatch, TAssetItem, TContext>): FpsGameEditorStandardSceneAssembly<TDocument, TGameObject, TPatch, TAssetItem, TContext> {\n const featureContributions = (options.features ?? []).flatMap((configuredFeature) => {\n const resolved = options.resolveFeatureSceneContribution?.(configuredFeature)\n ?? resolveFpsGameEditorFeatureSceneContribution<TDocument, TGameObject, TPatch, TContext>(\n configuredFeature,\n () => createDocumentInspectorProperty,\n )\n ?? readDirectStandardSceneFeatureContribution<TDocument, TGameObject, TPatch, TContext>(configuredFeature.scene);\n return resolved ? [resolved] : [];\n });\n const feature = composeStandardSceneFeatureContributions(featureContributions);\n const markerFacade = createPlayableEditorSceneMarkerGraphFacade<TDocument, TPatch>({\n options: { builtInMarkerTypes: options.markerTypes },\n createPatch: options.createPatch.markerGraph,\n getMarkerTypeCatalogFromGraph: graph => mergeMarkerTypeCatalog(options.markerTypes, graph),\n });\n const findGameObject = (document: TDocument, id: string | null | undefined): TGameObject | null => (\n id ? (findEditorSceneGameObject(document, id) as TGameObject | null) : null\n );\n const extraValidators = (): ReadonlyArray<EditorSceneFieldInspectorExtraValidator<TDocument, EditorSceneNodeKind>> => [\n input => feature?.validateInspectorField?.({\n document: input.document ?? null,\n gameObject: input.document\n ? findGameObject(input.document, (input as { targetId?: string }).targetId)\n : null,\n path: input.path,\n value: input.value,\n }) ?? null,\n input => validateProjectFieldSchema(\n options.resolveFieldSchema?.(input.path, input.nodeKind) ?? null,\n input.path,\n input.value,\n ),\n createEditorScenePlayableFieldInspectorExtraValidator<TDocument, TGameObject>({\n hasMaterialAsset: hasEditorSceneMaterialAsset as any,\n isMarkerGameObject: isEditorSceneMarkerGameObject as any,\n isDirectionalLightAnglePath: isEditorSceneLightDirectionAnglePath,\n }),\n ];\n const normalizeValue = (path: string, value: unknown): unknown => (\n feature?.normalizeInspectorValue?.(path, value)\n ?? normalizeEditorScenePlayableInspectorValue(path, value, { isDirectionalLightAnglePath: isEditorSceneLightDirectionAnglePath })\n );\n const validateValue = (document: TDocument, gameObject: TGameObject, path: string, value: unknown): InspectorValidationResult => {\n if (isEditorSceneLightDirectionAnglePath(path) && gameObject.light?.type !== 'directional') {\n return { ok: false, message: `Unsupported scene node field: ${path}.` };\n }\n const custom = feature?.validateInspectorField?.({ document, gameObject, path, value });\n if (custom) return custom;\n return validateEditorSceneFieldInspectorValue({\n document,\n path,\n nodeKind: readNodeKind(gameObject),\n value,\n extraValidators: extraValidators(),\n });\n };\n const createDocumentInspectorProperty = (\n document: TDocument | null,\n nodeKind: EditorSceneNodeKind,\n property: Omit<InspectorProperty<TDocument>, 'readOnly' | 'persistence' | 'validate'>,\n ): InspectorProperty<TDocument> => createEditorSceneDocumentInspectorProperty({\n document,\n nodeKind,\n property,\n extraValidators: extraValidators(),\n });\n const systemDefaults = createSystemDefaultServices<TGameObject>(options.clearFeatureStateFromSystemObject);\n const fieldMutationServices: PlayableEditorSceneFieldMutationServices<TDocument, TGameObject> = {\n systemDefaults,\n normalizeFieldValue: normalizeValue,\n validateField: validateValue,\n normalizePrimitiveShape: normalizeEditorScenePrimitiveShape,\n findGameObject,\n isCameraGameObject: isCameraGameObject as any,\n isLightGameObject: isLightGameObject as any,\n isProtectedSystemGameObject: isProtectedSystemGameObject as any,\n hasCamera: (document, exceptId) => document.scene.gameObjects.some((object: TGameObject) => object.id !== exceptId && isCameraGameObject(object)),\n ...feature?.fieldMutation,\n };\n const propertyPatchServices = createPropertyPatchServices(options, markerFacade, fieldMutationServices, findGameObject, normalizeValue, validateValue, feature);\n const patchGameObjectField = (document: TDocument, targetId: string, path: string, value: unknown): TDocument => (\n patchPlayableEditorSceneGameObjectFieldWithServices(document, targetId, path, value, propertyPatchServices as any)\n );\n const patchGameObjectsField = (document: TDocument, targetIds: readonly string[], path: string, value: unknown): TDocument => (\n patchPlayableEditorSceneGameObjectsFieldWithServices(document, targetIds, path, value, propertyPatchServices as any)\n );\n const reducerServices = createReducerServices(options, markerFacade, fieldMutationServices, patchGameObjectField, patchGameObjectsField, feature);\n const hierarchyFacade = createHierarchyFacade<TDocument, TGameObject, TPatch>(markerFacade);\n const objectCommandServices: PlayableEditorSceneObjectCommandServices<TDocument, TGameObject, TPatch> = {\n isRootTransformPath: isEditorSceneRootTransformPath,\n validateSerializedPropertyField: input => validateValue(input.document, input.gameObject as TGameObject, input.path, input.value),\n findGameObject,\n isCameraGameObject: isCameraGameObject as any,\n isLightGameObject: isLightGameObject as any,\n isSerializedMultiFieldPath: path => isStandardSerializedMultiFieldPath(path, feature),\n isSerializedMultiProjectionPath: path => isStandardSerializedMultiProjectionPath(path, feature),\n getSerializedMultiPropertyProbeValue: path => getStandardSerializedMultiProbeValue(path, feature),\n canPatchCustomSerializedMultiField: input => feature?.canPatchSerializedMultiField?.(input) ?? true,\n createInspectorPropertyPatch: input => createPlayableEditorSceneInspectorPropertyPatch(input, propertyPatchServices as any),\n createFieldBatchPatch: options.createPatch.gameObjectFieldBatch,\n };\n const sessionFacade = createPlayableEditorSceneSessionFacade<TDocument, TGameObject, TPatch, TAssetItem>({\n hierarchyFacade,\n objectCommandServices,\n assetPlacementServices: {\n createGameObjectGuid: createEditorSceneGameObjectGuid,\n resolveLocalTransform: ({ document, parentId, worldTransform }) => toEditorSceneLocalTransformForParent(document, parentId ?? undefined, worldTransform),\n },\n });\n const runtimeInspectorServices: EditorSceneRuntimeDocumentInspectorServices<TDocument, TGameObject> = {\n findGameObject,\n hasModelRenderer: gameObject => !!gameObject.components?.some(component => component.type === 'ModelRenderer'),\n readNodeKind,\n };\n const assembly = {} as FpsGameEditorStandardSceneAssembly<TDocument, TGameObject, TPatch, TAssetItem, TContext>;\n Object.assign(assembly, {\n defaults: {\n camera: DEFAULT_EDITOR_SCENE_CAMERA,\n sunLight: DEFAULT_EDITOR_SCENE_SUN_LIGHT,\n environmentLight: DEFAULT_EDITOR_SCENE_ENVIRONMENT_LIGHT,\n },\n reduceDocument: (document: TDocument, command: DocumentCommand<TDocument, TPatch>) => reducePlayableEditorSceneDocumentCore(document, command, reducerServices),\n ensureEnvironmentDefaults: (document: TDocument) => ensurePlayableEditorSceneEnvironmentDefaultsCore(document, reducerServices),\n isSelectableHierarchyId: (document: TDocument, id: string) => isEditorSceneSelectableHierarchyId(document, id, { resolveAssetMeshSelectionTarget: resolveEditorSceneAssetMeshSelectionTarget as any }),\n getHierarchyItems: sessionFacade.getHierarchyItems,\n normalizeHierarchyDocument: sessionFacade.normalizeHierarchyDocument,\n createRenamePatch: sessionFacade.createRenamePatch,\n createCreateGroupPatch: sessionFacade.createCreateGroupPatch,\n createCreatePrimitivePatch: sessionFacade.createCreatePrimitivePatch,\n createDeleteSubtreePatch: sessionFacade.createDeleteSubtreePatch,\n createReparentPatch: sessionFacade.createReparentPatch,\n createHierarchyMovePatch: sessionFacade.createHierarchyMovePatch,\n createGroupSelectionPatch: sessionFacade.createGroupSelectionPatch,\n createDuplicateSelectionPatch: sessionFacade.createDuplicateSelectionPatch,\n createPlacedAssetPatch: sessionFacade.createPlacedAssetPatch,\n validateReparent: sessionFacade.validateReparent,\n validateHierarchyMove: sessionFacade.validateHierarchyMove,\n validateGroupSelection: sessionFacade.validateGroupSelection,\n collectSubtreeIds: collectEditorSceneSubtreeIdList,\n createFeatureHierarchyPatch: (document: TDocument, featureId: string) => feature?.createHierarchyPatch?.(document, featureId) ?? null,\n createInspectorPropertyPatch: (input: { document: TDocument; targetId: string; path: string; value: unknown }) => createPlayableEditorSceneInspectorPropertyPatch(input, propertyPatchServices as any),\n patchGameObjectField,\n patchGameObjectsField,\n canCreateSerializedMultiPropertyPatch: sessionFacade.canCreateSerializedMultiPropertyPatch,\n createSerializedMultiPropertyPatch: sessionFacade.createSerializedMultiPropertyPatch,\n createBrowserAssetItems: sessionFacade.createBrowserAssetItems,\n addAssetLibraryItemToDocument: sessionFacade.addAssetLibraryItemToDocument,\n getInspectorObject: (document: TDocument, targetId: string, context: TContext = {} as TContext) => createStandardInspectorObject(assembly, options, markerFacade, document, targetId, context, createDocumentInspectorProperty, findGameObject, extraValidators, feature),\n getInspectorMultiObject: (document: TDocument, targetIds: string[], activeId: string | null, context: TContext = {} as TContext) => createStandardMultiInspectorObject(document, targetIds, activeId, context, featureContributions),\n getPrefabStageInspectorObject: (document: TDocument, descriptor: { assetId: string; label: string; sourceAssetId?: string }, selectedItemId: string | null, context: TContext & EditorScenePrefabStageInspectorContext = {} as TContext & EditorScenePrefabStageInspectorContext) => createEditorScenePrefabStageInspectorObject(document, descriptor, selectedItemId, context, {\n createIdentityTransformComponent: createEditorSceneIdentityTransformComponent,\n mergeLightDefaults: mergeEditorSceneLightDefaults,\n defaultShadowMode: toPrefabShadowMode(options.getRenderingProfile().shadows.defaultMode),\n sunLightId: 'sun_light',\n normalizePrefabAssetFieldValue: normalizeEditorScenePrefabAssetFieldValue,\n validatePrefabAssetFieldValue: validateEditorScenePrefabAssetFieldValue,\n } as PrefabInspectorServices) as InspectorObject<TDocument> | null,\n getRuntimeInspectorSections: (context: { document: TDocument; targetIds?: string[]; activeId: string | null; projectionNode?: unknown | null; projectedRoot?: unknown }) => createEditorSceneRuntimeInspectorSectionsForDocument({ ...context, sourceRef: getEditorSceneAuthoringSourceRef(context.document) }, runtimeInspectorServices),\n createRuntimeInspectorSnapshot: (context: { projectionNode?: unknown | null; projectedRoot?: unknown }) => createEditorSceneRuntimeInspectorSnapshot({ projectedRoot: context.projectedRoot, projectionNode: context.projectionNode ?? null }),\n createDocumentInspectorProperty,\n getMarkerGraph: markerFacade.getMarkerGraph,\n getMarkerTypeCatalog: markerFacade.getMarkerTypeCatalog,\n getRelationTypeCatalog: () => options.relationTypes.map(entry => structuredClone(entry)),\n createMarkerGraphPatch: markerFacade.createMarkerGraphPatch,\n reduceMarkerGraphPatch: markerFacade.reduceMarkerGraphPatch,\n syncMarkerGraphDocument: markerFacade.syncMarkerGraphDocument,\n resolveMarkerKind: markerFacade.resolveMarkerKind,\n assertMaterialAssetIntegrity: assertEditorSceneMaterialAssetIntegrity,\n });\n return assembly;\n}\n\nfunction createSystemDefaultServices<TGameObject extends EditorSceneGameObject>(\n clearFeatureState?: (next: TGameObject, original: TGameObject) => TGameObject,\n): PlayableEditorSceneReducerSystemDefaultServices<TGameObject> {\n const normalize = (base: (gameObject: EditorSceneGameObject) => EditorSceneGameObject) => (gameObject: TGameObject): TGameObject => {\n const next = base(gameObject) as TGameObject;\n return clearFeatureState?.(next, gameObject) ?? next;\n };\n return {\n environmentLightId: 'environment_light',\n sunLightId: 'sun_light',\n horizontalLightAnglePath: 'light.directionHorizontalAngleDeg',\n elevationLightAnglePath: 'light.directionElevationAngleDeg',\n normalizeEnvironmentLightGameObject: gameObject => normalize(value => normalizeEditorSceneSystemLightGameObject(value, 'hemispheric'))(gameObject),\n normalizeSunLightGameObject: gameObject => normalize(value => normalizeEditorSceneSystemLightGameObject(value, 'directional'))(gameObject),\n normalizeCameraGameObject: normalize(normalizeEditorSceneCameraGameObject),\n normalizePlainTransformGameObject: normalize(normalizeEditorScenePlainTransformGameObject),\n createDefaultCameraGameObject: createDefaultEditorSceneCameraGameObject as any,\n createDefaultEnvironmentLightGameObject: createDefaultEditorSceneEnvironmentLightGameObject as any,\n createDefaultSunLightGameObject: createDefaultEditorSceneSunLightGameObject as any,\n mergeCameraDefaults: mergeEditorSceneCameraDefaults as any,\n normalizeCameraAfterFieldPatch: normalizeEditorSceneCameraAfterFieldPatch as any,\n hasInvalidCameraRelationships: hasInvalidEditorSceneCameraRelationships as any,\n mergeLightDefaults: mergeEditorSceneLightDefaults as any,\n };\n}\n\nfunction createReducerServices<TDocument extends EditorSceneDocument, TGameObject extends EditorSceneGameObject, TPatch>(\n options: FpsGameEditorStandardSceneAssemblyOptions<TDocument, TGameObject, TPatch, any, any>,\n markerFacade: PlayableEditorSceneMarkerGraphFacade<TDocument, TPatch>,\n fieldMutationServices: PlayableEditorSceneFieldMutationServices<TDocument, TGameObject>,\n patchGameObjectField: (document: TDocument, targetId: string, path: string, value: unknown) => TDocument,\n patchGameObjectsField: (document: TDocument, targetIds: readonly string[], path: string, value: unknown) => TDocument,\n feature?: FpsGameEditorStandardSceneFeatureContribution<TDocument, TGameObject, TPatch, any>,\n): PlayableEditorSceneReducerCoreServices<TDocument, TGameObject> {\n return {\n ...fieldMutationServices,\n normalizeRootTransformDocument: normalizeEditorSceneRootTransformDocument as any,\n syncMarkerGraphDocument: markerFacade.syncMarkerGraphDocument,\n ensureGameObjectGuids: ensureEditorSceneGameObjectGuids as any,\n normalizeDocumentAfterCommand: (document, command) => feature?.normalizeDocumentAfterCommand?.(document, command as DocumentCommand<TDocument, TPatch>) ?? document,\n patchMaterialAssetField: (document, id, path, value) => patchEditorSceneMaterialAssetField(document as any, id, path, value) as TDocument,\n addMaterialAsset: (document, asset) => addEditorSceneMaterialAsset(document as any, asset as any) as TDocument,\n deleteMaterialAsset: (document, id) => deleteDefaultEditorSceneMaterialAsset(document as any, id) as TDocument,\n addMaterialAssetAndBind: (document, targetId, path, asset) => addEditorSceneMaterialAssetAndBind(document as any, targetId, path, asset as any) as TDocument,\n addPrefabAsset: (document, prefab, source) => addEditorScenePrefabAsset(document as any, prefab as any, source as any) as TDocument,\n patchPrefabAssetField: (document, assetId, path, value) => patchEditorScenePrefabAssetField(document as any, assetId, path, value) as TDocument,\n replacePrefabAsset: (document, assetId, prefab) => replaceEditorScenePrefabAsset(document as any, assetId, prefab as any) as TDocument,\n addMaterialAssetAndBindPrefabOverride: (document, assetId, path, asset) => addEditorSceneMaterialAssetAndBindPrefabOverride(document as any, assetId, path, asset as any) as TDocument,\n patchGameObjectField,\n patchGameObjectsField,\n reduceExtensionPatch: ({ document, patch, command }) => {\n if (patch.kind === 'game-object.field-batch' && Array.isArray(patch.fields)) {\n return (patch.fields as Array<{ targetId: string; path: string; value: unknown }>).reduce(\n (next, field) => patchGameObjectsField(next, [field.targetId], field.path, field.value),\n document,\n );\n }\n return feature?.reducePatch?.({ document, patch, command: command as DocumentCommand<TDocument, TPatch> }) ?? null;\n },\n isCustomFieldPatchPath: feature?.isInspectorPatchPath,\n reduceMarkerGraphPatch: (document, command) => markerFacade.reduceMarkerGraphPatch(document, command as PlayableLocalEditorMarkerGraphCommand),\n isDirectionalLightAnglePath: isEditorSceneLightDirectionAnglePath,\n validateSerializedPropertyField: input => fieldMutationServices.validateField(input.document, input.gameObject as TGameObject, input.path, input.value),\n createGameObjectGuid: createEditorSceneGameObjectGuid,\n createUniqueId: createUniqueEditorSceneGameObjectId,\n resolveLocalTransform: ({ document, parentId, worldTransform }) => toEditorSceneLocalTransformForParent(document, parentId ?? undefined, worldTransform),\n resolveRootContainerId: resolveEditorSceneRootContainerId,\n ensureDefaultMaterialAssets: ensureDefaultEditorSceneMaterialAssets as any,\n reconcileMaterialSlotReimportBindings: reconcileEditorSceneMaterialSlotReimportBindings as any,\n ensureImportedMaterialDefaults: ensureImportedEditorSceneMaterialDefaults as any,\n };\n}\n\nfunction createPropertyPatchServices<TDocument extends EditorSceneDocument, TGameObject extends EditorSceneGameObject, TPatch>(\n options: FpsGameEditorStandardSceneAssemblyOptions<TDocument, TGameObject, TPatch, any, any>,\n markerFacade: PlayableEditorSceneMarkerGraphFacade<TDocument, TPatch>,\n fieldMutationServices: PlayableEditorSceneFieldMutationServices<TDocument, TGameObject>,\n findGameObject: (document: TDocument, id: string | null | undefined) => TGameObject | null,\n normalizeValue: (path: string, value: unknown) => unknown,\n validateValue: (document: TDocument, gameObject: TGameObject, path: string, value: unknown) => InspectorValidationResult,\n feature?: FpsGameEditorStandardSceneFeatureContribution<TDocument, TGameObject, TPatch, any>,\n): PlayableEditorScenePropertyPatchServices<TDocument, TGameObject, TPatch, any> {\n return {\n fieldMutationOptions: createPlayableEditorSceneFieldMutationOptions(fieldMutationServices),\n findGameObject,\n normalizeValue,\n validateValue,\n blockFieldPatch: (document, targetId, path, value) => isBlockedPlayableEditorSceneSystemFieldPatch(document, targetId, path, value, fieldMutationServices),\n isRootTransformPath: isEditorSceneRootTransformPath,\n resolveAssetMeshSelectionTarget: resolveEditorSceneAssetMeshSelectionTarget as any,\n isAssetMeshWritablePath: isEditorSceneAssetMeshWritablePath,\n parseDuplicateMaterialAssetValue: parseEditorSceneDuplicateMaterialAssetValue,\n isMaterialBindingPath: isEditorSceneMaterialBindingPath,\n isMaterialBindingPathAllowed: (gameObject, path) => isEditorSceneMaterialBindingPath(path) && (!!options.resolveFieldSchema?.(path, readNodeKind(gameObject)) || path.startsWith('overrides.materialSlotBindings.')),\n findMaterialAssetName: (document, id) => findEditorSceneMaterialAsset(document as any, id)?.name ?? null,\n parseMaterialAssetFieldPath: parseEditorSceneMaterialAssetFieldPath,\n normalizeMaterialAssetValue: normalizeEditorSceneMaterialAssetValue,\n hasMaterialAsset: hasEditorSceneMaterialAsset as any,\n validateMaterialAssetFieldValue: validateEditorSceneMaterialAssetFieldValue,\n collectMaterialAssetBindingIds: collectEditorSceneMaterialAssetBindingIds as any,\n isMarkerGameObject: isEditorSceneMarkerGameObject as any,\n createMarkerTargetUpdateCommand: markerFacade.createMarkerTargetUpdateCommand,\n createMarkerTypeUpdateCommand: markerFacade.createMarkerTypeUpdateCommand,\n createMarkerGraphPatch: options.createPatch.markerGraph as any,\n isDirectionalLightAnglePath: isEditorSceneLightDirectionAnglePath,\n createDirectionalLightPatch: options.createPatch.gameObjectField,\n patchDirectionalLightAngleField: (document, targetId, path, value) => patchPlayableEditorSceneDirectionalLightAngleField(document, targetId, path, value, fieldMutationServices),\n createCustomInspectorPropertyPatch: ({ document, gameObject, path, value }) => feature?.createInspectorPropertyPatch?.({\n document,\n gameObject,\n path,\n value,\n collectChangedIds: () => collectEditorSceneSubtreeIdList(document, [gameObject.id]),\n }) as any ?? null,\n patchCustomGameObjectField: feature?.patchGameObjectField,\n patchCustomGameObjectsField: feature?.patchGameObjectsField,\n normalizeAfterFieldPatch: (document, targetId, path, value) => feature?.normalizeAfterFieldPatch?.(document, targetId, path, value) ?? document,\n isProjectionShapePath: isStandardProjectionPath,\n isArtistMaterialPatchPath: isEditorSceneArtistMaterialPatchPath,\n isCustomProjectionPath: feature?.isProjectionPath,\n collectChangedIdsForFieldPath: (document, targetId, path) => path.startsWith('transform.') ? collectEditorSceneSubtreeIdList(document, [targetId]) : [targetId],\n createGameObjectFieldPatch: options.createPatch.gameObjectField,\n createMaterialAssetFieldPatch: options.createPatch.materialAssetField,\n };\n}\n\nfunction createHierarchyFacade<TDocument extends EditorSceneDocument, TGameObject extends EditorSceneGameObject, TPatch>(\n markerFacade: PlayableEditorSceneMarkerGraphFacade<TDocument, TPatch>,\n) {\n return createPlayableEditorSceneHierarchyFacade<TDocument, TGameObject, TPatch>({\n findGameObject: (document, id) => id ? findEditorSceneGameObject(document, id) as TGameObject | null : null,\n resolveRootContainerId: resolveEditorSceneRootContainerId,\n isProtectedSystemGameObject: isProtectedSystemGameObject as any,\n isProtectedSystemGameObjectId: isProtectedSystemGameObjectId as any,\n decorateHierarchyItem: ({ item, gameObject }) => gameObject && isEditorSceneMarkerGameObject(gameObject)\n ? { ...item, role: 'marker', icon: 'view-overlay', canHaveChildren: false }\n : item,\n collectHierarchyItemChildren: ({ gameObject, document }) => {\n if (readNodeKind(gameObject) === 'primitive') return [];\n return collectEditorSceneChildMaterialSlots(document as any, gameObject as any).map((slot: any, index: number): SceneGraphTreeItem => ({\n id: createEditorSceneAssetMeshSelectionId(gameObject.id, getEditorSceneSlotSelectionKey(slot)),\n label: slot.label || formatEditorSceneMaterialSlotLabel(slot.ownerNodePath, index, getArtistMaterialInspectorText(readArtistMaterialInspectorLanguage(gameObject))),\n parentId: gameObject.id,\n role: 'object',\n icon: 'material-slot',\n selectable: true,\n protected: false,\n canHaveChildren: false,\n renamable: false,\n deletable: false,\n draggable: false,\n }));\n },\n });\n}\n\nfunction createStandardInspectorObject<TDocument extends EditorSceneDocument, TGameObject extends EditorSceneGameObject, TPatch, TAssetItem extends EditorSceneAssetLibraryItem, TContext extends { textureAssets?: readonly { id: string; label: string; url: string; meta?: string }[] }>(\n assembly: FpsGameEditorStandardSceneAssembly<TDocument, TGameObject, TPatch, TAssetItem, TContext>,\n options: FpsGameEditorStandardSceneAssemblyOptions<TDocument, TGameObject, TPatch, TAssetItem, TContext>,\n markerFacade: PlayableEditorSceneMarkerGraphFacade<TDocument, TPatch>,\n document: TDocument,\n targetId: string,\n context: TContext,\n createDocumentInspectorProperty: FpsGameEditorStandardSceneAssembly<TDocument, TGameObject, TPatch, TAssetItem, TContext>['createDocumentInspectorProperty'],\n findGameObject: (document: TDocument, id: string | null | undefined) => TGameObject | null,\n extraValidators: () => ReadonlyArray<EditorSceneFieldInspectorExtraValidator<TDocument, EditorSceneNodeKind>>,\n feature?: FpsGameEditorStandardSceneFeatureContribution<TDocument, TGameObject, TPatch, TContext>,\n): InspectorObject<TDocument> | null {\n return createPlayableEditorSceneInspectorObject({\n document,\n targetId,\n context,\n resolveAssetMeshSelectionTarget: resolveEditorSceneAssetMeshSelectionTarget as any,\n createAssetMeshInspectorSections: (targetDocument: TDocument, target: any, targetContext: TContext) => createEditorSceneAssetMeshInspectorSections(targetDocument as any, target as any, targetContext as any) as InspectorSection<TDocument>[],\n findGameObject,\n readNodeKind,\n isMarkerGameObject: isEditorSceneMarkerGameObject as any,\n createInspectorSections: (targetDocument: TDocument, gameObject: TGameObject, targetContext: TContext) => {\n const nodeKind = readNodeKind(gameObject);\n return createPlayableEditorSceneInspectorSections({\n document: targetDocument,\n gameObject,\n context: targetContext,\n nodeKind,\n isCameraGameObject,\n isLightGameObject,\n isMarkerGameObject: isEditorSceneMarkerGameObject as any,\n createBaseSections: () => createEditorSceneDocumentInspectorSections({\n document: targetDocument,\n gameObject,\n nodeKind,\n extraValidators: extraValidators(),\n rootTransform: EDITOR_SCENE_ROOT_TRANSFORM,\n renderingProfile: options.getRenderingProfile() as any,\n }) as InspectorSection<TDocument>[],\n createCustomSections: () => feature?.createInspectorSections?.({\n document: targetDocument,\n gameObject,\n nodeKind,\n context: targetContext,\n createDocumentInspectorProperty,\n }) ?? [],\n createCameraSection: () => createEditorSceneCameraInspectorSection({\n nodeKind,\n camera: gameObject.camera,\n rig: mergeEditorSceneCameraDefaults(gameObject.camera) as any,\n createDocumentInspectorProperty,\n }) as InspectorSection<TDocument>,\n createLightSections: () => createEditorSceneLightInspectorSections({\n nodeKind,\n gameObject,\n light: mergeEditorSceneLightDefaults(gameObject.light, gameObject.id === 'environment_light' ? 'hemispheric' : 'directional'),\n createDocumentInspectorProperty,\n normalizeValue: (path, value) => feature?.normalizeInspectorValue?.(path, value) ?? normalizeEditorScenePlayableInspectorValue(path, value),\n defaultEnvironmentGroundColor: DEFAULT_EDITOR_SCENE_ENVIRONMENT_LIGHT.groundColor,\n renderingProfile: options.getRenderingProfile() as any,\n }) as InspectorSection<TDocument>[],\n createMarkerSection: () => isEditorSceneMarkerGameObject(gameObject) ? createPlayableEditorSceneMarkerInspectorSection({\n document: targetDocument,\n gameObject,\n nodeKind,\n markerTypeCatalog: markerFacade.getMarkerTypeCatalog(targetDocument),\n resolveMarkerKind: (_document: unknown, marker: { type: string; kind?: string }) => markerFacade.resolveMarkerKind(targetDocument, marker.type, marker.kind),\n isMarkerGameObject: isEditorSceneMarkerGameObject as any,\n formatMarkerTypeLabel: options.formatMarkerTypeLabel ?? ((_type, fallback) => fallback),\n createDocumentInspectorProperty,\n } as any) as unknown as InspectorSection<TDocument> : null,\n createPrefabInstanceSection: () => createPrefabInstanceInspectorSection(targetDocument as any, gameObject as any) as InspectorSection<TDocument> | null,\n createMaterialSections: () => createArtistMaterialInspectorSections(targetDocument as any, gameObject as any, nodeKind, targetContext as any, {\n createDocumentInspectorProperty,\n } as MaterialInspectorServices) as InspectorSection<TDocument>[],\n createOutlineSection: () => createPlayableEditorSceneOutlineInspectorSection({\n nodeKind,\n outline: (gameObject.overrides as { outline?: unknown } | undefined)?.outline,\n createDocumentInspectorProperty,\n }),\n } as any) as InspectorSection<TDocument>[];\n },\n } as any) as InspectorObject<TDocument> | null;\n}\n\nfunction createStandardMultiInspectorObject<TDocument extends EditorSceneDocument, TGameObject extends EditorSceneGameObject, TPatch, TContext>(\n document: TDocument,\n targetIds: string[],\n activeId: string | null,\n context: TContext,\n features: readonly FpsGameEditorStandardSceneFeatureContribution<TDocument, TGameObject, TPatch, TContext>[],\n): InspectorObject<TDocument> | null {\n let extraSection: InspectorSection<TDocument> | null = null;\n let fallbackTargetIds: string[] = [];\n for (const feature of features) {\n const section = feature.createMultiInspectorSection?.({ document, targetIds, activeId, context }) ?? null;\n if (!section) continue;\n extraSection = section;\n fallbackTargetIds = feature.resolveMultiInspectorTargetIds?.(document, targetIds) ?? [];\n break;\n }\n return createPlayableEditorSceneInspectorMultiObject({\n document,\n selectedIds: targetIds,\n activeId,\n extraSection,\n resolveFallbackTargetIds: () => fallbackTargetIds,\n formatFallbackLabel: ids => `${ids.length} Objects`,\n fallbackSelectionKind: 'transform',\n });\n}\n\nfunction validateProjectFieldSchema(\n schema: EditorSceneFieldSchemaEntry | null,\n path: string,\n value: unknown,\n): InspectorValidationResult | null {\n if (!schema) return null;\n if (value == null && schema.allowDelete === false) {\n return {\n ok: false,\n message: `Scene node field cannot be deleted: ${path}.`,\n };\n }\n if (!schema.validate(value)) {\n return {\n ok: false,\n message: `Invalid value for scene node field: ${path}.`,\n };\n }\n return { ok: true, value };\n}\n\nfunction mergeMarkerTypeCatalog(\n builtIns: readonly SpatialMarkerTypeDefinition[],\n graph?: SpatialMarkerGraph | null,\n): SpatialMarkerTypeDefinition[] {\n return getEditorSceneMarkerTypeCatalogFromGraph(graph, { builtInMarkerTypes: builtIns });\n}\n\nconst readNodeKind = readEditorSceneNodeKind;\n\nfunction isStandardProjectionPath(path: string): boolean {\n return path.startsWith('shadow.')\n || path === 'transformType'\n || path.startsWith('rendering.')\n || path.startsWith('primitive.')\n || path.startsWith('camera.')\n || path.startsWith('light.');\n}\n\nfunction isStandardSerializedMultiFieldPath<TDocument extends EditorSceneDocument, TGameObject extends EditorSceneGameObject, TPatch, TContext>(\n path: string,\n feature?: FpsGameEditorStandardSceneFeatureContribution<TDocument, TGameObject, TPatch, TContext>,\n): boolean {\n return path === 'enabled'\n || path === 'metadata.shadowInspectorLanguage'\n || path === 'shadow.cast'\n || path === 'shadow.receive'\n || path === 'shadow.mode'\n || path === 'shadow.quality'\n || feature?.isSerializedMultiFieldPath?.(path) === true;\n}\n\nfunction isStandardSerializedMultiProjectionPath<TDocument extends EditorSceneDocument, TGameObject extends EditorSceneGameObject, TPatch, TContext>(\n path: string,\n feature?: FpsGameEditorStandardSceneFeatureContribution<TDocument, TGameObject, TPatch, TContext>,\n): boolean {\n return path === 'shadow.cast'\n || path === 'shadow.receive'\n || path === 'shadow.mode'\n || path === 'shadow.quality'\n || feature?.isSerializedMultiProjectionPath?.(path) === true;\n}\n\nfunction getStandardSerializedMultiProbeValue<TDocument extends EditorSceneDocument, TGameObject extends EditorSceneGameObject, TPatch, TContext>(\n path: string,\n feature?: FpsGameEditorStandardSceneFeatureContribution<TDocument, TGameObject, TPatch, TContext>,\n): unknown {\n if (path === 'enabled') return false;\n if (path === 'shadow.cast' || path === 'shadow.receive' || path === 'shadow.mode') return 'none';\n if (path === 'shadow.quality') return 'medium';\n if (path === 'metadata.shadowInspectorLanguage') return 'en';\n return feature?.getSerializedMultiProbeValue?.(path);\n}\n\nfunction toPrefabShadowMode(value: string): string {\n return value === 'planar' ? 'projected' : value;\n}\n\nfunction readDirectStandardSceneFeatureContribution<\n TDocument extends EditorSceneDocument,\n TGameObject extends EditorSceneGameObject,\n TPatch,\n TContext,\n>(value: unknown): FpsGameEditorStandardSceneFeatureContribution<TDocument, TGameObject, TPatch, TContext> | null {\n if (!value || typeof value !== 'object' || Array.isArray(value)) return null;\n const contribution = value as FpsGameEditorStandardSceneFeatureContribution<TDocument, TGameObject, TPatch, TContext>;\n const contributionHooks: Array<keyof FpsGameEditorStandardSceneFeatureContribution<TDocument, TGameObject, TPatch, TContext>> = [\n 'normalizeInspectorValue',\n 'validateInspectorField',\n 'isInspectorPatchPath',\n 'isProjectionPath',\n 'normalizeDocumentAfterCommand',\n 'normalizeAfterFieldPatch',\n 'fieldMutation',\n 'createInspectorPropertyPatch',\n 'patchGameObjectField',\n 'patchGameObjectsField',\n 'reducePatch',\n 'createHierarchyPatch',\n 'createInspectorSections',\n 'createMultiInspectorSection',\n 'resolveMultiInspectorTargetIds',\n 'isSerializedMultiFieldPath',\n 'isSerializedMultiProjectionPath',\n 'getSerializedMultiProbeValue',\n 'canPatchSerializedMultiField',\n ];\n return contributionHooks.some(key => contribution[key] != null) ? contribution : null;\n}\n\nfunction composeStandardSceneFeatureContributions<\n TDocument extends EditorSceneDocument,\n TGameObject extends EditorSceneGameObject,\n TPatch,\n TContext,\n>(\n contributions: readonly FpsGameEditorStandardSceneFeatureContribution<TDocument, TGameObject, TPatch, TContext>[],\n): FpsGameEditorStandardSceneFeatureContribution<TDocument, TGameObject, TPatch, TContext> | undefined {\n if (contributions.length === 0) return undefined;\n const firstResult = <T>(read: (contribution: FpsGameEditorStandardSceneFeatureContribution<TDocument, TGameObject, TPatch, TContext>) => T | null | undefined): T | null => {\n for (const contribution of contributions) {\n const result = read(contribution);\n if (result != null) return result;\n }\n return null;\n };\n return {\n normalizeInspectorValue(path, value) {\n for (const contribution of contributions) {\n const result = contribution.normalizeInspectorValue?.(path, value);\n if (result !== undefined) return result;\n }\n return undefined;\n },\n validateInspectorField: input => firstResult(contribution => contribution.validateInspectorField?.(input)),\n isInspectorPatchPath: path => contributions.some(contribution => contribution.isInspectorPatchPath?.(path)),\n isProjectionPath: path => contributions.some(contribution => contribution.isProjectionPath?.(path)),\n normalizeDocumentAfterCommand: (document, command) => contributions.reduce(\n (next, contribution) => contribution.normalizeDocumentAfterCommand?.(next, command) ?? next,\n document,\n ),\n normalizeAfterFieldPatch: (document, targetId, path, value) => contributions.reduce(\n (next, contribution) => contribution.normalizeAfterFieldPatch?.(next, targetId, path, value) ?? next,\n document,\n ),\n fieldMutation: composeStandardSceneFieldMutations(contributions),\n createInspectorPropertyPatch: input => firstResult(contribution => contribution.createInspectorPropertyPatch?.(input)),\n patchGameObjectField: input => firstResult(contribution => contribution.patchGameObjectField?.(input)),\n patchGameObjectsField: input => firstResult(contribution => contribution.patchGameObjectsField?.(input)),\n reducePatch: input => firstResult(contribution => contribution.reducePatch?.(input)),\n createHierarchyPatch: (document, featureId) => firstResult(contribution => contribution.createHierarchyPatch?.(document, featureId)),\n createInspectorSections: input => contributions.flatMap(contribution => contribution.createInspectorSections?.(input) ?? []),\n isSerializedMultiFieldPath: path => contributions.some(contribution => contribution.isSerializedMultiFieldPath?.(path)),\n isSerializedMultiProjectionPath: path => contributions.some(contribution => contribution.isSerializedMultiProjectionPath?.(path)),\n getSerializedMultiProbeValue(path) {\n for (const contribution of contributions) {\n const result = contribution.getSerializedMultiProbeValue?.(path);\n if (result !== undefined) return result;\n }\n return undefined;\n },\n canPatchSerializedMultiField: input => contributions.every(\n contribution => contribution.canPatchSerializedMultiField?.(input) !== false,\n ),\n };\n}\n\nfunction composeStandardSceneFieldMutations<\n TDocument extends EditorSceneDocument,\n TGameObject extends EditorSceneGameObject,\n TPatch,\n TContext,\n>(\n contributions: readonly FpsGameEditorStandardSceneFeatureContribution<TDocument, TGameObject, TPatch, TContext>[],\n): FpsGameEditorStandardSceneFeatureContribution<TDocument, TGameObject, TPatch, TContext>['fieldMutation'] {\n const mutations = contributions.flatMap(contribution => contribution.fieldMutation ? [contribution.fieldMutation] : []);\n if (mutations.length === 0) return undefined;\n return {\n isCustomTransformType: (value): value is string => mutations.some(mutation => mutation.isCustomTransformType?.(value)),\n applyCustomTransformType(gameObject, transformType) {\n for (const mutation of mutations) mutation.clearCustomTransformState?.(gameObject, transformType);\n for (const mutation of mutations) mutation.applyCustomTransformType?.(gameObject, transformType);\n },\n clearCustomTransformState(gameObject, transformType) {\n for (const mutation of mutations) mutation.clearCustomTransformState?.(gameObject, transformType);\n },\n patchCustomTransformField(gameObject, path, value) {\n for (const mutation of mutations) {\n if (mutation.patchCustomTransformField?.(gameObject, path, value)) return true;\n }\n return false;\n },\n };\n}\n"]}
|
|
1
|
+
{"version":3,"file":"standard-scene-assembly.js","sourceRoot":"","sources":["../../src/product/standard-scene-assembly.ts"],"names":[],"mappings":"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","sourcesContent":["import type {\n DocumentCommand,\n InspectorObject,\n InspectorProperty,\n InspectorSection,\n InspectorValidationResult,\n SceneGraphTreeItem,\n EditorCoreMarkerGraphCommand,\n EditorSceneFieldSchemaEntry,\n} from '@fps-games/editor-core';\nimport {\n getEditorSceneMarkerTypeCatalogFromGraph,\n} from '@fps-games/editor-core';\nimport type {\n EditorDiagnostic,\n EditorDiagnosticLocator,\n SpatialMarkerGraph,\n SpatialMarkerTypeDefinition,\n SpatialRelationTypeDefinition,\n} from '@fps-games/editor-protocol';\nimport {\n addEditorSceneMaterialAsset,\n addEditorSceneMaterialAssetAndBind,\n assertEditorSceneMaterialAssetIntegrity,\n collectEditorSceneMaterialAssetBindingIds,\n createArtistMaterialInspectorSections,\n createEditorSceneAssetMeshInspectorSections,\n createEditorSceneMaterialBrowserAssetItems,\n deleteDefaultEditorSceneMaterialAsset,\n ensureDefaultEditorSceneMaterialAssets,\n ensureImportedEditorSceneMaterialDefaults,\n findEditorSceneMaterialAsset,\n formatEditorSceneMaterialSlotLabel,\n getArtistMaterialInspectorText,\n hasEditorSceneMaterialAsset,\n isEditorSceneArtistMaterialPatchPath,\n isEditorSceneMaterialBindingPath,\n normalizeEditorSceneMaterialAssetValue,\n parseEditorSceneDuplicateMaterialAssetValue,\n parseEditorSceneMaterialAssetFieldPath,\n readArtistMaterialInspectorLanguage,\n reconcileEditorSceneMaterialSlotReimportBindings,\n validateEditorSceneMaterialAssetFieldValue,\n type ArtistMaterialInspectorText,\n type EditorSceneAssetMeshSelectionTarget,\n type MaterialInspectorServices,\n collectEditorSceneChildMaterialSlots,\n createEditorSceneAssetMeshSelectionId,\n createTexturePickerControlOptions,\n findEditorSceneInspectorTextureAssetFromContext,\n getEditorSceneSlotSelectionKey,\n resolveEditorSceneAssetMeshSelectionTarget,\n isEditorSceneAssetMeshWritablePath,\n patchEditorSceneMaterialAssetField,\n} from '../material-binding/index';\nimport {\n addEditorScenePrefabAsset,\n addEditorSceneMaterialAssetAndBindPrefabOverride,\n createEditorScenePrefabBrowserAssetItems,\n resolveEditorScenePrefabInstanceMarkers,\n resolveEditorScenePrefabStageMarkers,\n createEditorScenePrefabStageInspectorObject,\n createPrefabInstanceInspectorSection,\n normalizeEditorScenePrefabAssetFieldValue,\n normalizeEditorScenePrimitiveShape,\n patchEditorScenePrefabAssetField,\n replaceEditorScenePrefabAsset,\n validateEditorScenePrefabAssetFieldValue,\n type EditorScenePrefabStageInspectorContext,\n type PrefabStageInspectorServices,\n} from '../prefab-stage/index';\nimport {\n createPlayableEditorSceneMarkerGraphFacade,\n isEditorSceneMarkerGameObject,\n type PlayableEditorSceneMarkerGraphFacade,\n} from '../marker-scene/index';\nimport {\n createPlayableEditorSceneHierarchyFacade,\n createPlayableEditorSceneFieldMutationOptions,\n createPlayableEditorSceneObjectCommandFacade,\n collectEditorSceneSubtreeIdList,\n createEditorSceneGameObjectGuid,\n createUniqueEditorSceneGameObjectId,\n ensureEditorSceneGameObjectGuids,\n findEditorSceneGameObject,\n isEditorSceneCameraGameObject as isCameraGameObject,\n isEditorSceneLightGameObject as isLightGameObject,\n isEditorSceneProtectedSystemGameObject as isProtectedSystemGameObject,\n isEditorSceneProtectedSystemGameObjectId as isProtectedSystemGameObjectId,\n isEditorSceneRootTransformPath,\n isEditorSceneSelectableHierarchyId,\n normalizeEditorSceneRootTransformDocument,\n resolveEditorSceneRootContainerId,\n toEditorSceneLocalTransformForParent,\n type PlayableEditorSceneObjectCommandServices,\n} from '../session/index';\nimport {\n createEditorSceneDocumentInspectorProperty,\n createEditorSceneDocumentInspectorSections,\n createPlayableEditorSceneInspectorMultiObject,\n createPlayableEditorSceneInspectorObject,\n createPlayableEditorSceneInspectorSections,\n createPlayableEditorSceneMarkerInspectorSection,\n createPlayableEditorSceneOutlineInspectorSection,\n createEditorSceneCameraInspectorSection,\n createEditorSceneLightInspectorSections,\n createEditorScenePlayableFieldInspectorExtraValidator,\n createEditorSceneRuntimeInspectorSectionsForDocument,\n createEditorSceneRuntimeInspectorSnapshot,\n normalizeEditorScenePlayableInspectorValue,\n validateEditorSceneFieldInspectorValue,\n type EditorSceneFieldInspectorExtraValidator,\n type EditorSceneRuntimeDocumentInspectorServices,\n type EditorSceneRuntimeInspectorSnapshot,\n} from '../inspector/index';\nimport {\n} from '../serialized-property/index';\nimport {\n createPlayableEditorSceneInspectorPropertyPatch,\n patchPlayableEditorSceneGameObjectFieldWithServices,\n patchPlayableEditorSceneGameObjectsFieldWithServices,\n type PlayableEditorSceneInspectorPropertyPatchResult,\n type PlayableEditorScenePropertyPatchServices,\n} from '../session/property-patches';\nimport { createFpsGameEditorDeclarativeGroundDecalSceneFeature } from './ground-decal-scene-feature';\nimport {\n createPlayableEditorSceneSessionFacade,\n type PlayableEditorSceneSessionFacade,\n} from './scene-session';\nimport {\n ensurePlayableEditorSceneEnvironmentDefaultsCore,\n patchPlayableEditorSceneDirectionalLightAngleField,\n isBlockedPlayableEditorSceneSystemFieldPatch,\n reducePlayableEditorSceneDocumentCore,\n type PlayableEditorSceneFieldMutationServices,\n type PlayableEditorSceneReducerCoreServices,\n type PlayableEditorSceneReducerSystemDefaultServices,\n} from '../session/reducer-core';\nimport {\n DEFAULT_EDITOR_SCENE_CAMERA,\n DEFAULT_EDITOR_SCENE_ENVIRONMENT_LIGHT,\n DEFAULT_EDITOR_SCENE_SUN_LIGHT,\n createDefaultEditorSceneCameraGameObject,\n createDefaultEditorSceneEnvironmentLightGameObject,\n createDefaultEditorSceneSunLightGameObject,\n createEditorSceneIdentityTransformComponent,\n hasInvalidEditorSceneCameraRelationships,\n mergeEditorSceneCameraDefaults,\n mergeEditorSceneLightDefaults,\n normalizeEditorSceneCameraAfterFieldPatch,\n normalizeEditorSceneCameraGameObject,\n normalizeEditorScenePlainTransformGameObject,\n normalizeEditorSceneSystemLightGameObject,\n} from '../session/system-defaults';\nimport {\n createEditorSceneReadonlyInspectorProperty,\n} from '../inspector/readonly';\nimport {\n getEditorSceneAuthoringSourceRef,\n} from '../authoring/source';\nimport {\n isEditorSceneLightDirectionAnglePath,\n} from '../inspector/light-fields';\nimport {\n EDITOR_SCENE_ROOT_TRANSFORM,\n type PlayableEditorSceneDocumentPatch,\n} from '../session/index';\nimport {\n type EditorSceneAsset,\n type EditorSceneAssetLibraryItem,\n type EditorSceneDocument,\n type EditorSceneGameObject,\n type EditorSceneNodeKind,\n readEditorSceneNodeKind,\n} from '../document/index';\ntype PlayableLocalEditorMarkerGraphCommand = EditorCoreMarkerGraphCommand;\n\nexport interface FpsGameEditorStandardSceneFeatureContribution<\n TDocument extends EditorSceneDocument,\n TGameObject extends EditorSceneGameObject,\n TPatch,\n TContext,\n> {\n normalizeInspectorValue?: (path: string, value: unknown) => unknown;\n validateInspectorField?: (input: {\n document: TDocument | null;\n gameObject: TGameObject | null;\n path: string;\n value: unknown;\n }) => InspectorValidationResult | null;\n isInspectorPatchPath?: (path: string) => boolean;\n isProjectionPath?: (path: string) => boolean;\n normalizeDocumentAfterCommand?: (document: TDocument, command: DocumentCommand<TDocument, TPatch>) => TDocument;\n normalizeAfterFieldPatch?: (document: TDocument, targetId: string, path: string, value: unknown) => TDocument;\n fieldMutation?: Partial<Pick<\n PlayableEditorSceneFieldMutationServices<TDocument, TGameObject>,\n 'isCustomTransformType' | 'applyCustomTransformType' | 'clearCustomTransformState' | 'patchCustomTransformField'\n >>;\n createInspectorPropertyPatch?: (input: {\n document: TDocument;\n gameObject: TGameObject;\n path: string;\n value: unknown;\n collectChangedIds: () => string[];\n }) => PlayableEditorSceneInspectorPropertyPatchResult<TPatch> | null;\n patchGameObjectField?: (input: {\n document: TDocument;\n targetId: string;\n path: string;\n value: unknown;\n }) => TDocument | null;\n patchGameObjectsField?: (input: {\n document: TDocument;\n targetIds: readonly string[];\n path: string;\n value: unknown;\n patchSingle: (document: TDocument, targetId: string, path: string, value: unknown) => TDocument;\n }) => TDocument | null;\n reducePatch?: (input: {\n document: TDocument;\n patch: Record<string, unknown>;\n command: DocumentCommand<TDocument, TPatch>;\n }) => TDocument | null;\n createHierarchyPatch?: (document: TDocument, featureId: string) => FpsGameEditorStandardScenePatchResult<TPatch> | null;\n createInspectorSections?: (input: {\n document: TDocument;\n gameObject: TGameObject;\n nodeKind: EditorSceneNodeKind;\n context: TContext;\n createDocumentInspectorProperty: FpsGameEditorStandardSceneAssembly<TDocument, TGameObject, TPatch, EditorSceneAssetLibraryItem, TContext>['createDocumentInspectorProperty'];\n }) => Array<InspectorSection<TDocument> | null | undefined>;\n createMultiInspectorSection?: (input: {\n document: TDocument;\n targetIds: string[];\n activeId: string | null;\n context: TContext;\n }) => InspectorSection<TDocument> | null;\n resolveMultiInspectorTargetIds?: (document: TDocument, targetIds: readonly string[]) => string[];\n isSerializedMultiFieldPath?: (path: string) => boolean;\n isSerializedMultiProjectionPath?: (path: string) => boolean;\n getSerializedMultiProbeValue?: (path: string) => unknown;\n canPatchSerializedMultiField?: (input: {\n document: TDocument;\n targetId: string;\n path: string;\n value: unknown;\n }) => boolean;\n}\n\nexport interface FpsGameEditorStandardSceneAssemblyOptions<\n TDocument extends EditorSceneDocument,\n TGameObject extends EditorSceneGameObject,\n TPatch,\n TAssetItem extends EditorSceneAssetLibraryItem,\n TContext extends { textureAssets?: readonly { id: string; label: string; url: string; meta?: string }[] } = {\n textureAssets?: readonly { id: string; label: string; url: string; meta?: string }[];\n },\n> {\n markerTypes: readonly SpatialMarkerTypeDefinition[];\n relationTypes: readonly SpatialRelationTypeDefinition[];\n formatMarkerTypeLabel?: (type: string, fallback: string) => string;\n getRenderingProfile: () => { shadows: { defaultMode: string } };\n resolveFieldSchema?: (path: string, nodeKind: EditorSceneNodeKind) => EditorSceneFieldSchemaEntry | null;\n features?: readonly { id: string; config: unknown; scene?: unknown }[];\n resolveFeatureSceneContribution?: (\n feature: { id: string; config: unknown; scene?: unknown },\n ) => FpsGameEditorStandardSceneFeatureContribution<TDocument, TGameObject, TPatch, TContext> | null;\n createPatch: {\n gameObjectField(targetId: string, path: string, value: unknown): TPatch;\n gameObjectFieldBatch(fields: Array<{ targetId: string; path: string; value: unknown }>): TPatch;\n materialAssetField(materialAssetId: string, path: string, value: unknown): TPatch;\n markerGraph(command: PlayableLocalEditorMarkerGraphCommand): TPatch;\n };\n clearFeatureStateFromSystemObject?: (next: TGameObject, original: TGameObject) => TGameObject;\n}\n\nexport interface FpsGameEditorStandardScenePatchResult<TPatch> {\n patch: TPatch;\n label: string;\n changedId?: string;\n changedIds: string[];\n reprojectIds?: string[];\n createdId?: string;\n selectId?: string | null;\n}\n\nexport function resolveFpsGameEditorFeatureSceneContribution<\n TDocument extends EditorSceneDocument,\n TGameObject extends EditorSceneGameObject,\n TPatch,\n TContext,\n>(\n feature: { id: string; config: unknown; scene?: unknown },\n getDocumentInspectorPropertyFactory?: () => unknown,\n): FpsGameEditorStandardSceneFeatureContribution<TDocument, TGameObject, TPatch, TContext> | null {\n if (!feature.scene || typeof feature.scene !== 'object' || Array.isArray(feature.scene)) return null;\n const descriptor = feature.scene as { kind?: unknown; contribution?: unknown };\n if (descriptor.kind !== feature.id) return null;\n const direct = readDirectStandardSceneFeatureContribution<TDocument, TGameObject, TPatch, TContext>(descriptor.contribution);\n if (direct) return direct;\n return getDocumentInspectorPropertyFactory\n ? createFpsGameEditorDeclarativeGroundDecalSceneFeature<TPatch>(feature as any, getDocumentInspectorPropertyFactory) as any\n : null;\n}\n\nexport interface FpsGameEditorStandardSceneAssembly<\n TDocument extends EditorSceneDocument,\n TGameObject extends EditorSceneGameObject,\n TPatch,\n TAssetItem extends EditorSceneAssetLibraryItem,\n TContext,\n> {\n defaults: {\n camera: typeof DEFAULT_EDITOR_SCENE_CAMERA;\n sunLight: typeof DEFAULT_EDITOR_SCENE_SUN_LIGHT;\n environmentLight: typeof DEFAULT_EDITOR_SCENE_ENVIRONMENT_LIGHT;\n };\n reduceDocument(document: TDocument, command: DocumentCommand<TDocument, TPatch>): TDocument;\n ensureEnvironmentDefaults(document: TDocument): TDocument;\n isSelectableHierarchyId(document: TDocument, id: string): boolean;\n resolveDiagnosticLocator(document: TDocument, diagnostic: EditorDiagnostic): EditorDiagnosticLocator | null;\n getHierarchyItems: PlayableEditorSceneSessionFacade<TDocument, TGameObject, TPatch, TAssetItem>['getHierarchyItems'];\n normalizeHierarchyDocument: PlayableEditorSceneSessionFacade<TDocument, TGameObject, TPatch, TAssetItem>['normalizeHierarchyDocument'];\n createRenamePatch: PlayableEditorSceneSessionFacade<TDocument, TGameObject, TPatch, TAssetItem>['createRenamePatch'];\n createCreateGroupPatch: PlayableEditorSceneSessionFacade<TDocument, TGameObject, TPatch, TAssetItem>['createCreateGroupPatch'];\n createCreatePrimitivePatch: PlayableEditorSceneSessionFacade<TDocument, TGameObject, TPatch, TAssetItem>['createCreatePrimitivePatch'];\n createDeleteSubtreePatch: PlayableEditorSceneSessionFacade<TDocument, TGameObject, TPatch, TAssetItem>['createDeleteSubtreePatch'];\n createReparentPatch: PlayableEditorSceneSessionFacade<TDocument, TGameObject, TPatch, TAssetItem>['createReparentPatch'];\n createHierarchyMovePatch: PlayableEditorSceneSessionFacade<TDocument, TGameObject, TPatch, TAssetItem>['createHierarchyMovePatch'];\n createGroupSelectionPatch: PlayableEditorSceneSessionFacade<TDocument, TGameObject, TPatch, TAssetItem>['createGroupSelectionPatch'];\n createDuplicateSelectionPatch: PlayableEditorSceneSessionFacade<TDocument, TGameObject, TPatch, TAssetItem>['createDuplicateSelectionPatch'];\n createPlacedAssetPatch: PlayableEditorSceneSessionFacade<TDocument, TGameObject, TPatch, TAssetItem>['createPlacedAssetPatch'];\n validateReparent: PlayableEditorSceneSessionFacade<TDocument, TGameObject, TPatch, TAssetItem>['validateReparent'];\n validateHierarchyMove: PlayableEditorSceneSessionFacade<TDocument, TGameObject, TPatch, TAssetItem>['validateHierarchyMove'];\n validateGroupSelection: PlayableEditorSceneSessionFacade<TDocument, TGameObject, TPatch, TAssetItem>['validateGroupSelection'];\n collectSubtreeIds(document: TDocument, rootIds: string[]): string[];\n createFeatureHierarchyPatch(document: TDocument, featureId: string): FpsGameEditorStandardScenePatchResult<TPatch> | null;\n createInspectorPropertyPatch(input: { document: TDocument; targetId: string; path: string; value: unknown }): PlayableEditorSceneInspectorPropertyPatchResult<TPatch> | null;\n patchGameObjectField(document: TDocument, targetId: string, path: string, value: unknown): TDocument;\n patchGameObjectsField(document: TDocument, targetIds: readonly string[], path: string, value: unknown): TDocument;\n canCreateSerializedMultiPropertyPatch: PlayableEditorSceneSessionFacade<TDocument, TGameObject, TPatch, TAssetItem>['canCreateSerializedMultiPropertyPatch'];\n createSerializedMultiPropertyPatch: PlayableEditorSceneSessionFacade<TDocument, TGameObject, TPatch, TAssetItem>['createSerializedMultiPropertyPatch'];\n createBrowserAssetItems: PlayableEditorSceneSessionFacade<TDocument, TGameObject, TPatch, TAssetItem>['createBrowserAssetItems'];\n addAssetLibraryItemToDocument: PlayableEditorSceneSessionFacade<TDocument, TGameObject, TPatch, TAssetItem>['addAssetLibraryItemToDocument'];\n getInspectorObject(document: TDocument, targetId: string, context?: TContext): InspectorObject<TDocument> | null;\n getInspectorMultiObject(document: TDocument, targetIds: string[], activeId: string | null, context?: TContext): InspectorObject<TDocument> | null;\n getPrefabStageInspectorObject(document: TDocument, descriptor: { assetId: string; label: string; sourceAssetId?: string }, selectedItemId: string | null, context?: TContext & EditorScenePrefabStageInspectorContext): InspectorObject<TDocument> | null;\n getRuntimeInspectorSections(context: { document: TDocument; targetIds?: string[]; activeId: string | null; projectionNode?: unknown | null; projectedRoot?: unknown }): InspectorSection<TDocument>[];\n createRuntimeInspectorSnapshot(context: { projectionNode?: unknown | null; projectedRoot?: unknown }): EditorSceneRuntimeInspectorSnapshot;\n createDocumentInspectorProperty(document: TDocument | null, nodeKind: EditorSceneNodeKind, property: Omit<InspectorProperty<TDocument>, 'readOnly' | 'persistence' | 'validate'>): InspectorProperty<TDocument>;\n getMarkerGraph(document: TDocument): SpatialMarkerGraph;\n getMarkerTypeCatalog(document?: TDocument): SpatialMarkerTypeDefinition[];\n getPrefabInstanceMarkerOverlays(document: TDocument): ReturnType<typeof resolveEditorScenePrefabInstanceMarkers>;\n getPrefabStageMarkerOverlays(document: TDocument, prefabAssetId: string, previewInstanceId: string): ReturnType<typeof resolveEditorScenePrefabStageMarkers>;\n getRelationTypeCatalog(): SpatialRelationTypeDefinition[];\n createMarkerGraphPatch(document: TDocument, command: PlayableLocalEditorMarkerGraphCommand): FpsGameEditorStandardScenePatchResult<TPatch> | null;\n reduceMarkerGraphPatch(document: TDocument, command: PlayableLocalEditorMarkerGraphCommand): TDocument;\n syncMarkerGraphDocument(document: TDocument): TDocument;\n resolveMarkerKind(document: TDocument, markerType: string, authoredKind?: string): string;\n assertMaterialAssetIntegrity: typeof assertEditorSceneMaterialAssetIntegrity;\n}\n\nexport function createFpsGameEditorStandardSceneAssembly<\n TDocument extends EditorSceneDocument<TGameObject, TAsset>,\n TGameObject extends EditorSceneGameObject,\n TPatch extends PlayableEditorSceneDocumentPatch<any, any, any, any, any, any>,\n TAssetItem extends EditorSceneAssetLibraryItem,\n TAsset extends EditorSceneAsset = TDocument['assets'][number],\n TContext extends { textureAssets?: readonly { id: string; label: string; url: string; meta?: string }[] } = {\n textureAssets?: readonly { id: string; label: string; url: string; meta?: string }[];\n },\n>(options: FpsGameEditorStandardSceneAssemblyOptions<TDocument, TGameObject, TPatch, TAssetItem, TContext>): FpsGameEditorStandardSceneAssembly<TDocument, TGameObject, TPatch, TAssetItem, TContext> {\n const featureContributions = (options.features ?? []).flatMap((configuredFeature) => {\n const resolved = options.resolveFeatureSceneContribution?.(configuredFeature)\n ?? resolveFpsGameEditorFeatureSceneContribution<TDocument, TGameObject, TPatch, TContext>(\n configuredFeature,\n () => createDocumentInspectorProperty,\n )\n ?? readDirectStandardSceneFeatureContribution<TDocument, TGameObject, TPatch, TContext>(configuredFeature.scene);\n return resolved ? [resolved] : [];\n });\n const feature = composeStandardSceneFeatureContributions(featureContributions);\n const markerFacade = createPlayableEditorSceneMarkerGraphFacade<TDocument, TPatch>({\n options: { builtInMarkerTypes: options.markerTypes },\n createPatch: options.createPatch.markerGraph,\n getMarkerTypeCatalogFromGraph: graph => mergeMarkerTypeCatalog(options.markerTypes, graph),\n });\n const findGameObject = (document: TDocument, id: string | null | undefined): TGameObject | null => (\n id ? (findEditorSceneGameObject(document, id) as TGameObject | null) : null\n );\n const extraValidators = (): ReadonlyArray<EditorSceneFieldInspectorExtraValidator<TDocument, EditorSceneNodeKind>> => [\n input => feature?.validateInspectorField?.({\n document: input.document ?? null,\n gameObject: input.document\n ? findGameObject(input.document, (input as { targetId?: string }).targetId)\n : null,\n path: input.path,\n value: input.value,\n }) ?? null,\n input => validateProjectFieldSchema(\n options.resolveFieldSchema?.(input.path, input.nodeKind) ?? null,\n input.path,\n input.value,\n ),\n createEditorScenePlayableFieldInspectorExtraValidator<TDocument, TGameObject>({\n hasMaterialAsset: hasEditorSceneMaterialAsset as any,\n isMarkerGameObject: isEditorSceneMarkerGameObject as any,\n isDirectionalLightAnglePath: isEditorSceneLightDirectionAnglePath,\n }),\n ];\n const normalizeValue = (path: string, value: unknown): unknown => (\n feature?.normalizeInspectorValue?.(path, value)\n ?? normalizeEditorScenePlayableInspectorValue(path, value, { isDirectionalLightAnglePath: isEditorSceneLightDirectionAnglePath })\n );\n const validateValue = (document: TDocument, gameObject: TGameObject, path: string, value: unknown): InspectorValidationResult => {\n if (isEditorSceneLightDirectionAnglePath(path) && gameObject.light?.type !== 'directional') {\n return { ok: false, message: `Unsupported scene node field: ${path}.` };\n }\n const custom = feature?.validateInspectorField?.({ document, gameObject, path, value });\n if (custom) return custom;\n return validateEditorSceneFieldInspectorValue({\n document,\n path,\n nodeKind: readNodeKind(gameObject),\n value,\n extraValidators: extraValidators(),\n });\n };\n const createDocumentInspectorProperty = (\n document: TDocument | null,\n nodeKind: EditorSceneNodeKind,\n property: Omit<InspectorProperty<TDocument>, 'readOnly' | 'persistence' | 'validate'>,\n ): InspectorProperty<TDocument> => createEditorSceneDocumentInspectorProperty({\n document,\n nodeKind,\n property,\n extraValidators: extraValidators(),\n });\n const systemDefaults = createSystemDefaultServices<TGameObject>(options.clearFeatureStateFromSystemObject);\n const fieldMutationServices: PlayableEditorSceneFieldMutationServices<TDocument, TGameObject> = {\n systemDefaults,\n normalizeFieldValue: normalizeValue,\n validateField: validateValue,\n normalizePrimitiveShape: normalizeEditorScenePrimitiveShape,\n findGameObject,\n isCameraGameObject: isCameraGameObject as any,\n isLightGameObject: isLightGameObject as any,\n isProtectedSystemGameObject: isProtectedSystemGameObject as any,\n hasCamera: (document, exceptId) => document.scene.gameObjects.some((object: TGameObject) => object.id !== exceptId && isCameraGameObject(object)),\n ...feature?.fieldMutation,\n };\n const propertyPatchServices = createPropertyPatchServices(options, markerFacade, fieldMutationServices, findGameObject, normalizeValue, validateValue, feature);\n const patchGameObjectField = (document: TDocument, targetId: string, path: string, value: unknown): TDocument => (\n patchPlayableEditorSceneGameObjectFieldWithServices(document, targetId, path, value, propertyPatchServices as any)\n );\n const patchGameObjectsField = (document: TDocument, targetIds: readonly string[], path: string, value: unknown): TDocument => (\n patchPlayableEditorSceneGameObjectsFieldWithServices(document, targetIds, path, value, propertyPatchServices as any)\n );\n const reducerServices = createReducerServices(options, markerFacade, fieldMutationServices, patchGameObjectField, patchGameObjectsField, feature);\n const hierarchyFacade = createHierarchyFacade<TDocument, TGameObject, TPatch>(markerFacade);\n const objectCommandServices: PlayableEditorSceneObjectCommandServices<TDocument, TGameObject, TPatch> = {\n isRootTransformPath: isEditorSceneRootTransformPath,\n validateSerializedPropertyField: input => validateValue(input.document, input.gameObject as TGameObject, input.path, input.value),\n findGameObject,\n isCameraGameObject: isCameraGameObject as any,\n isLightGameObject: isLightGameObject as any,\n isSerializedMultiFieldPath: path => isStandardSerializedMultiFieldPath(path, feature),\n isSerializedMultiProjectionPath: path => isStandardSerializedMultiProjectionPath(path, feature),\n getSerializedMultiPropertyProbeValue: path => getStandardSerializedMultiProbeValue(path, feature),\n canPatchCustomSerializedMultiField: input => feature?.canPatchSerializedMultiField?.(input) ?? true,\n createInspectorPropertyPatch: input => createPlayableEditorSceneInspectorPropertyPatch(input, propertyPatchServices as any),\n createFieldBatchPatch: options.createPatch.gameObjectFieldBatch,\n };\n const sessionFacade = createPlayableEditorSceneSessionFacade<TDocument, TGameObject, TPatch, TAssetItem>({\n hierarchyFacade,\n objectCommandServices,\n assetPlacementServices: {\n createGameObjectGuid: createEditorSceneGameObjectGuid,\n resolveLocalTransform: ({ document, parentId, worldTransform }) => toEditorSceneLocalTransformForParent(document, parentId ?? undefined, worldTransform),\n },\n });\n const runtimeInspectorServices: EditorSceneRuntimeDocumentInspectorServices<TDocument, TGameObject> = {\n findGameObject,\n hasModelRenderer: gameObject => !!gameObject.components?.some(component => component.type === 'ModelRenderer'),\n readNodeKind,\n };\n const assembly = {} as FpsGameEditorStandardSceneAssembly<TDocument, TGameObject, TPatch, TAssetItem, TContext>;\n Object.assign(assembly, {\n defaults: {\n camera: DEFAULT_EDITOR_SCENE_CAMERA,\n sunLight: DEFAULT_EDITOR_SCENE_SUN_LIGHT,\n environmentLight: DEFAULT_EDITOR_SCENE_ENVIRONMENT_LIGHT,\n },\n reduceDocument: (document: TDocument, command: DocumentCommand<TDocument, TPatch>) => reducePlayableEditorSceneDocumentCore(document, command, reducerServices),\n ensureEnvironmentDefaults: (document: TDocument) => ensurePlayableEditorSceneEnvironmentDefaultsCore(document, reducerServices),\n isSelectableHierarchyId: (document: TDocument, id: string) => isEditorSceneSelectableHierarchyId(document, id, { resolveAssetMeshSelectionTarget: resolveEditorSceneAssetMeshSelectionTarget as any }),\n resolveDiagnosticLocator: (document: TDocument, diagnostic: EditorDiagnostic): EditorDiagnosticLocator | null => {\n const locator = diagnostic.locator;\n if (!locator?.objectId || !locator.materialSlotId) return locator ?? null;\n const gameObject = findGameObject(document, locator.objectId);\n if (!gameObject) return locator;\n const slot = collectEditorSceneChildMaterialSlots(document as any, gameObject as any)\n .find(candidate => candidate.slotId === locator.materialSlotId);\n if (!slot) return locator;\n return {\n ...locator,\n rowId: createEditorSceneAssetMeshSelectionId(\n gameObject.id,\n getEditorSceneSlotSelectionKey(slot),\n ),\n path: `overrides.materialSlotBindings.${slot.slotId}.materialAssetId`,\n };\n },\n getHierarchyItems: sessionFacade.getHierarchyItems,\n normalizeHierarchyDocument: sessionFacade.normalizeHierarchyDocument,\n createRenamePatch: sessionFacade.createRenamePatch,\n createCreateGroupPatch: sessionFacade.createCreateGroupPatch,\n createCreatePrimitivePatch: sessionFacade.createCreatePrimitivePatch,\n createDeleteSubtreePatch: sessionFacade.createDeleteSubtreePatch,\n createReparentPatch: sessionFacade.createReparentPatch,\n createHierarchyMovePatch: sessionFacade.createHierarchyMovePatch,\n createGroupSelectionPatch: sessionFacade.createGroupSelectionPatch,\n createDuplicateSelectionPatch: sessionFacade.createDuplicateSelectionPatch,\n createPlacedAssetPatch: sessionFacade.createPlacedAssetPatch,\n validateReparent: sessionFacade.validateReparent,\n validateHierarchyMove: sessionFacade.validateHierarchyMove,\n validateGroupSelection: sessionFacade.validateGroupSelection,\n collectSubtreeIds: collectEditorSceneSubtreeIdList,\n createFeatureHierarchyPatch: (document: TDocument, featureId: string) => feature?.createHierarchyPatch?.(document, featureId) ?? null,\n createInspectorPropertyPatch: (input: { document: TDocument; targetId: string; path: string; value: unknown }) => createPlayableEditorSceneInspectorPropertyPatch(input, propertyPatchServices as any),\n patchGameObjectField,\n patchGameObjectsField,\n canCreateSerializedMultiPropertyPatch: sessionFacade.canCreateSerializedMultiPropertyPatch,\n createSerializedMultiPropertyPatch: sessionFacade.createSerializedMultiPropertyPatch,\n createBrowserAssetItems: sessionFacade.createBrowserAssetItems,\n addAssetLibraryItemToDocument: sessionFacade.addAssetLibraryItemToDocument,\n getInspectorObject: (document: TDocument, targetId: string, context: TContext = {} as TContext) => createStandardInspectorObject(assembly, options, markerFacade, document, targetId, context, createDocumentInspectorProperty, findGameObject, extraValidators, feature),\n getInspectorMultiObject: (document: TDocument, targetIds: string[], activeId: string | null, context: TContext = {} as TContext) => createStandardMultiInspectorObject(document, targetIds, activeId, context, featureContributions),\n getPrefabStageInspectorObject: (document: TDocument, descriptor: { assetId: string; label: string; sourceAssetId?: string }, selectedItemId: string | null, context: TContext & EditorScenePrefabStageInspectorContext = {} as TContext & EditorScenePrefabStageInspectorContext) => createEditorScenePrefabStageInspectorObject(document, descriptor, selectedItemId, context, {\n createIdentityTransformComponent: createEditorSceneIdentityTransformComponent,\n mergeLightDefaults: mergeEditorSceneLightDefaults,\n defaultShadowMode: toPrefabShadowMode(options.getRenderingProfile().shadows.defaultMode),\n sunLightId: 'sun_light',\n normalizePrefabAssetFieldValue: normalizeEditorScenePrefabAssetFieldValue,\n validatePrefabAssetFieldValue: validateEditorScenePrefabAssetFieldValue,\n markerTypeCatalog: markerFacade.getMarkerTypeCatalog(document),\n } as PrefabStageInspectorServices) as InspectorObject<TDocument> | null,\n getRuntimeInspectorSections: (context: { document: TDocument; targetIds?: string[]; activeId: string | null; projectionNode?: unknown | null; projectedRoot?: unknown }) => createEditorSceneRuntimeInspectorSectionsForDocument({ ...context, sourceRef: getEditorSceneAuthoringSourceRef(context.document) }, runtimeInspectorServices),\n createRuntimeInspectorSnapshot: (context: { projectionNode?: unknown | null; projectedRoot?: unknown }) => createEditorSceneRuntimeInspectorSnapshot({ projectedRoot: context.projectedRoot, projectionNode: context.projectionNode ?? null }),\n createDocumentInspectorProperty,\n getMarkerGraph: markerFacade.getMarkerGraph,\n getMarkerTypeCatalog: markerFacade.getMarkerTypeCatalog,\n getPrefabInstanceMarkerOverlays: (document: TDocument) => resolveEditorScenePrefabInstanceMarkers(\n document,\n markerFacade.getMarkerTypeCatalog(document),\n ),\n getPrefabStageMarkerOverlays: (document: TDocument, prefabAssetId: string, previewInstanceId: string) => resolveEditorScenePrefabStageMarkers(\n document,\n prefabAssetId,\n previewInstanceId,\n markerFacade.getMarkerTypeCatalog(document),\n ),\n getRelationTypeCatalog: () => options.relationTypes.map(entry => structuredClone(entry)),\n createMarkerGraphPatch: markerFacade.createMarkerGraphPatch,\n reduceMarkerGraphPatch: markerFacade.reduceMarkerGraphPatch,\n syncMarkerGraphDocument: markerFacade.syncMarkerGraphDocument,\n resolveMarkerKind: markerFacade.resolveMarkerKind,\n assertMaterialAssetIntegrity: assertEditorSceneMaterialAssetIntegrity,\n });\n return assembly;\n}\n\nfunction createSystemDefaultServices<TGameObject extends EditorSceneGameObject>(\n clearFeatureState?: (next: TGameObject, original: TGameObject) => TGameObject,\n): PlayableEditorSceneReducerSystemDefaultServices<TGameObject> {\n const normalize = (base: (gameObject: EditorSceneGameObject) => EditorSceneGameObject) => (gameObject: TGameObject): TGameObject => {\n const next = base(gameObject) as TGameObject;\n return clearFeatureState?.(next, gameObject) ?? next;\n };\n return {\n environmentLightId: 'environment_light',\n sunLightId: 'sun_light',\n horizontalLightAnglePath: 'light.directionHorizontalAngleDeg',\n elevationLightAnglePath: 'light.directionElevationAngleDeg',\n normalizeEnvironmentLightGameObject: gameObject => normalize(value => normalizeEditorSceneSystemLightGameObject(value, 'hemispheric'))(gameObject),\n normalizeSunLightGameObject: gameObject => normalize(value => normalizeEditorSceneSystemLightGameObject(value, 'directional'))(gameObject),\n normalizeCameraGameObject: normalize(normalizeEditorSceneCameraGameObject),\n normalizePlainTransformGameObject: normalize(normalizeEditorScenePlainTransformGameObject),\n createDefaultCameraGameObject: createDefaultEditorSceneCameraGameObject as any,\n createDefaultEnvironmentLightGameObject: createDefaultEditorSceneEnvironmentLightGameObject as any,\n createDefaultSunLightGameObject: createDefaultEditorSceneSunLightGameObject as any,\n mergeCameraDefaults: mergeEditorSceneCameraDefaults as any,\n normalizeCameraAfterFieldPatch: normalizeEditorSceneCameraAfterFieldPatch as any,\n hasInvalidCameraRelationships: hasInvalidEditorSceneCameraRelationships as any,\n mergeLightDefaults: mergeEditorSceneLightDefaults as any,\n };\n}\n\nfunction createReducerServices<TDocument extends EditorSceneDocument, TGameObject extends EditorSceneGameObject, TPatch>(\n options: FpsGameEditorStandardSceneAssemblyOptions<TDocument, TGameObject, TPatch, any, any>,\n markerFacade: PlayableEditorSceneMarkerGraphFacade<TDocument, TPatch>,\n fieldMutationServices: PlayableEditorSceneFieldMutationServices<TDocument, TGameObject>,\n patchGameObjectField: (document: TDocument, targetId: string, path: string, value: unknown) => TDocument,\n patchGameObjectsField: (document: TDocument, targetIds: readonly string[], path: string, value: unknown) => TDocument,\n feature?: FpsGameEditorStandardSceneFeatureContribution<TDocument, TGameObject, TPatch, any>,\n): PlayableEditorSceneReducerCoreServices<TDocument, TGameObject> {\n return {\n ...fieldMutationServices,\n normalizeRootTransformDocument: normalizeEditorSceneRootTransformDocument as any,\n syncMarkerGraphDocument: markerFacade.syncMarkerGraphDocument,\n ensureGameObjectGuids: ensureEditorSceneGameObjectGuids as any,\n normalizeDocumentAfterCommand: (document, command) => feature?.normalizeDocumentAfterCommand?.(document, command as DocumentCommand<TDocument, TPatch>) ?? document,\n patchMaterialAssetField: (document, id, path, value) => patchEditorSceneMaterialAssetField(document as any, id, path, value) as TDocument,\n addMaterialAsset: (document, asset) => addEditorSceneMaterialAsset(document as any, asset as any) as TDocument,\n deleteMaterialAsset: (document, id) => deleteDefaultEditorSceneMaterialAsset(document as any, id) as TDocument,\n addMaterialAssetAndBind: (document, targetId, path, asset) => addEditorSceneMaterialAssetAndBind(document as any, targetId, path, asset as any) as TDocument,\n addPrefabAsset: (document, prefab, source) => addEditorScenePrefabAsset(document as any, prefab as any, source as any) as TDocument,\n patchPrefabAssetField: (document, assetId, path, value) => patchEditorScenePrefabAssetField(document as any, assetId, path, value) as TDocument,\n replacePrefabAsset: (document, assetId, prefab, source) => replaceEditorScenePrefabAsset(document as any, assetId, prefab as any, source as any) as TDocument,\n addMaterialAssetAndBindPrefabOverride: (document, assetId, path, asset) => addEditorSceneMaterialAssetAndBindPrefabOverride(document as any, assetId, path, asset as any) as TDocument,\n patchGameObjectField,\n patchGameObjectsField,\n reduceExtensionPatch: ({ document, patch, command }) => {\n if (patch.kind === 'game-object.field-batch' && Array.isArray(patch.fields)) {\n return (patch.fields as Array<{ targetId: string; path: string; value: unknown }>).reduce(\n (next, field) => patchGameObjectsField(next, [field.targetId], field.path, field.value),\n document,\n );\n }\n return feature?.reducePatch?.({ document, patch, command: command as DocumentCommand<TDocument, TPatch> }) ?? null;\n },\n isCustomFieldPatchPath: feature?.isInspectorPatchPath,\n reduceMarkerGraphPatch: (document, command) => markerFacade.reduceMarkerGraphPatch(document, command as PlayableLocalEditorMarkerGraphCommand),\n isDirectionalLightAnglePath: isEditorSceneLightDirectionAnglePath,\n validateSerializedPropertyField: input => fieldMutationServices.validateField(input.document, input.gameObject as TGameObject, input.path, input.value),\n createGameObjectGuid: createEditorSceneGameObjectGuid,\n createUniqueId: createUniqueEditorSceneGameObjectId,\n resolveLocalTransform: ({ document, parentId, worldTransform }) => toEditorSceneLocalTransformForParent(document, parentId ?? undefined, worldTransform),\n resolveRootContainerId: resolveEditorSceneRootContainerId,\n ensureDefaultMaterialAssets: ensureDefaultEditorSceneMaterialAssets as any,\n reconcileMaterialSlotReimportBindings: reconcileEditorSceneMaterialSlotReimportBindings as any,\n ensureImportedMaterialDefaults: ensureImportedEditorSceneMaterialDefaults as any,\n };\n}\n\nfunction createPropertyPatchServices<TDocument extends EditorSceneDocument, TGameObject extends EditorSceneGameObject, TPatch>(\n options: FpsGameEditorStandardSceneAssemblyOptions<TDocument, TGameObject, TPatch, any, any>,\n markerFacade: PlayableEditorSceneMarkerGraphFacade<TDocument, TPatch>,\n fieldMutationServices: PlayableEditorSceneFieldMutationServices<TDocument, TGameObject>,\n findGameObject: (document: TDocument, id: string | null | undefined) => TGameObject | null,\n normalizeValue: (path: string, value: unknown) => unknown,\n validateValue: (document: TDocument, gameObject: TGameObject, path: string, value: unknown) => InspectorValidationResult,\n feature?: FpsGameEditorStandardSceneFeatureContribution<TDocument, TGameObject, TPatch, any>,\n): PlayableEditorScenePropertyPatchServices<TDocument, TGameObject, TPatch, any> {\n return {\n fieldMutationOptions: createPlayableEditorSceneFieldMutationOptions(fieldMutationServices),\n findGameObject,\n normalizeValue,\n validateValue,\n blockFieldPatch: (document, targetId, path, value) => isBlockedPlayableEditorSceneSystemFieldPatch(document, targetId, path, value, fieldMutationServices),\n isRootTransformPath: isEditorSceneRootTransformPath,\n resolveAssetMeshSelectionTarget: resolveEditorSceneAssetMeshSelectionTarget as any,\n isAssetMeshWritablePath: isEditorSceneAssetMeshWritablePath,\n parseDuplicateMaterialAssetValue: parseEditorSceneDuplicateMaterialAssetValue,\n isMaterialBindingPath: isEditorSceneMaterialBindingPath,\n isMaterialBindingPathAllowed: (gameObject, path) => isEditorSceneMaterialBindingPath(path) && (!!options.resolveFieldSchema?.(path, readNodeKind(gameObject)) || path.startsWith('overrides.materialSlotBindings.')),\n findMaterialAssetName: (document, id) => findEditorSceneMaterialAsset(document as any, id)?.name ?? null,\n parseMaterialAssetFieldPath: parseEditorSceneMaterialAssetFieldPath,\n normalizeMaterialAssetValue: normalizeEditorSceneMaterialAssetValue,\n hasMaterialAsset: hasEditorSceneMaterialAsset as any,\n validateMaterialAssetFieldValue: validateEditorSceneMaterialAssetFieldValue,\n collectMaterialAssetBindingIds: collectEditorSceneMaterialAssetBindingIds as any,\n isMarkerGameObject: isEditorSceneMarkerGameObject as any,\n createMarkerTargetUpdateCommand: markerFacade.createMarkerTargetUpdateCommand,\n createMarkerTypeUpdateCommand: markerFacade.createMarkerTypeUpdateCommand,\n createMarkerGraphPatch: options.createPatch.markerGraph as any,\n isDirectionalLightAnglePath: isEditorSceneLightDirectionAnglePath,\n createDirectionalLightPatch: options.createPatch.gameObjectField,\n patchDirectionalLightAngleField: (document, targetId, path, value) => patchPlayableEditorSceneDirectionalLightAngleField(document, targetId, path, value, fieldMutationServices),\n createCustomInspectorPropertyPatch: ({ document, gameObject, path, value }) => feature?.createInspectorPropertyPatch?.({\n document,\n gameObject,\n path,\n value,\n collectChangedIds: () => collectEditorSceneSubtreeIdList(document, [gameObject.id]),\n }) as any ?? null,\n patchCustomGameObjectField: feature?.patchGameObjectField,\n patchCustomGameObjectsField: feature?.patchGameObjectsField,\n normalizeAfterFieldPatch: (document, targetId, path, value) => feature?.normalizeAfterFieldPatch?.(document, targetId, path, value) ?? document,\n isProjectionShapePath: isStandardProjectionPath,\n isArtistMaterialPatchPath: isEditorSceneArtistMaterialPatchPath,\n isCustomProjectionPath: feature?.isProjectionPath,\n collectChangedIdsForFieldPath: (document, targetId, path) => path.startsWith('transform.') ? collectEditorSceneSubtreeIdList(document, [targetId]) : [targetId],\n createGameObjectFieldPatch: options.createPatch.gameObjectField,\n createMaterialAssetFieldPatch: options.createPatch.materialAssetField,\n };\n}\n\nfunction createHierarchyFacade<TDocument extends EditorSceneDocument, TGameObject extends EditorSceneGameObject, TPatch>(\n markerFacade: PlayableEditorSceneMarkerGraphFacade<TDocument, TPatch>,\n) {\n return createPlayableEditorSceneHierarchyFacade<TDocument, TGameObject, TPatch>({\n findGameObject: (document, id) => id ? findEditorSceneGameObject(document, id) as TGameObject | null : null,\n resolveRootContainerId: resolveEditorSceneRootContainerId,\n isProtectedSystemGameObject: isProtectedSystemGameObject as any,\n isProtectedSystemGameObjectId: isProtectedSystemGameObjectId as any,\n decorateHierarchyItem: ({ item, gameObject }) => gameObject && isEditorSceneMarkerGameObject(gameObject)\n ? { ...item, role: 'marker', icon: 'view-overlay', canHaveChildren: false }\n : item,\n collectHierarchyItemChildren: ({ gameObject, document }) => {\n if (readNodeKind(gameObject) === 'primitive') return [];\n return collectEditorSceneChildMaterialSlots(document as any, gameObject as any).map((slot: any, index: number): SceneGraphTreeItem => ({\n id: createEditorSceneAssetMeshSelectionId(gameObject.id, getEditorSceneSlotSelectionKey(slot)),\n label: slot.label || formatEditorSceneMaterialSlotLabel(slot.ownerNodePath, index, getArtistMaterialInspectorText(readArtistMaterialInspectorLanguage(gameObject))),\n parentId: gameObject.id,\n role: 'object',\n icon: 'material-slot',\n selectable: true,\n protected: false,\n canHaveChildren: false,\n renamable: false,\n deletable: false,\n draggable: false,\n }));\n },\n });\n}\n\nfunction createStandardInspectorObject<TDocument extends EditorSceneDocument, TGameObject extends EditorSceneGameObject, TPatch, TAssetItem extends EditorSceneAssetLibraryItem, TContext extends { textureAssets?: readonly { id: string; label: string; url: string; meta?: string }[] }>(\n assembly: FpsGameEditorStandardSceneAssembly<TDocument, TGameObject, TPatch, TAssetItem, TContext>,\n options: FpsGameEditorStandardSceneAssemblyOptions<TDocument, TGameObject, TPatch, TAssetItem, TContext>,\n markerFacade: PlayableEditorSceneMarkerGraphFacade<TDocument, TPatch>,\n document: TDocument,\n targetId: string,\n context: TContext,\n createDocumentInspectorProperty: FpsGameEditorStandardSceneAssembly<TDocument, TGameObject, TPatch, TAssetItem, TContext>['createDocumentInspectorProperty'],\n findGameObject: (document: TDocument, id: string | null | undefined) => TGameObject | null,\n extraValidators: () => ReadonlyArray<EditorSceneFieldInspectorExtraValidator<TDocument, EditorSceneNodeKind>>,\n feature?: FpsGameEditorStandardSceneFeatureContribution<TDocument, TGameObject, TPatch, TContext>,\n): InspectorObject<TDocument> | null {\n return createPlayableEditorSceneInspectorObject({\n document,\n targetId,\n context,\n resolveAssetMeshSelectionTarget: resolveEditorSceneAssetMeshSelectionTarget as any,\n createAssetMeshInspectorSections: (targetDocument: TDocument, target: any, targetContext: TContext) => createEditorSceneAssetMeshInspectorSections(targetDocument as any, target as any, targetContext as any) as InspectorSection<TDocument>[],\n findGameObject,\n readNodeKind,\n isMarkerGameObject: isEditorSceneMarkerGameObject as any,\n createInspectorSections: (targetDocument: TDocument, gameObject: TGameObject, targetContext: TContext) => {\n const nodeKind = readNodeKind(gameObject);\n return createPlayableEditorSceneInspectorSections({\n document: targetDocument,\n gameObject,\n context: targetContext,\n nodeKind,\n isCameraGameObject,\n isLightGameObject,\n isMarkerGameObject: isEditorSceneMarkerGameObject as any,\n createBaseSections: () => createEditorSceneDocumentInspectorSections({\n document: targetDocument,\n gameObject,\n nodeKind,\n extraValidators: extraValidators(),\n rootTransform: EDITOR_SCENE_ROOT_TRANSFORM,\n renderingProfile: options.getRenderingProfile() as any,\n }) as InspectorSection<TDocument>[],\n createCustomSections: () => feature?.createInspectorSections?.({\n document: targetDocument,\n gameObject,\n nodeKind,\n context: targetContext,\n createDocumentInspectorProperty,\n }) ?? [],\n createCameraSection: () => createEditorSceneCameraInspectorSection({\n nodeKind,\n camera: gameObject.camera,\n rig: mergeEditorSceneCameraDefaults(gameObject.camera) as any,\n createDocumentInspectorProperty,\n }) as InspectorSection<TDocument>,\n createLightSections: () => createEditorSceneLightInspectorSections({\n nodeKind,\n gameObject,\n light: mergeEditorSceneLightDefaults(gameObject.light, gameObject.id === 'environment_light' ? 'hemispheric' : 'directional'),\n createDocumentInspectorProperty,\n normalizeValue: (path, value) => feature?.normalizeInspectorValue?.(path, value) ?? normalizeEditorScenePlayableInspectorValue(path, value),\n defaultEnvironmentGroundColor: DEFAULT_EDITOR_SCENE_ENVIRONMENT_LIGHT.groundColor,\n renderingProfile: options.getRenderingProfile() as any,\n }) as InspectorSection<TDocument>[],\n createMarkerSection: () => isEditorSceneMarkerGameObject(gameObject) ? createPlayableEditorSceneMarkerInspectorSection({\n document: targetDocument,\n gameObject,\n nodeKind,\n markerTypeCatalog: markerFacade.getMarkerTypeCatalog(targetDocument),\n resolveMarkerKind: (_document: unknown, marker: { type: string; kind?: string }) => markerFacade.resolveMarkerKind(targetDocument, marker.type, marker.kind),\n isMarkerGameObject: isEditorSceneMarkerGameObject as any,\n formatMarkerTypeLabel: options.formatMarkerTypeLabel ?? ((_type, fallback) => fallback),\n createDocumentInspectorProperty,\n } as any) as unknown as InspectorSection<TDocument> : null,\n createPrefabInstanceSection: () => createPrefabInstanceInspectorSection(targetDocument as any, gameObject as any) as InspectorSection<TDocument> | null,\n createMaterialSections: () => createArtistMaterialInspectorSections(targetDocument as any, gameObject as any, nodeKind, targetContext as any, {\n createDocumentInspectorProperty,\n } as MaterialInspectorServices) as InspectorSection<TDocument>[],\n createOutlineSection: () => createPlayableEditorSceneOutlineInspectorSection({\n nodeKind,\n outline: (gameObject.overrides as { outline?: unknown } | undefined)?.outline,\n createDocumentInspectorProperty,\n }),\n } as any) as InspectorSection<TDocument>[];\n },\n } as any) as InspectorObject<TDocument> | null;\n}\n\nfunction createStandardMultiInspectorObject<TDocument extends EditorSceneDocument, TGameObject extends EditorSceneGameObject, TPatch, TContext>(\n document: TDocument,\n targetIds: string[],\n activeId: string | null,\n context: TContext,\n features: readonly FpsGameEditorStandardSceneFeatureContribution<TDocument, TGameObject, TPatch, TContext>[],\n): InspectorObject<TDocument> | null {\n let extraSection: InspectorSection<TDocument> | null = null;\n let fallbackTargetIds: string[] = [];\n for (const feature of features) {\n const section = feature.createMultiInspectorSection?.({ document, targetIds, activeId, context }) ?? null;\n if (!section) continue;\n extraSection = section;\n fallbackTargetIds = feature.resolveMultiInspectorTargetIds?.(document, targetIds) ?? [];\n break;\n }\n return createPlayableEditorSceneInspectorMultiObject({\n document,\n selectedIds: targetIds,\n activeId,\n extraSection,\n resolveFallbackTargetIds: () => fallbackTargetIds,\n formatFallbackLabel: ids => `${ids.length} Objects`,\n fallbackSelectionKind: 'transform',\n });\n}\n\nfunction validateProjectFieldSchema(\n schema: EditorSceneFieldSchemaEntry | null,\n path: string,\n value: unknown,\n): InspectorValidationResult | null {\n if (!schema) return null;\n if (value == null && schema.allowDelete === false) {\n return {\n ok: false,\n message: `Scene node field cannot be deleted: ${path}.`,\n };\n }\n if (!schema.validate(value)) {\n return {\n ok: false,\n message: `Invalid value for scene node field: ${path}.`,\n };\n }\n return { ok: true, value };\n}\n\nfunction mergeMarkerTypeCatalog(\n builtIns: readonly SpatialMarkerTypeDefinition[],\n graph?: SpatialMarkerGraph | null,\n): SpatialMarkerTypeDefinition[] {\n return getEditorSceneMarkerTypeCatalogFromGraph(graph, { builtInMarkerTypes: builtIns });\n}\n\nconst readNodeKind = readEditorSceneNodeKind;\n\nfunction isStandardProjectionPath(path: string): boolean {\n return path.startsWith('shadow.')\n || path === 'transformType'\n || path.startsWith('rendering.')\n || path.startsWith('primitive.')\n || path.startsWith('camera.')\n || path.startsWith('light.');\n}\n\nfunction isStandardSerializedMultiFieldPath<TDocument extends EditorSceneDocument, TGameObject extends EditorSceneGameObject, TPatch, TContext>(\n path: string,\n feature?: FpsGameEditorStandardSceneFeatureContribution<TDocument, TGameObject, TPatch, TContext>,\n): boolean {\n return path === 'enabled'\n || path === 'metadata.shadowInspectorLanguage'\n || path === 'shadow.cast'\n || path === 'shadow.receive'\n || path === 'shadow.mode'\n || path === 'shadow.quality'\n || feature?.isSerializedMultiFieldPath?.(path) === true;\n}\n\nfunction isStandardSerializedMultiProjectionPath<TDocument extends EditorSceneDocument, TGameObject extends EditorSceneGameObject, TPatch, TContext>(\n path: string,\n feature?: FpsGameEditorStandardSceneFeatureContribution<TDocument, TGameObject, TPatch, TContext>,\n): boolean {\n return path === 'shadow.cast'\n || path === 'shadow.receive'\n || path === 'shadow.mode'\n || path === 'shadow.quality'\n || feature?.isSerializedMultiProjectionPath?.(path) === true;\n}\n\nfunction getStandardSerializedMultiProbeValue<TDocument extends EditorSceneDocument, TGameObject extends EditorSceneGameObject, TPatch, TContext>(\n path: string,\n feature?: FpsGameEditorStandardSceneFeatureContribution<TDocument, TGameObject, TPatch, TContext>,\n): unknown {\n if (path === 'enabled') return false;\n if (path === 'shadow.cast' || path === 'shadow.receive' || path === 'shadow.mode') return 'none';\n if (path === 'shadow.quality') return 'medium';\n if (path === 'metadata.shadowInspectorLanguage') return 'en';\n return feature?.getSerializedMultiProbeValue?.(path);\n}\n\nfunction toPrefabShadowMode(value: string): string {\n return value === 'planar' ? 'projected' : value;\n}\n\nfunction readDirectStandardSceneFeatureContribution<\n TDocument extends EditorSceneDocument,\n TGameObject extends EditorSceneGameObject,\n TPatch,\n TContext,\n>(value: unknown): FpsGameEditorStandardSceneFeatureContribution<TDocument, TGameObject, TPatch, TContext> | null {\n if (!value || typeof value !== 'object' || Array.isArray(value)) return null;\n const contribution = value as FpsGameEditorStandardSceneFeatureContribution<TDocument, TGameObject, TPatch, TContext>;\n const contributionHooks: Array<keyof FpsGameEditorStandardSceneFeatureContribution<TDocument, TGameObject, TPatch, TContext>> = [\n 'normalizeInspectorValue',\n 'validateInspectorField',\n 'isInspectorPatchPath',\n 'isProjectionPath',\n 'normalizeDocumentAfterCommand',\n 'normalizeAfterFieldPatch',\n 'fieldMutation',\n 'createInspectorPropertyPatch',\n 'patchGameObjectField',\n 'patchGameObjectsField',\n 'reducePatch',\n 'createHierarchyPatch',\n 'createInspectorSections',\n 'createMultiInspectorSection',\n 'resolveMultiInspectorTargetIds',\n 'isSerializedMultiFieldPath',\n 'isSerializedMultiProjectionPath',\n 'getSerializedMultiProbeValue',\n 'canPatchSerializedMultiField',\n ];\n return contributionHooks.some(key => contribution[key] != null) ? contribution : null;\n}\n\nfunction composeStandardSceneFeatureContributions<\n TDocument extends EditorSceneDocument,\n TGameObject extends EditorSceneGameObject,\n TPatch,\n TContext,\n>(\n contributions: readonly FpsGameEditorStandardSceneFeatureContribution<TDocument, TGameObject, TPatch, TContext>[],\n): FpsGameEditorStandardSceneFeatureContribution<TDocument, TGameObject, TPatch, TContext> | undefined {\n if (contributions.length === 0) return undefined;\n const firstResult = <T>(read: (contribution: FpsGameEditorStandardSceneFeatureContribution<TDocument, TGameObject, TPatch, TContext>) => T | null | undefined): T | null => {\n for (const contribution of contributions) {\n const result = read(contribution);\n if (result != null) return result;\n }\n return null;\n };\n return {\n normalizeInspectorValue(path, value) {\n for (const contribution of contributions) {\n const result = contribution.normalizeInspectorValue?.(path, value);\n if (result !== undefined) return result;\n }\n return undefined;\n },\n validateInspectorField: input => firstResult(contribution => contribution.validateInspectorField?.(input)),\n isInspectorPatchPath: path => contributions.some(contribution => contribution.isInspectorPatchPath?.(path)),\n isProjectionPath: path => contributions.some(contribution => contribution.isProjectionPath?.(path)),\n normalizeDocumentAfterCommand: (document, command) => contributions.reduce(\n (next, contribution) => contribution.normalizeDocumentAfterCommand?.(next, command) ?? next,\n document,\n ),\n normalizeAfterFieldPatch: (document, targetId, path, value) => contributions.reduce(\n (next, contribution) => contribution.normalizeAfterFieldPatch?.(next, targetId, path, value) ?? next,\n document,\n ),\n fieldMutation: composeStandardSceneFieldMutations(contributions),\n createInspectorPropertyPatch: input => firstResult(contribution => contribution.createInspectorPropertyPatch?.(input)),\n patchGameObjectField: input => firstResult(contribution => contribution.patchGameObjectField?.(input)),\n patchGameObjectsField: input => firstResult(contribution => contribution.patchGameObjectsField?.(input)),\n reducePatch: input => firstResult(contribution => contribution.reducePatch?.(input)),\n createHierarchyPatch: (document, featureId) => firstResult(contribution => contribution.createHierarchyPatch?.(document, featureId)),\n createInspectorSections: input => contributions.flatMap(contribution => contribution.createInspectorSections?.(input) ?? []),\n isSerializedMultiFieldPath: path => contributions.some(contribution => contribution.isSerializedMultiFieldPath?.(path)),\n isSerializedMultiProjectionPath: path => contributions.some(contribution => contribution.isSerializedMultiProjectionPath?.(path)),\n getSerializedMultiProbeValue(path) {\n for (const contribution of contributions) {\n const result = contribution.getSerializedMultiProbeValue?.(path);\n if (result !== undefined) return result;\n }\n return undefined;\n },\n canPatchSerializedMultiField: input => contributions.every(\n contribution => contribution.canPatchSerializedMultiField?.(input) !== false,\n ),\n };\n}\n\nfunction composeStandardSceneFieldMutations<\n TDocument extends EditorSceneDocument,\n TGameObject extends EditorSceneGameObject,\n TPatch,\n TContext,\n>(\n contributions: readonly FpsGameEditorStandardSceneFeatureContribution<TDocument, TGameObject, TPatch, TContext>[],\n): FpsGameEditorStandardSceneFeatureContribution<TDocument, TGameObject, TPatch, TContext>['fieldMutation'] {\n const mutations = contributions.flatMap(contribution => contribution.fieldMutation ? [contribution.fieldMutation] : []);\n if (mutations.length === 0) return undefined;\n return {\n isCustomTransformType: (value): value is string => mutations.some(mutation => mutation.isCustomTransformType?.(value)),\n applyCustomTransformType(gameObject, transformType) {\n for (const mutation of mutations) mutation.clearCustomTransformState?.(gameObject, transformType);\n for (const mutation of mutations) mutation.applyCustomTransformType?.(gameObject, transformType);\n },\n clearCustomTransformState(gameObject, transformType) {\n for (const mutation of mutations) mutation.clearCustomTransformState?.(gameObject, transformType);\n },\n patchCustomTransformField(gameObject, path, value) {\n for (const mutation of mutations) {\n if (mutation.patchCustomTransformField?.(gameObject, path, value)) return true;\n }\n return false;\n },\n };\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"panel.d.ts","sourceRoot":"","sources":["../../src/rendering-profile/panel.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAEV,gCAAgC,EAChC,8BAA8B,EAC9B,mCAAmC,EAEnC,2BAA2B,EAM5B,MAAM,SAAS,CAAC;
|
|
1
|
+
{"version":3,"file":"panel.d.ts","sourceRoot":"","sources":["../../src/rendering-profile/panel.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAEV,gCAAgC,EAChC,8BAA8B,EAC9B,mCAAmC,EAEnC,2BAA2B,EAM5B,MAAM,SAAS,CAAC;AAgCjB,wBAAgB,oCAAoC,CAClD,OAAO,EAAE,2BAA2B,EACpC,KAAK,GAAE,mCAAwC,EAC/C,OAAO,GAAE,gCAAqC,GAC7C,8BAA8B,CA+tBhC"}
|