@babylonjs/core 6.39.0 → 6.40.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (609) hide show
  1. package/Actions/action.js +3 -1
  2. package/Actions/action.js.map +1 -1
  3. package/Actions/condition.js +1 -0
  4. package/Actions/condition.js.map +1 -1
  5. package/Actions/directActions.d.ts +2 -2
  6. package/Actions/directActions.js +2 -2
  7. package/Actions/directActions.js.map +1 -1
  8. package/Animations/pathCursor.js +1 -0
  9. package/Animations/pathCursor.js.map +1 -1
  10. package/Animations/runtimeAnimation.js +1 -1
  11. package/Animations/runtimeAnimation.js.map +1 -1
  12. package/Audio/audioEngine.js +5 -0
  13. package/Audio/audioEngine.js.map +1 -1
  14. package/Behaviors/Cameras/autoRotationBehavior.d.ts +3 -0
  15. package/Behaviors/Cameras/autoRotationBehavior.js +3 -0
  16. package/Behaviors/Cameras/autoRotationBehavior.js.map +1 -1
  17. package/Behaviors/Meshes/pointerDragBehavior.d.ts +1 -0
  18. package/Behaviors/Meshes/pointerDragBehavior.js +2 -0
  19. package/Behaviors/Meshes/pointerDragBehavior.js.map +1 -1
  20. package/Bones/bone.d.ts +2 -0
  21. package/Bones/bone.js +2 -0
  22. package/Bones/bone.js.map +1 -1
  23. package/Cameras/Inputs/BaseCameraPointersInput.d.ts +2 -2
  24. package/Cameras/Inputs/BaseCameraPointersInput.js +2 -2
  25. package/Cameras/Inputs/BaseCameraPointersInput.js.map +1 -1
  26. package/Cameras/Inputs/arcRotateCameraPointersInput.d.ts +9 -9
  27. package/Cameras/Inputs/arcRotateCameraPointersInput.js +9 -9
  28. package/Cameras/Inputs/arcRotateCameraPointersInput.js.map +1 -1
  29. package/Cameras/Inputs/followCameraKeyboardMoveInput.d.ts +3 -0
  30. package/Cameras/Inputs/followCameraKeyboardMoveInput.js +3 -0
  31. package/Cameras/Inputs/followCameraKeyboardMoveInput.js.map +1 -1
  32. package/Cameras/arcRotateCamera.d.ts +2 -0
  33. package/Cameras/arcRotateCamera.js +2 -0
  34. package/Cameras/arcRotateCamera.js.map +1 -1
  35. package/Cameras/camera.d.ts +2 -0
  36. package/Cameras/camera.js +4 -0
  37. package/Cameras/camera.js.map +1 -1
  38. package/Cameras/followCamera.d.ts +1 -0
  39. package/Cameras/followCamera.js +1 -0
  40. package/Cameras/followCamera.js.map +1 -1
  41. package/Debug/debugLayer.d.ts +4 -1
  42. package/Debug/debugLayer.js +4 -1
  43. package/Debug/debugLayer.js.map +1 -1
  44. package/Debug/physicsViewer.d.ts +1 -0
  45. package/Debug/physicsViewer.js +1 -0
  46. package/Debug/physicsViewer.js.map +1 -1
  47. package/Decorators/nodeDecorator.d.ts +5 -4
  48. package/Decorators/nodeDecorator.js +5 -4
  49. package/Decorators/nodeDecorator.js.map +1 -1
  50. package/DeviceInput/eventFactory.d.ts +2 -0
  51. package/DeviceInput/eventFactory.js +3 -0
  52. package/DeviceInput/eventFactory.js.map +1 -1
  53. package/DeviceInput/webDeviceInputSystem.js +3 -0
  54. package/DeviceInput/webDeviceInputSystem.js.map +1 -1
  55. package/Engines/Extensions/engine.multiview.js +2 -0
  56. package/Engines/Extensions/engine.multiview.js.map +1 -1
  57. package/Engines/Native/nativeDataStream.d.ts +32 -0
  58. package/Engines/Native/nativeDataStream.js +32 -0
  59. package/Engines/Native/nativeDataStream.js.map +1 -1
  60. package/Engines/Native/nativePipelineContext.d.ts +0 -3
  61. package/Engines/Native/nativePipelineContext.js +0 -3
  62. package/Engines/Native/nativePipelineContext.js.map +1 -1
  63. package/Engines/WebGL/webGLPipelineContext.d.ts +0 -3
  64. package/Engines/WebGL/webGLPipelineContext.js +0 -3
  65. package/Engines/WebGL/webGLPipelineContext.js.map +1 -1
  66. package/Engines/WebGPU/Extensions/engine.readTexture.js +1 -0
  67. package/Engines/WebGPU/Extensions/engine.readTexture.js.map +1 -1
  68. package/Engines/WebGPU/webgpuCacheBindGroups.d.ts +1 -0
  69. package/Engines/WebGPU/webgpuCacheBindGroups.js +1 -0
  70. package/Engines/WebGPU/webgpuCacheBindGroups.js.map +1 -1
  71. package/Engines/WebGPU/webgpuCacheRenderPipeline.js +3 -0
  72. package/Engines/WebGPU/webgpuCacheRenderPipeline.js.map +1 -1
  73. package/Engines/WebGPU/webgpuPipelineContext.d.ts +0 -3
  74. package/Engines/WebGPU/webgpuPipelineContext.js +0 -3
  75. package/Engines/WebGPU/webgpuPipelineContext.js.map +1 -1
  76. package/Engines/WebGPU/webgpuShaderProcessingContext.js +1 -0
  77. package/Engines/WebGPU/webgpuShaderProcessingContext.js.map +1 -1
  78. package/Engines/WebGPU/webgpuShaderProcessorsWGSL.d.ts +1 -1
  79. package/Engines/WebGPU/webgpuShaderProcessorsWGSL.js +11 -2
  80. package/Engines/WebGPU/webgpuShaderProcessorsWGSL.js.map +1 -1
  81. package/Engines/WebGPU/webgpuTextureHelper.js +22 -0
  82. package/Engines/WebGPU/webgpuTextureHelper.js.map +1 -1
  83. package/Engines/WebGPU/webgpuTextureManager.js +2 -1
  84. package/Engines/WebGPU/webgpuTextureManager.js.map +1 -1
  85. package/Engines/engine.js +1 -0
  86. package/Engines/engine.js.map +1 -1
  87. package/Engines/nativeEngine.d.ts +4 -0
  88. package/Engines/nativeEngine.js +5 -0
  89. package/Engines/nativeEngine.js.map +1 -1
  90. package/Engines/thinEngine.js +7 -2
  91. package/Engines/thinEngine.js.map +1 -1
  92. package/Engines/webgpuEngine.d.ts +1 -1
  93. package/Engines/webgpuEngine.js +17 -1
  94. package/Engines/webgpuEngine.js.map +1 -1
  95. package/FlowGraph/Blocks/Data/Math/flowGraphMathBlocks.d.ts +207 -2
  96. package/FlowGraph/Blocks/Data/Math/flowGraphMathBlocks.js +207 -6
  97. package/FlowGraph/Blocks/Data/Math/flowGraphMathBlocks.js.map +1 -1
  98. package/FlowGraph/Blocks/Data/flowGraphBinaryOperationBlock.d.ts +15 -0
  99. package/FlowGraph/Blocks/Data/flowGraphBinaryOperationBlock.js +9 -0
  100. package/FlowGraph/Blocks/Data/flowGraphBinaryOperationBlock.js.map +1 -1
  101. package/FlowGraph/Blocks/Data/flowGraphConditionalDataBlock.d.ts +4 -0
  102. package/FlowGraph/Blocks/Data/flowGraphConditionalDataBlock.js +4 -0
  103. package/FlowGraph/Blocks/Data/flowGraphConditionalDataBlock.js.map +1 -1
  104. package/FlowGraph/Blocks/Data/flowGraphConstantBlock.d.ts +17 -1
  105. package/FlowGraph/Blocks/Data/flowGraphConstantBlock.js +14 -1
  106. package/FlowGraph/Blocks/Data/flowGraphConstantBlock.js.map +1 -1
  107. package/FlowGraph/Blocks/Data/flowGraphConstantOperationBlock.d.ts +9 -0
  108. package/FlowGraph/Blocks/Data/flowGraphConstantOperationBlock.js +9 -0
  109. package/FlowGraph/Blocks/Data/flowGraphConstantOperationBlock.js.map +1 -1
  110. package/FlowGraph/Blocks/Data/flowGraphCoordinateTransformBlock.d.ts +5 -0
  111. package/FlowGraph/Blocks/Data/flowGraphCoordinateTransformBlock.js +5 -0
  112. package/FlowGraph/Blocks/Data/flowGraphCoordinateTransformBlock.js.map +1 -1
  113. package/FlowGraph/Blocks/Data/flowGraphGetPropertyBlock.d.ts +16 -1
  114. package/FlowGraph/Blocks/Data/flowGraphGetPropertyBlock.js +13 -1
  115. package/FlowGraph/Blocks/Data/flowGraphGetPropertyBlock.js.map +1 -1
  116. package/FlowGraph/Blocks/Data/flowGraphGetVariableBlock.d.ts +12 -1
  117. package/FlowGraph/Blocks/Data/flowGraphGetVariableBlock.js +12 -1
  118. package/FlowGraph/Blocks/Data/flowGraphGetVariableBlock.js.map +1 -1
  119. package/FlowGraph/Blocks/Data/flowGraphTernaryOperationBlock.d.ts +18 -0
  120. package/FlowGraph/Blocks/Data/flowGraphTernaryOperationBlock.js +9 -0
  121. package/FlowGraph/Blocks/Data/flowGraphTernaryOperationBlock.js.map +1 -1
  122. package/FlowGraph/Blocks/Data/flowGraphUnaryOperationBlock.d.ts +12 -0
  123. package/FlowGraph/Blocks/Data/flowGraphUnaryOperationBlock.js +9 -0
  124. package/FlowGraph/Blocks/Data/flowGraphUnaryOperationBlock.js.map +1 -1
  125. package/FlowGraph/Blocks/Event/flowGraphMeshPickEventBlock.d.ts +15 -1
  126. package/FlowGraph/Blocks/Event/flowGraphMeshPickEventBlock.js +12 -1
  127. package/FlowGraph/Blocks/Event/flowGraphMeshPickEventBlock.js.map +1 -1
  128. package/FlowGraph/Blocks/Event/flowGraphReceiveCustomEventBlock.d.ts +18 -2
  129. package/FlowGraph/Blocks/Event/flowGraphReceiveCustomEventBlock.js +15 -4
  130. package/FlowGraph/Blocks/Event/flowGraphReceiveCustomEventBlock.js.map +1 -1
  131. package/FlowGraph/Blocks/Event/flowGraphSceneReadyEventBlock.d.ts +6 -0
  132. package/FlowGraph/Blocks/Event/flowGraphSceneReadyEventBlock.js +6 -0
  133. package/FlowGraph/Blocks/Event/flowGraphSceneReadyEventBlock.js.map +1 -1
  134. package/FlowGraph/Blocks/Event/flowGraphSceneTickEventBlock.d.ts +6 -0
  135. package/FlowGraph/Blocks/Event/flowGraphSceneTickEventBlock.js +6 -0
  136. package/FlowGraph/Blocks/Event/flowGraphSceneTickEventBlock.js.map +1 -1
  137. package/FlowGraph/Blocks/Execution/Animation/flowGraphPauseAnimationBlock.d.ts +5 -2
  138. package/FlowGraph/Blocks/Execution/Animation/flowGraphPauseAnimationBlock.js +4 -1
  139. package/FlowGraph/Blocks/Execution/Animation/flowGraphPauseAnimationBlock.js.map +1 -1
  140. package/FlowGraph/Blocks/Execution/Animation/flowGraphPlayAnimationBlock.d.ts +15 -1
  141. package/FlowGraph/Blocks/Execution/Animation/flowGraphPlayAnimationBlock.js +12 -1
  142. package/FlowGraph/Blocks/Execution/Animation/flowGraphPlayAnimationBlock.js.map +1 -1
  143. package/FlowGraph/Blocks/Execution/Animation/flowGraphStopAnimationBlock.d.ts +4 -1
  144. package/FlowGraph/Blocks/Execution/Animation/flowGraphStopAnimationBlock.js +3 -0
  145. package/FlowGraph/Blocks/Execution/Animation/flowGraphStopAnimationBlock.js.map +1 -1
  146. package/FlowGraph/Blocks/Execution/ControlFlow/flowGraphBranchBlock.d.ts +3 -0
  147. package/FlowGraph/Blocks/Execution/ControlFlow/flowGraphBranchBlock.js +3 -0
  148. package/FlowGraph/Blocks/Execution/ControlFlow/flowGraphBranchBlock.js.map +1 -1
  149. package/FlowGraph/Blocks/Execution/ControlFlow/flowGraphCounterBlock.d.ts +3 -0
  150. package/FlowGraph/Blocks/Execution/ControlFlow/flowGraphCounterBlock.js +3 -0
  151. package/FlowGraph/Blocks/Execution/ControlFlow/flowGraphCounterBlock.js.map +1 -1
  152. package/FlowGraph/Blocks/Execution/ControlFlow/flowGraphDebounceBlock.d.ts +3 -0
  153. package/FlowGraph/Blocks/Execution/ControlFlow/flowGraphDebounceBlock.js +3 -0
  154. package/FlowGraph/Blocks/Execution/ControlFlow/flowGraphDebounceBlock.js.map +1 -1
  155. package/FlowGraph/Blocks/Execution/ControlFlow/flowGraphDoNBlock.d.ts +14 -1
  156. package/FlowGraph/Blocks/Execution/ControlFlow/flowGraphDoNBlock.js +11 -1
  157. package/FlowGraph/Blocks/Execution/ControlFlow/flowGraphDoNBlock.js.map +1 -1
  158. package/FlowGraph/Blocks/Execution/ControlFlow/flowGraphFlipFlopBlock.d.ts +3 -0
  159. package/FlowGraph/Blocks/Execution/ControlFlow/flowGraphFlipFlopBlock.js +3 -0
  160. package/FlowGraph/Blocks/Execution/ControlFlow/flowGraphFlipFlopBlock.js.map +1 -1
  161. package/FlowGraph/Blocks/Execution/ControlFlow/flowGraphForLoopBlock.d.ts +3 -0
  162. package/FlowGraph/Blocks/Execution/ControlFlow/flowGraphForLoopBlock.js +3 -0
  163. package/FlowGraph/Blocks/Execution/ControlFlow/flowGraphForLoopBlock.js.map +1 -1
  164. package/FlowGraph/Blocks/Execution/ControlFlow/flowGraphMultiGateBlock.d.ts +15 -2
  165. package/FlowGraph/Blocks/Execution/ControlFlow/flowGraphMultiGateBlock.js +12 -4
  166. package/FlowGraph/Blocks/Execution/ControlFlow/flowGraphMultiGateBlock.js.map +1 -1
  167. package/FlowGraph/Blocks/Execution/ControlFlow/flowGraphSequenceBlock.d.ts +14 -2
  168. package/FlowGraph/Blocks/Execution/ControlFlow/flowGraphSequenceBlock.js +11 -4
  169. package/FlowGraph/Blocks/Execution/ControlFlow/flowGraphSequenceBlock.js.map +1 -1
  170. package/FlowGraph/Blocks/Execution/ControlFlow/flowGraphSwitchBlock.d.ts +15 -2
  171. package/FlowGraph/Blocks/Execution/ControlFlow/flowGraphSwitchBlock.js +12 -4
  172. package/FlowGraph/Blocks/Execution/ControlFlow/flowGraphSwitchBlock.js.map +1 -1
  173. package/FlowGraph/Blocks/Execution/ControlFlow/flowGraphThrottleBlock.d.ts +3 -0
  174. package/FlowGraph/Blocks/Execution/ControlFlow/flowGraphThrottleBlock.js +3 -0
  175. package/FlowGraph/Blocks/Execution/ControlFlow/flowGraphThrottleBlock.js.map +1 -1
  176. package/FlowGraph/Blocks/Execution/ControlFlow/flowGraphTimerBlock.d.ts +6 -0
  177. package/FlowGraph/Blocks/Execution/ControlFlow/flowGraphTimerBlock.js +6 -0
  178. package/FlowGraph/Blocks/Execution/ControlFlow/flowGraphTimerBlock.js.map +1 -1
  179. package/FlowGraph/Blocks/Execution/ControlFlow/flowGraphWaitAllBlock.d.ts +15 -2
  180. package/FlowGraph/Blocks/Execution/ControlFlow/flowGraphWaitAllBlock.js +12 -3
  181. package/FlowGraph/Blocks/Execution/ControlFlow/flowGraphWaitAllBlock.js.map +1 -1
  182. package/FlowGraph/Blocks/Execution/ControlFlow/flowGraphWhileLoopBlock.d.ts +18 -1
  183. package/FlowGraph/Blocks/Execution/ControlFlow/flowGraphWhileLoopBlock.js +15 -1
  184. package/FlowGraph/Blocks/Execution/ControlFlow/flowGraphWhileLoopBlock.js.map +1 -1
  185. package/FlowGraph/Blocks/Execution/flowGraphConsoleLogBlock.d.ts +6 -0
  186. package/FlowGraph/Blocks/Execution/flowGraphConsoleLogBlock.js +6 -0
  187. package/FlowGraph/Blocks/Execution/flowGraphConsoleLogBlock.js.map +1 -1
  188. package/FlowGraph/Blocks/Execution/flowGraphSendCustomEventBlock.d.ts +14 -2
  189. package/FlowGraph/Blocks/Execution/flowGraphSendCustomEventBlock.js +11 -4
  190. package/FlowGraph/Blocks/Execution/flowGraphSendCustomEventBlock.js.map +1 -1
  191. package/FlowGraph/Blocks/Execution/flowGraphSetPropertyBlock.d.ts +15 -1
  192. package/FlowGraph/Blocks/Execution/flowGraphSetPropertyBlock.js +12 -1
  193. package/FlowGraph/Blocks/Execution/flowGraphSetPropertyBlock.js.map +1 -1
  194. package/FlowGraph/Blocks/Execution/flowGraphSetVariableBlock.d.ts +14 -1
  195. package/FlowGraph/Blocks/Execution/flowGraphSetVariableBlock.js +11 -1
  196. package/FlowGraph/Blocks/Execution/flowGraphSetVariableBlock.js.map +1 -1
  197. package/FlowGraph/flowGraph.d.ts +16 -8
  198. package/FlowGraph/flowGraph.js +13 -8
  199. package/FlowGraph/flowGraph.js.map +1 -1
  200. package/FlowGraph/flowGraphBlock.d.ts +54 -5
  201. package/FlowGraph/flowGraphBlock.js +50 -11
  202. package/FlowGraph/flowGraphBlock.js.map +1 -1
  203. package/FlowGraph/flowGraphConnection.d.ts +10 -6
  204. package/FlowGraph/flowGraphConnection.js +10 -6
  205. package/FlowGraph/flowGraphConnection.js.map +1 -1
  206. package/FlowGraph/flowGraphContext.d.ts +10 -8
  207. package/FlowGraph/flowGraphContext.js +10 -8
  208. package/FlowGraph/flowGraphContext.js.map +1 -1
  209. package/FlowGraph/flowGraphCoordinator.d.ts +27 -1
  210. package/FlowGraph/flowGraphCoordinator.js +18 -2
  211. package/FlowGraph/flowGraphCoordinator.js.map +1 -1
  212. package/FlowGraph/flowGraphDataConnection.d.ts +26 -1
  213. package/FlowGraph/flowGraphDataConnection.js +23 -1
  214. package/FlowGraph/flowGraphDataConnection.js.map +1 -1
  215. package/FlowGraph/flowGraphExecutionBlock.d.ts +27 -1
  216. package/FlowGraph/flowGraphExecutionBlock.js +22 -4
  217. package/FlowGraph/flowGraphExecutionBlock.js.map +1 -1
  218. package/FlowGraph/flowGraphRichTypes.d.ts +24 -1
  219. package/FlowGraph/flowGraphRichTypes.js +18 -1
  220. package/FlowGraph/flowGraphRichTypes.js.map +1 -1
  221. package/FlowGraph/flowGraphSignalConnection.d.ts +2 -0
  222. package/FlowGraph/flowGraphSignalConnection.js +2 -0
  223. package/FlowGraph/flowGraphSignalConnection.js.map +1 -1
  224. package/Gamepads/gamepad.d.ts +2 -2
  225. package/Gamepads/gamepad.js +2 -2
  226. package/Gamepads/gamepad.js.map +1 -1
  227. package/Gamepads/gamepadSceneComponent.js +2 -0
  228. package/Gamepads/gamepadSceneComponent.js.map +1 -1
  229. package/Gizmos/axisScaleGizmo.d.ts +2 -0
  230. package/Gizmos/axisScaleGizmo.js +2 -0
  231. package/Gizmos/axisScaleGizmo.js.map +1 -1
  232. package/Gizmos/boundingBoxGizmo.d.ts +19 -0
  233. package/Gizmos/boundingBoxGizmo.js +36 -15
  234. package/Gizmos/boundingBoxGizmo.js.map +1 -1
  235. package/Gizmos/cameraGizmo.js +1 -0
  236. package/Gizmos/cameraGizmo.js.map +1 -1
  237. package/Gizmos/gizmo.js +1 -0
  238. package/Gizmos/gizmo.js.map +1 -1
  239. package/Gizmos/gizmoManager.d.ts +18 -0
  240. package/Gizmos/gizmoManager.js +34 -0
  241. package/Gizmos/gizmoManager.js.map +1 -1
  242. package/Gizmos/lightGizmo.d.ts +1 -0
  243. package/Gizmos/lightGizmo.js +1 -0
  244. package/Gizmos/lightGizmo.js.map +1 -1
  245. package/Gizmos/planeRotationGizmo.d.ts +2 -0
  246. package/Gizmos/planeRotationGizmo.js +2 -0
  247. package/Gizmos/planeRotationGizmo.js.map +1 -1
  248. package/Gizmos/positionGizmo.d.ts +11 -0
  249. package/Gizmos/positionGizmo.js +19 -0
  250. package/Gizmos/positionGizmo.js.map +1 -1
  251. package/Gizmos/rotationGizmo.d.ts +14 -0
  252. package/Gizmos/rotationGizmo.js +14 -0
  253. package/Gizmos/rotationGizmo.js.map +1 -1
  254. package/Gizmos/scaleGizmo.d.ts +18 -1
  255. package/Gizmos/scaleGizmo.js +19 -1
  256. package/Gizmos/scaleGizmo.js.map +1 -1
  257. package/Helpers/environmentHelper.d.ts +4 -2
  258. package/Helpers/environmentHelper.js +4 -2
  259. package/Helpers/environmentHelper.js.map +1 -1
  260. package/Layers/effectLayer.d.ts +1 -0
  261. package/Layers/effectLayer.js +1 -0
  262. package/Layers/effectLayer.js.map +1 -1
  263. package/Layers/glowLayer.d.ts +3 -1
  264. package/Layers/glowLayer.js +3 -1
  265. package/Layers/glowLayer.js.map +1 -1
  266. package/Layers/highlightLayer.d.ts +3 -2
  267. package/Layers/highlightLayer.js +3 -2
  268. package/Layers/highlightLayer.js.map +1 -1
  269. package/Lights/light.d.ts +1 -1
  270. package/Lights/light.js +1 -1
  271. package/Lights/light.js.map +1 -1
  272. package/Loading/sceneLoader.js +4 -0
  273. package/Loading/sceneLoader.js.map +1 -1
  274. package/Materials/Background/backgroundMaterial.d.ts +2 -2
  275. package/Materials/Background/backgroundMaterial.js +2 -2
  276. package/Materials/Background/backgroundMaterial.js.map +1 -1
  277. package/Materials/GaussianSplatting/gaussianSplattingMaterial.d.ts +72 -0
  278. package/Materials/GaussianSplatting/gaussianSplattingMaterial.js +230 -0
  279. package/Materials/GaussianSplatting/gaussianSplattingMaterial.js.map +1 -0
  280. package/Materials/GreasedLine/greasedLinePluginMaterial.d.ts +0 -1
  281. package/Materials/GreasedLine/greasedLinePluginMaterial.js +0 -1
  282. package/Materials/GreasedLine/greasedLinePluginMaterial.js.map +1 -1
  283. package/Materials/GreasedLine/greasedLineSimpleMaterial.d.ts +0 -1
  284. package/Materials/GreasedLine/greasedLineSimpleMaterial.js +0 -1
  285. package/Materials/GreasedLine/greasedLineSimpleMaterial.js.map +1 -1
  286. package/Materials/Node/Blocks/Dual/reflectionTextureBaseBlock.d.ts +2 -1
  287. package/Materials/Node/Blocks/Dual/reflectionTextureBaseBlock.js +1 -1
  288. package/Materials/Node/Blocks/Dual/reflectionTextureBaseBlock.js.map +1 -1
  289. package/Materials/Node/Blocks/Fragment/fragCoordBlock.js +1 -0
  290. package/Materials/Node/Blocks/Fragment/fragCoordBlock.js.map +1 -1
  291. package/Materials/Node/Blocks/Fragment/frontFacingBlock.js +1 -0
  292. package/Materials/Node/Blocks/Fragment/frontFacingBlock.js.map +1 -1
  293. package/Materials/Node/Blocks/Fragment/screenSizeBlock.js +1 -0
  294. package/Materials/Node/Blocks/Fragment/screenSizeBlock.js.map +1 -1
  295. package/Materials/Node/Blocks/Teleport/teleportInBlock.d.ts +3 -1
  296. package/Materials/Node/Blocks/Teleport/teleportInBlock.js +3 -1
  297. package/Materials/Node/Blocks/Teleport/teleportInBlock.js.map +1 -1
  298. package/Materials/Node/Blocks/triPlanarBlock.d.ts +1 -0
  299. package/Materials/Node/Blocks/triPlanarBlock.js +1 -0
  300. package/Materials/Node/Blocks/triPlanarBlock.js.map +1 -1
  301. package/Materials/Node/Blocks/worleyNoise3DBlock.d.ts +2 -0
  302. package/Materials/Node/Blocks/worleyNoise3DBlock.js +2 -0
  303. package/Materials/Node/Blocks/worleyNoise3DBlock.js.map +1 -1
  304. package/Materials/Node/nodeMaterial.d.ts +10 -3
  305. package/Materials/Node/nodeMaterial.js +14 -3
  306. package/Materials/Node/nodeMaterial.js.map +1 -1
  307. package/Materials/Node/nodeMaterialBlock.d.ts +3 -1
  308. package/Materials/Node/nodeMaterialBlock.js +4 -1
  309. package/Materials/Node/nodeMaterialBlock.js.map +1 -1
  310. package/Materials/Node/nodeMaterialBlockConnectionPoint.js +1 -0
  311. package/Materials/Node/nodeMaterialBlockConnectionPoint.js.map +1 -1
  312. package/Materials/Node/nodeMaterialBuildStateSharedData.js +1 -0
  313. package/Materials/Node/nodeMaterialBuildStateSharedData.js.map +1 -1
  314. package/Materials/PBR/pbrBaseMaterial.d.ts +7 -6
  315. package/Materials/PBR/pbrBaseMaterial.js +7 -6
  316. package/Materials/PBR/pbrBaseMaterial.js.map +1 -1
  317. package/Materials/PBR/pbrMaterial.d.ts +2 -1
  318. package/Materials/PBR/pbrMaterial.js +2 -1
  319. package/Materials/PBR/pbrMaterial.js.map +1 -1
  320. package/Materials/PBR/pbrMetallicRoughnessMaterial.d.ts +4 -1
  321. package/Materials/PBR/pbrMetallicRoughnessMaterial.js +4 -1
  322. package/Materials/PBR/pbrMetallicRoughnessMaterial.js.map +1 -1
  323. package/Materials/PBR/pbrSpecularGlossinessMaterial.d.ts +4 -1
  324. package/Materials/PBR/pbrSpecularGlossinessMaterial.js +4 -1
  325. package/Materials/PBR/pbrSpecularGlossinessMaterial.js.map +1 -1
  326. package/Materials/Textures/Loaders/envTextureLoader.js +1 -0
  327. package/Materials/Textures/Loaders/envTextureLoader.js.map +1 -1
  328. package/Materials/Textures/Loaders/hdrTextureLoader.js +1 -0
  329. package/Materials/Textures/Loaders/hdrTextureLoader.js.map +1 -1
  330. package/Materials/Textures/Loaders/tgaTextureLoader.js +1 -0
  331. package/Materials/Textures/Loaders/tgaTextureLoader.js.map +1 -1
  332. package/Materials/Textures/Packer/packer.d.ts +0 -1
  333. package/Materials/Textures/Packer/packer.js +0 -1
  334. package/Materials/Textures/Packer/packer.js.map +1 -1
  335. package/Materials/Textures/colorGradingTexture.d.ts +4 -1
  336. package/Materials/Textures/colorGradingTexture.js +4 -1
  337. package/Materials/Textures/colorGradingTexture.js.map +1 -1
  338. package/Materials/Textures/equiRectangularCubeTexture.d.ts +1 -0
  339. package/Materials/Textures/equiRectangularCubeTexture.js +1 -0
  340. package/Materials/Textures/equiRectangularCubeTexture.js.map +1 -1
  341. package/Materials/Textures/hdrCubeTexture.d.ts +3 -2
  342. package/Materials/Textures/hdrCubeTexture.js +3 -2
  343. package/Materials/Textures/hdrCubeTexture.js.map +1 -1
  344. package/Materials/Textures/htmlElementTexture.d.ts +1 -1
  345. package/Materials/Textures/htmlElementTexture.js +1 -1
  346. package/Materials/Textures/htmlElementTexture.js.map +1 -1
  347. package/Materials/index.d.ts +1 -0
  348. package/Materials/index.js +1 -0
  349. package/Materials/index.js.map +1 -1
  350. package/Materials/material.d.ts +1 -0
  351. package/Materials/material.decalMapConfiguration.d.ts +0 -5
  352. package/Materials/material.decalMapConfiguration.js +5 -5
  353. package/Materials/material.decalMapConfiguration.js.map +1 -1
  354. package/Materials/material.js +1 -0
  355. package/Materials/material.js.map +1 -1
  356. package/Materials/materialHelper.d.ts +1 -1
  357. package/Materials/materialHelper.js +4 -3
  358. package/Materials/materialHelper.js.map +1 -1
  359. package/Materials/materialPluginManager.js +1 -0
  360. package/Materials/materialPluginManager.js.map +1 -1
  361. package/Materials/standardMaterial.d.ts +2 -2
  362. package/Materials/standardMaterial.js +2 -2
  363. package/Materials/standardMaterial.js.map +1 -1
  364. package/Materials/uniformBuffer.js +2 -1
  365. package/Materials/uniformBuffer.js.map +1 -1
  366. package/Maths/math.path.d.ts +2 -1
  367. package/Maths/math.path.js +2 -1
  368. package/Maths/math.path.js.map +1 -1
  369. package/Maths/math.vector.d.ts +11 -4
  370. package/Maths/math.vector.js +11 -4
  371. package/Maths/math.vector.js.map +1 -1
  372. package/Meshes/Builders/hemisphereBuilder.js +1 -0
  373. package/Meshes/Builders/hemisphereBuilder.js.map +1 -1
  374. package/Meshes/Builders/textBuilder.d.ts +26 -5
  375. package/Meshes/Builders/textBuilder.js +26 -5
  376. package/Meshes/Builders/textBuilder.js.map +1 -1
  377. package/Meshes/GaussianSplatting/gaussianSplattingMesh.d.ts +84 -0
  378. package/Meshes/GaussianSplatting/gaussianSplattingMesh.js +288 -0
  379. package/Meshes/GaussianSplatting/gaussianSplattingMesh.js.map +1 -0
  380. package/Meshes/GreasedLine/greasedLineRibbonMesh.js +7 -0
  381. package/Meshes/GreasedLine/greasedLineRibbonMesh.js.map +1 -1
  382. package/Meshes/Node/Blocks/geometryCurveBlock.d.ts +92 -0
  383. package/Meshes/Node/Blocks/geometryCurveBlock.js +292 -0
  384. package/Meshes/Node/Blocks/geometryCurveBlock.js.map +1 -0
  385. package/Meshes/Node/Blocks/noiseBlock.d.ts +5 -3
  386. package/Meshes/Node/Blocks/noiseBlock.js +5 -3
  387. package/Meshes/Node/Blocks/noiseBlock.js.map +1 -1
  388. package/Meshes/Node/index.d.ts +1 -0
  389. package/Meshes/Node/index.js +1 -0
  390. package/Meshes/Node/index.js.map +1 -1
  391. package/Meshes/Node/nodeGeometry.d.ts +6 -2
  392. package/Meshes/Node/nodeGeometry.js +7 -2
  393. package/Meshes/Node/nodeGeometry.js.map +1 -1
  394. package/Meshes/Node/nodeGeometryBlockConnectionPoint.js +1 -0
  395. package/Meshes/Node/nodeGeometryBlockConnectionPoint.js.map +1 -1
  396. package/Meshes/Node/nodeGeometryBuildState.js +1 -0
  397. package/Meshes/Node/nodeGeometryBuildState.js.map +1 -1
  398. package/Meshes/abstractMesh.d.ts +1 -0
  399. package/Meshes/abstractMesh.js +3 -0
  400. package/Meshes/abstractMesh.js.map +1 -1
  401. package/Meshes/csg.d.ts +7 -1
  402. package/Meshes/csg.js +9 -1
  403. package/Meshes/csg.js.map +1 -1
  404. package/Meshes/index.d.ts +1 -0
  405. package/Meshes/index.js +1 -0
  406. package/Meshes/index.js.map +1 -1
  407. package/Meshes/instancedMesh.d.ts +7 -3
  408. package/Meshes/instancedMesh.js +7 -3
  409. package/Meshes/instancedMesh.js.map +1 -1
  410. package/Meshes/linesMesh.d.ts +3 -2
  411. package/Meshes/linesMesh.js +3 -2
  412. package/Meshes/linesMesh.js.map +1 -1
  413. package/Meshes/mesh.d.ts +1 -0
  414. package/Meshes/mesh.js +1 -0
  415. package/Meshes/mesh.js.map +1 -1
  416. package/Meshes/mesh.vertexData.d.ts +0 -145
  417. package/Meshes/mesh.vertexData.js +0 -145
  418. package/Meshes/mesh.vertexData.js.map +1 -1
  419. package/Meshes/transformNode.d.ts +1 -1
  420. package/Meshes/transformNode.js +1 -1
  421. package/Meshes/transformNode.js.map +1 -1
  422. package/Misc/HighDynamicRange/cubemapToSphericalPolynomial.d.ts +1 -0
  423. package/Misc/HighDynamicRange/cubemapToSphericalPolynomial.js +1 -0
  424. package/Misc/HighDynamicRange/cubemapToSphericalPolynomial.js.map +1 -1
  425. package/Misc/HighDynamicRange/hdr.js +7 -0
  426. package/Misc/HighDynamicRange/hdr.js.map +1 -1
  427. package/Misc/HighDynamicRange/panoramaToCubemap.js +2 -0
  428. package/Misc/HighDynamicRange/panoramaToCubemap.js.map +1 -1
  429. package/Misc/assetsManager.d.ts +3 -0
  430. package/Misc/assetsManager.js +3 -0
  431. package/Misc/assetsManager.js.map +1 -1
  432. package/Misc/basis.js +1 -0
  433. package/Misc/basis.js.map +1 -1
  434. package/Misc/decorators.d.ts +1 -0
  435. package/Misc/decorators.js +2 -1
  436. package/Misc/decorators.js.map +1 -1
  437. package/Misc/fileTools.js +2 -0
  438. package/Misc/fileTools.js.map +1 -1
  439. package/Misc/filesInput.d.ts +7 -2
  440. package/Misc/filesInput.js +7 -2
  441. package/Misc/filesInput.js.map +1 -1
  442. package/Misc/greasedLineTools.d.ts +1 -0
  443. package/Misc/greasedLineTools.js +1 -0
  444. package/Misc/greasedLineTools.js.map +1 -1
  445. package/Misc/textureTools.d.ts +2 -0
  446. package/Misc/textureTools.js +2 -0
  447. package/Misc/textureTools.js.map +1 -1
  448. package/Misc/timer.d.ts +2 -1
  449. package/Misc/timer.js +1 -0
  450. package/Misc/timer.js.map +1 -1
  451. package/Misc/tools.d.ts +2 -2
  452. package/Misc/tools.js +6 -2
  453. package/Misc/tools.js.map +1 -1
  454. package/Misc/videoRecorder.js +4 -0
  455. package/Misc/videoRecorder.js.map +1 -1
  456. package/Misc/webRequest.js +1 -1
  457. package/Misc/webRequest.js.map +1 -1
  458. package/Morph/morphTargetManager.d.ts +11 -0
  459. package/Morph/morphTargetManager.js +22 -2
  460. package/Morph/morphTargetManager.js.map +1 -1
  461. package/Particles/EmitterTypes/customParticleEmitter.js +10 -2
  462. package/Particles/EmitterTypes/customParticleEmitter.js.map +1 -1
  463. package/Particles/EmitterTypes/cylinderParticleEmitter.d.ts +3 -1
  464. package/Particles/EmitterTypes/cylinderParticleEmitter.js +7 -1
  465. package/Particles/EmitterTypes/cylinderParticleEmitter.js.map +1 -1
  466. package/Particles/IParticleSystem.d.ts +2 -2
  467. package/Particles/IParticleSystem.js.map +1 -1
  468. package/Particles/gpuParticleSystem.js +1 -0
  469. package/Particles/gpuParticleSystem.js.map +1 -1
  470. package/Particles/particleSystem.d.ts +1 -2
  471. package/Particles/particleSystem.js +5 -1
  472. package/Particles/particleSystem.js.map +1 -1
  473. package/Particles/solidParticleSystem.d.ts +1 -1
  474. package/Particles/solidParticleSystem.js +1 -1
  475. package/Particles/solidParticleSystem.js.map +1 -1
  476. package/Physics/physicsHelper.d.ts +1 -0
  477. package/Physics/physicsHelper.js +1 -0
  478. package/Physics/physicsHelper.js.map +1 -1
  479. package/Physics/v1/Plugins/ammoJSPlugin.d.ts +5 -0
  480. package/Physics/v1/Plugins/ammoJSPlugin.js +6 -0
  481. package/Physics/v1/Plugins/ammoJSPlugin.js.map +1 -1
  482. package/Physics/v1/physicsEngine.d.ts +2 -0
  483. package/Physics/v1/physicsEngine.js +2 -0
  484. package/Physics/v1/physicsEngine.js.map +1 -1
  485. package/Physics/v1/physicsImpostor.d.ts +0 -1
  486. package/Physics/v1/physicsImpostor.js +0 -1
  487. package/Physics/v1/physicsImpostor.js.map +1 -1
  488. package/Physics/v2/IPhysicsEnginePlugin.d.ts +1 -0
  489. package/Physics/v2/IPhysicsEnginePlugin.js.map +1 -1
  490. package/Physics/v2/Plugins/havokPlugin.d.ts +12 -6
  491. package/Physics/v2/Plugins/havokPlugin.js +38 -6
  492. package/Physics/v2/Plugins/havokPlugin.js.map +1 -1
  493. package/Physics/v2/physicsBody.d.ts +8 -0
  494. package/Physics/v2/physicsBody.js +18 -4
  495. package/Physics/v2/physicsBody.js.map +1 -1
  496. package/Physics/v2/physicsConstraint.d.ts +0 -2
  497. package/Physics/v2/physicsConstraint.js +0 -2
  498. package/Physics/v2/physicsConstraint.js.map +1 -1
  499. package/Physics/v2/physicsEngine.d.ts +1 -2
  500. package/Physics/v2/physicsEngine.js +2 -2
  501. package/Physics/v2/physicsEngine.js.map +1 -1
  502. package/Physics/v2/physicsShape.d.ts +2 -0
  503. package/Physics/v2/physicsShape.js +5 -0
  504. package/Physics/v2/physicsShape.js.map +1 -1
  505. package/PostProcesses/motionBlurPostProcess.d.ts +1 -0
  506. package/PostProcesses/motionBlurPostProcess.js +1 -0
  507. package/PostProcesses/motionBlurPostProcess.js.map +1 -1
  508. package/PostProcesses/postProcess.d.ts +0 -1
  509. package/PostProcesses/postProcess.js +0 -1
  510. package/PostProcesses/postProcess.js.map +1 -1
  511. package/Rendering/depthRendererSceneComponent.js +1 -0
  512. package/Rendering/depthRendererSceneComponent.js.map +1 -1
  513. package/Rendering/fluidRenderer/fluidRenderingObject.d.ts +1 -1
  514. package/Rendering/fluidRenderer/fluidRenderingObject.js +1 -1
  515. package/Rendering/fluidRenderer/fluidRenderingObject.js.map +1 -1
  516. package/Rendering/fluidRenderer/fluidRenderingObjectCustomParticles.d.ts +1 -1
  517. package/Rendering/fluidRenderer/fluidRenderingObjectCustomParticles.js +1 -1
  518. package/Rendering/fluidRenderer/fluidRenderingObjectCustomParticles.js.map +1 -1
  519. package/Rendering/fluidRenderer/fluidRenderingObjectParticleSystem.d.ts +1 -1
  520. package/Rendering/fluidRenderer/fluidRenderingObjectParticleSystem.js +1 -1
  521. package/Rendering/fluidRenderer/fluidRenderingObjectParticleSystem.js.map +1 -1
  522. package/Rendering/geometryBufferRenderer.d.ts +2 -2
  523. package/Rendering/geometryBufferRenderer.js +2 -2
  524. package/Rendering/geometryBufferRenderer.js.map +1 -1
  525. package/Rendering/index.d.ts +0 -1
  526. package/Rendering/index.js +0 -1
  527. package/Rendering/index.js.map +1 -1
  528. package/Rendering/renderingGroup.d.ts +0 -1
  529. package/Rendering/renderingGroup.js +3 -4
  530. package/Rendering/renderingGroup.js.map +1 -1
  531. package/Rendering/renderingManager.d.ts +1 -1
  532. package/Rendering/renderingManager.js +1 -1
  533. package/Rendering/renderingManager.js.map +1 -1
  534. package/Rendering/subSurfaceConfiguration.d.ts +1 -0
  535. package/Rendering/subSurfaceConfiguration.js +1 -0
  536. package/Rendering/subSurfaceConfiguration.js.map +1 -1
  537. package/Shaders/ShadersInclude/gaussianSplattingUboDeclaration.d.ts +7 -0
  538. package/Shaders/ShadersInclude/gaussianSplattingUboDeclaration.js +13 -0
  539. package/Shaders/ShadersInclude/gaussianSplattingUboDeclaration.js.map +1 -0
  540. package/Shaders/ShadersInclude/gaussianSplattingVertexDeclaration.d.ts +5 -0
  541. package/Shaders/ShadersInclude/gaussianSplattingVertexDeclaration.js +10 -0
  542. package/Shaders/ShadersInclude/gaussianSplattingVertexDeclaration.js.map +1 -0
  543. package/Shaders/ShadersInclude/morphTargetsVertex.js +8 -5
  544. package/Shaders/ShadersInclude/morphTargetsVertex.js.map +1 -1
  545. package/Shaders/ShadersInclude/morphTargetsVertexDeclaration.js +2 -0
  546. package/Shaders/ShadersInclude/morphTargetsVertexDeclaration.js.map +1 -1
  547. package/Shaders/gaussianSplatting.fragment.d.ts +11 -0
  548. package/Shaders/gaussianSplatting.fragment.js +27 -0
  549. package/Shaders/gaussianSplatting.fragment.js.map +1 -0
  550. package/Shaders/gaussianSplatting.vertex.d.ts +13 -0
  551. package/Shaders/gaussianSplatting.vertex.js +49 -0
  552. package/Shaders/gaussianSplatting.vertex.js.map +1 -0
  553. package/ShadersWGSL/ShadersInclude/morphTargetsVertex.js +5 -1
  554. package/ShadersWGSL/ShadersInclude/morphTargetsVertex.js.map +1 -1
  555. package/ShadersWGSL/ShadersInclude/morphTargetsVertexDeclaration.js +2 -0
  556. package/ShadersWGSL/ShadersInclude/morphTargetsVertexDeclaration.js.map +1 -1
  557. package/XR/features/WebXRAbstractFeature.d.ts +3 -1
  558. package/XR/features/WebXRAbstractFeature.js +20 -4
  559. package/XR/features/WebXRAbstractFeature.js.map +1 -1
  560. package/XR/features/WebXRAnchorSystem.d.ts +1 -0
  561. package/XR/features/WebXRAnchorSystem.js +1 -0
  562. package/XR/features/WebXRAnchorSystem.js.map +1 -1
  563. package/XR/features/WebXRControllerTeleportation.js +9 -2
  564. package/XR/features/WebXRControllerTeleportation.js.map +1 -1
  565. package/XR/features/WebXREyeTracking.js +1 -1
  566. package/XR/features/WebXREyeTracking.js.map +1 -1
  567. package/XR/features/WebXRHandTracking.d.ts +4 -1
  568. package/XR/features/WebXRHandTracking.js +18 -4
  569. package/XR/features/WebXRHandTracking.js.map +1 -1
  570. package/XR/features/WebXRHitTest.js +1 -1
  571. package/XR/features/WebXRHitTest.js.map +1 -1
  572. package/XR/features/WebXRNearInteraction.d.ts +6 -3
  573. package/XR/features/WebXRNearInteraction.js +9 -4
  574. package/XR/features/WebXRNearInteraction.js.map +1 -1
  575. package/XR/features/WebXRPlaneDetector.d.ts +2 -0
  576. package/XR/features/WebXRPlaneDetector.js +2 -0
  577. package/XR/features/WebXRPlaneDetector.js.map +1 -1
  578. package/XR/features/WebXRRawCameraAccess.d.ts +2 -0
  579. package/XR/features/WebXRRawCameraAccess.js +2 -0
  580. package/XR/features/WebXRRawCameraAccess.js.map +1 -1
  581. package/XR/motionController/webXROculusTouchMotionController.d.ts +1 -0
  582. package/XR/motionController/webXROculusTouchMotionController.js +1 -0
  583. package/XR/motionController/webXROculusTouchMotionController.js.map +1 -1
  584. package/XR/webXRCamera.d.ts +2 -0
  585. package/XR/webXRCamera.js +8 -6
  586. package/XR/webXRCamera.js.map +1 -1
  587. package/XR/webXRExperienceHelper.js +1 -0
  588. package/XR/webXRExperienceHelper.js.map +1 -1
  589. package/XR/webXRInput.js +1 -1
  590. package/XR/webXRInput.js.map +1 -1
  591. package/XR/webXRInputSource.d.ts +3 -1
  592. package/XR/webXRInputSource.js +6 -3
  593. package/XR/webXRInputSource.js.map +1 -1
  594. package/XR/webXRSessionManager.d.ts +13 -0
  595. package/XR/webXRSessionManager.js +21 -1
  596. package/XR/webXRSessionManager.js.map +1 -1
  597. package/assetContainer.d.ts +4 -1
  598. package/assetContainer.js +4 -1
  599. package/assetContainer.js.map +1 -1
  600. package/package.json +1 -1
  601. package/scene.d.ts +1 -0
  602. package/scene.js +11 -0
  603. package/scene.js.map +1 -1
  604. package/Rendering/GaussianSplatting/gaussianSplatting.d.ts +0 -81
  605. package/Rendering/GaussianSplatting/gaussianSplatting.js +0 -400
  606. package/Rendering/GaussianSplatting/gaussianSplatting.js.map +0 -1
  607. package/Rendering/GaussianSplatting/index.d.ts +0 -1
  608. package/Rendering/GaussianSplatting/index.js +0 -2
  609. package/Rendering/GaussianSplatting/index.js.map +0 -1
@@ -12,7 +12,9 @@ import { FlowGraphInteger } from "../../../flowGraphInteger";
12
12
  export declare class FlowGraphAddBlock extends FlowGraphBinaryOperationBlock<any, any, any> {
13
13
  constructor(config?: IFlowGraphBlockConfiguration);
14
14
  private _polymorphicAdd;
15
- getClassName(): string;
15
+ /**
16
+ * the class name of the block.
17
+ */
16
18
  static ClassName: string;
17
19
  }
18
20
  /**
@@ -22,7 +24,9 @@ export declare class FlowGraphAddBlock extends FlowGraphBinaryOperationBlock<any
22
24
  export declare class FlowGraphSubtractBlock extends FlowGraphBinaryOperationBlock<any, any, any> {
23
25
  constructor(config?: IFlowGraphBlockConfiguration);
24
26
  private _polymorphicAdd;
25
- getClassName(): string;
27
+ /**
28
+ * the class name of the block.
29
+ */
26
30
  static ClassName: string;
27
31
  }
28
32
  /**
@@ -33,6 +37,9 @@ export declare class FlowGraphSubtractBlock extends FlowGraphBinaryOperationBloc
33
37
  export declare class FlowGraphMultiplyBlock extends FlowGraphBinaryOperationBlock<any, any, any> {
34
38
  constructor(config?: IFlowGraphBlockConfiguration);
35
39
  private _polymorphicMultiply;
40
+ /**
41
+ * the class name of the block.
42
+ */
36
43
  static ClassName: string;
37
44
  }
38
45
  /**
@@ -42,6 +49,9 @@ export declare class FlowGraphMultiplyBlock extends FlowGraphBinaryOperationBloc
42
49
  export declare class FlowGraphDivideBlock extends FlowGraphBinaryOperationBlock<any, any, any> {
43
50
  constructor(config?: IFlowGraphBlockConfiguration);
44
51
  private _polymorphicDivide;
52
+ /**
53
+ * the class name of the block.
54
+ */
45
55
  static ClassName: string;
46
56
  }
47
57
  /**
@@ -50,6 +60,9 @@ export declare class FlowGraphDivideBlock extends FlowGraphBinaryOperationBlock<
50
60
  */
51
61
  export declare class FlowGraphRandomBlock extends FlowGraphConstantOperationBlock<number> {
52
62
  constructor(config?: IFlowGraphBlockConfiguration);
63
+ /**
64
+ * the class name of the block.
65
+ */
53
66
  static ClassName: string;
54
67
  }
55
68
  /**
@@ -59,6 +72,9 @@ export declare class FlowGraphRandomBlock extends FlowGraphConstantOperationBloc
59
72
  export declare class FlowGraphDotBlock extends FlowGraphBinaryOperationBlock<any, any, number> {
60
73
  constructor(config?: IFlowGraphBlockConfiguration);
61
74
  private _polymorphicDot;
75
+ /**
76
+ * the class name of the block.
77
+ */
62
78
  static ClassName: string;
63
79
  }
64
80
  /**
@@ -67,6 +83,9 @@ export declare class FlowGraphDotBlock extends FlowGraphBinaryOperationBlock<any
67
83
  */
68
84
  export declare class FlowGraphEBlock extends FlowGraphConstantOperationBlock<number> {
69
85
  constructor(config?: IFlowGraphBlockConfiguration);
86
+ /**
87
+ * the class name of the block.
88
+ */
70
89
  static ClassName: string;
71
90
  }
72
91
  /**
@@ -75,6 +94,9 @@ export declare class FlowGraphEBlock extends FlowGraphConstantOperationBlock<num
75
94
  */
76
95
  export declare class FlowGraphPiBlock extends FlowGraphConstantOperationBlock<number> {
77
96
  constructor(config?: IFlowGraphBlockConfiguration);
97
+ /**
98
+ * the class name of the block.
99
+ */
78
100
  static ClassName: string;
79
101
  }
80
102
  /**
@@ -83,6 +105,9 @@ export declare class FlowGraphPiBlock extends FlowGraphConstantOperationBlock<nu
83
105
  */
84
106
  export declare class FlowGraphInfBlock extends FlowGraphConstantOperationBlock<number> {
85
107
  constructor(config?: IFlowGraphBlockConfiguration);
108
+ /**
109
+ * the class name of the block.
110
+ */
86
111
  static ClassName: string;
87
112
  }
88
113
  /**
@@ -91,6 +116,9 @@ export declare class FlowGraphInfBlock extends FlowGraphConstantOperationBlock<n
91
116
  */
92
117
  export declare class FlowGraphNaNBlock extends FlowGraphConstantOperationBlock<number> {
93
118
  constructor(config?: IFlowGraphBlockConfiguration);
119
+ /**
120
+ * the class name of the block.
121
+ */
94
122
  static ClassName: string;
95
123
  }
96
124
  /**
@@ -100,6 +128,9 @@ export declare class FlowGraphNaNBlock extends FlowGraphConstantOperationBlock<n
100
128
  export declare class FlowGraphAbsBlock extends FlowGraphUnaryOperationBlock<any, any> {
101
129
  constructor(config?: IFlowGraphBlockConfiguration);
102
130
  private _polymorphicAbs;
131
+ /**
132
+ * the class name of the block.
133
+ */
103
134
  static ClassName: string;
104
135
  }
105
136
  /**
@@ -109,6 +140,9 @@ export declare class FlowGraphAbsBlock extends FlowGraphUnaryOperationBlock<any,
109
140
  export declare class FlowGraphSignBlock extends FlowGraphUnaryOperationBlock<any, any> {
110
141
  constructor(config?: IFlowGraphBlockConfiguration);
111
142
  private _polymorphicSign;
143
+ /**
144
+ * the class name of the block.
145
+ */
112
146
  static ClassName: string;
113
147
  }
114
148
  /**
@@ -118,6 +152,9 @@ export declare class FlowGraphSignBlock extends FlowGraphUnaryOperationBlock<any
118
152
  export declare class FlowGraphTruncBlock extends FlowGraphUnaryOperationBlock<any, any> {
119
153
  constructor(config?: IFlowGraphBlockConfiguration);
120
154
  private _polymorphicTrunc;
155
+ /**
156
+ * the class name of the block.
157
+ */
121
158
  static ClassName: string;
122
159
  }
123
160
  /**
@@ -127,6 +164,9 @@ export declare class FlowGraphTruncBlock extends FlowGraphUnaryOperationBlock<an
127
164
  export declare class FlowGraphFloorBlock extends FlowGraphUnaryOperationBlock<any, any> {
128
165
  constructor(config?: IFlowGraphBlockConfiguration);
129
166
  private _polymorphicFloor;
167
+ /**
168
+ * the class name of the block.
169
+ */
130
170
  static ClassName: string;
131
171
  }
132
172
  /**
@@ -136,6 +176,9 @@ export declare class FlowGraphFloorBlock extends FlowGraphUnaryOperationBlock<an
136
176
  export declare class FlowGraphCeilBlock extends FlowGraphUnaryOperationBlock<any, any> {
137
177
  constructor(config?: IFlowGraphBlockConfiguration);
138
178
  private _polymorphicCeiling;
179
+ /**
180
+ * the class name of the block.
181
+ */
139
182
  static ClassName: string;
140
183
  }
141
184
  /**
@@ -145,6 +188,9 @@ export declare class FlowGraphCeilBlock extends FlowGraphUnaryOperationBlock<any
145
188
  export declare class FlowGraphFractBlock extends FlowGraphUnaryOperationBlock<any, any> {
146
189
  constructor(config?: IFlowGraphBlockConfiguration);
147
190
  private _polymorphicFract;
191
+ /**
192
+ * the class name of the block.
193
+ */
148
194
  static ClassName: string;
149
195
  }
150
196
  /**
@@ -170,6 +216,9 @@ export declare class FlowGraphNegBlock extends FlowGraphUnaryOperationBlock<any,
170
216
  export declare class FlowGraphRemainderBlock extends FlowGraphBinaryOperationBlock<any, any, any> {
171
217
  constructor(config?: IFlowGraphBlockConfiguration);
172
218
  private _polymorphicRemainder;
219
+ /**
220
+ * the class name of the block.
221
+ */
173
222
  static ClassName: string;
174
223
  }
175
224
  /**
@@ -179,6 +228,9 @@ export declare class FlowGraphRemainderBlock extends FlowGraphBinaryOperationBlo
179
228
  export declare class FlowGraphMinBlock extends FlowGraphBinaryOperationBlock<any, any, any> {
180
229
  constructor(config?: IFlowGraphBlockConfiguration);
181
230
  private _polymorphicMin;
231
+ /**
232
+ * the class name of the block.
233
+ */
182
234
  static ClassName: string;
183
235
  }
184
236
  /**
@@ -188,6 +240,9 @@ export declare class FlowGraphMinBlock extends FlowGraphBinaryOperationBlock<any
188
240
  export declare class FlowGraphMaxBlock extends FlowGraphBinaryOperationBlock<any, any, any> {
189
241
  constructor(config?: IFlowGraphBlockConfiguration);
190
242
  private _polymorphicMax;
243
+ /**
244
+ * the class name of the block.
245
+ */
191
246
  static ClassName: string;
192
247
  }
193
248
  /**
@@ -197,6 +252,9 @@ export declare class FlowGraphMaxBlock extends FlowGraphBinaryOperationBlock<any
197
252
  export declare class FlowGraphClampBlock extends FlowGraphTernaryOperationBlock<any, any, any, any> {
198
253
  constructor(config?: IFlowGraphBlockConfiguration);
199
254
  private _polymorphicClamp;
255
+ /**
256
+ * the class name of the block.
257
+ */
200
258
  static ClassName: string;
201
259
  }
202
260
  /**
@@ -206,6 +264,9 @@ export declare class FlowGraphClampBlock extends FlowGraphTernaryOperationBlock<
206
264
  export declare class FlowGraphSaturateBlock extends FlowGraphUnaryOperationBlock<any, any> {
207
265
  constructor(config?: IFlowGraphBlockConfiguration);
208
266
  private _polymorphicSaturate;
267
+ /**
268
+ * the class name of the block.
269
+ */
209
270
  static ClassName: string;
210
271
  }
211
272
  /**
@@ -216,6 +277,9 @@ export declare class FlowGraphInterpolateBlock extends FlowGraphTernaryOperation
216
277
  constructor(config?: IFlowGraphBlockConfiguration);
217
278
  private _interpolate;
218
279
  private _polymorphicInterpolate;
280
+ /**
281
+ * the class name of the block.
282
+ */
219
283
  static ClassName: string;
220
284
  }
221
285
  /**
@@ -225,6 +289,9 @@ export declare class FlowGraphInterpolateBlock extends FlowGraphTernaryOperation
225
289
  export declare class FlowGraphEqBlock extends FlowGraphBinaryOperationBlock<any, any, boolean> {
226
290
  constructor(config?: IFlowGraphBlockConfiguration);
227
291
  private _polymorphicEq;
292
+ /**
293
+ * the class name of the block.
294
+ */
228
295
  static ClassName: string;
229
296
  }
230
297
  /**
@@ -234,6 +301,9 @@ export declare class FlowGraphEqBlock extends FlowGraphBinaryOperationBlock<any,
234
301
  export declare class FlowGraphLessThanBlock extends FlowGraphBinaryOperationBlock<any, any, boolean> {
235
302
  constructor(config?: IFlowGraphBlockConfiguration);
236
303
  private _polymorphicLessThan;
304
+ /**
305
+ * the class name of the block.
306
+ */
237
307
  static ClassName: string;
238
308
  }
239
309
  /**
@@ -243,6 +313,9 @@ export declare class FlowGraphLessThanBlock extends FlowGraphBinaryOperationBloc
243
313
  export declare class FlowGraphLessThanOrEqualBlock extends FlowGraphBinaryOperationBlock<any, any, boolean> {
244
314
  constructor(config?: IFlowGraphBlockConfiguration);
245
315
  private _polymorphicLessThanOrEqual;
316
+ /**
317
+ * the class name of the block.
318
+ */
246
319
  static ClassName: string;
247
320
  }
248
321
  /**
@@ -252,6 +325,9 @@ export declare class FlowGraphLessThanOrEqualBlock extends FlowGraphBinaryOperat
252
325
  export declare class FlowGraphGreaterThanBlock extends FlowGraphBinaryOperationBlock<any, any, boolean> {
253
326
  constructor(config?: IFlowGraphBlockConfiguration);
254
327
  private _polymorphicGreaterThan;
328
+ /**
329
+ * the class name of the block.
330
+ */
255
331
  static ClassName: string;
256
332
  }
257
333
  /**
@@ -261,6 +337,9 @@ export declare class FlowGraphGreaterThanBlock extends FlowGraphBinaryOperationB
261
337
  export declare class FlowGraphGreaterThanOrEqualBlock extends FlowGraphBinaryOperationBlock<any, any, boolean> {
262
338
  constructor(config?: IFlowGraphBlockConfiguration);
263
339
  private _polymorphicGreaterThanOrEqual;
340
+ /**
341
+ * the class name of the block.
342
+ */
264
343
  static ClassName: string;
265
344
  }
266
345
  /**
@@ -270,6 +349,9 @@ export declare class FlowGraphGreaterThanOrEqualBlock extends FlowGraphBinaryOpe
270
349
  export declare class FlowGraphIsNanBlock extends FlowGraphUnaryOperationBlock<any, boolean> {
271
350
  constructor(config?: IFlowGraphBlockConfiguration);
272
351
  private _polymorphicIsNan;
352
+ /**
353
+ * the class name of the block.
354
+ */
273
355
  static ClassName: string;
274
356
  }
275
357
  /**
@@ -279,6 +361,9 @@ export declare class FlowGraphIsNanBlock extends FlowGraphUnaryOperationBlock<an
279
361
  export declare class FlowGraphIsInfBlock extends FlowGraphUnaryOperationBlock<any, boolean> {
280
362
  constructor(config?: IFlowGraphBlockConfiguration);
281
363
  private _polymorphicIsInf;
364
+ /**
365
+ * the class name of the block.
366
+ */
282
367
  static ClassName: string;
283
368
  }
284
369
  /**
@@ -289,6 +374,9 @@ export declare class FlowGraphDegToRadBlock extends FlowGraphUnaryOperationBlock
289
374
  constructor(config?: IFlowGraphBlockConfiguration);
290
375
  private _degToRad;
291
376
  private _polymorphicDegToRad;
377
+ /**
378
+ * the class name of the block.
379
+ */
292
380
  static ClassName: string;
293
381
  }
294
382
  /**
@@ -299,6 +387,9 @@ export declare class FlowGraphRadToDegBlock extends FlowGraphUnaryOperationBlock
299
387
  constructor(config?: IFlowGraphBlockConfiguration);
300
388
  private _radToDeg;
301
389
  private _polymorphicRadToDeg;
390
+ /**
391
+ * the class name of the block.
392
+ */
302
393
  static ClassName: string;
303
394
  }
304
395
  /**
@@ -308,6 +399,9 @@ export declare class FlowGraphRadToDegBlock extends FlowGraphUnaryOperationBlock
308
399
  export declare class FlowGraphSinBlock extends FlowGraphUnaryOperationBlock<any, any> {
309
400
  constructor(config?: IFlowGraphBlockConfiguration);
310
401
  private _polymorphicSin;
402
+ /**
403
+ * the class name of the block.
404
+ */
311
405
  static ClassName: string;
312
406
  }
313
407
  /**
@@ -317,6 +411,9 @@ export declare class FlowGraphSinBlock extends FlowGraphUnaryOperationBlock<any,
317
411
  export declare class FlowGraphCosBlock extends FlowGraphUnaryOperationBlock<any, any> {
318
412
  constructor(config?: IFlowGraphBlockConfiguration);
319
413
  private _polymorphicCos;
414
+ /**
415
+ * the class name of the block.
416
+ */
320
417
  static ClassName: string;
321
418
  }
322
419
  /**
@@ -326,6 +423,9 @@ export declare class FlowGraphCosBlock extends FlowGraphUnaryOperationBlock<any,
326
423
  export declare class FlowGraphTanBlock extends FlowGraphUnaryOperationBlock<any, any> {
327
424
  constructor(config?: IFlowGraphBlockConfiguration);
328
425
  private _polymorphicTan;
426
+ /**
427
+ * the class name of the block.
428
+ */
329
429
  static ClassName: string;
330
430
  }
331
431
  /**
@@ -335,6 +435,9 @@ export declare class FlowGraphTanBlock extends FlowGraphUnaryOperationBlock<any,
335
435
  export declare class FlowGraphAsinBlock extends FlowGraphUnaryOperationBlock<any, any> {
336
436
  constructor(config?: IFlowGraphBlockConfiguration);
337
437
  private _polymorphicAsin;
438
+ /**
439
+ * the class name of the block.
440
+ */
338
441
  static ClassName: string;
339
442
  }
340
443
  /**
@@ -344,6 +447,9 @@ export declare class FlowGraphAsinBlock extends FlowGraphUnaryOperationBlock<any
344
447
  export declare class FlowGraphAcosBlock extends FlowGraphUnaryOperationBlock<any, any> {
345
448
  constructor(config?: IFlowGraphBlockConfiguration);
346
449
  private _polymorphicAcos;
450
+ /**
451
+ * the class name of the block.
452
+ */
347
453
  static ClassName: string;
348
454
  }
349
455
  /**
@@ -353,6 +459,9 @@ export declare class FlowGraphAcosBlock extends FlowGraphUnaryOperationBlock<any
353
459
  export declare class FlowGraphAtanBlock extends FlowGraphUnaryOperationBlock<any, any> {
354
460
  constructor(config?: IFlowGraphBlockConfiguration);
355
461
  private _polymorphicAtan;
462
+ /**
463
+ * the class name of the block.
464
+ */
356
465
  static ClassName: string;
357
466
  }
358
467
  /**
@@ -362,6 +471,9 @@ export declare class FlowGraphAtanBlock extends FlowGraphUnaryOperationBlock<any
362
471
  export declare class FlowGraphAtan2Block extends FlowGraphBinaryOperationBlock<any, any, any> {
363
472
  constructor(config?: IFlowGraphBlockConfiguration);
364
473
  private _polymorphicAtan2;
474
+ /**
475
+ * the class name of the block.
476
+ */
365
477
  static ClassName: string;
366
478
  }
367
479
  /**
@@ -371,6 +483,9 @@ export declare class FlowGraphAtan2Block extends FlowGraphBinaryOperationBlock<a
371
483
  export declare class FlowGraphSinhBlock extends FlowGraphUnaryOperationBlock<any, any> {
372
484
  constructor(config?: IFlowGraphBlockConfiguration);
373
485
  private _polymorphicSinh;
486
+ /**
487
+ * the class name of the block.
488
+ */
374
489
  static ClassName: string;
375
490
  }
376
491
  /**
@@ -380,6 +495,9 @@ export declare class FlowGraphSinhBlock extends FlowGraphUnaryOperationBlock<any
380
495
  export declare class FlowGraphCoshBlock extends FlowGraphUnaryOperationBlock<any, any> {
381
496
  constructor(config?: IFlowGraphBlockConfiguration);
382
497
  private _polymorphicCosh;
498
+ /**
499
+ * the class name of the block.
500
+ */
383
501
  static ClassName: string;
384
502
  }
385
503
  /**
@@ -389,6 +507,9 @@ export declare class FlowGraphCoshBlock extends FlowGraphUnaryOperationBlock<any
389
507
  export declare class FlowGraphTanhBlock extends FlowGraphUnaryOperationBlock<any, any> {
390
508
  constructor(config?: IFlowGraphBlockConfiguration);
391
509
  private _polymorphicTanh;
510
+ /**
511
+ * the class name of the block.
512
+ */
392
513
  static ClassName: string;
393
514
  }
394
515
  /**
@@ -398,6 +519,9 @@ export declare class FlowGraphTanhBlock extends FlowGraphUnaryOperationBlock<any
398
519
  export declare class FlowGraphAsinhBlock extends FlowGraphUnaryOperationBlock<any, any> {
399
520
  constructor(config?: IFlowGraphBlockConfiguration);
400
521
  private _polymorphicAsinh;
522
+ /**
523
+ * the class name of the block.
524
+ */
401
525
  static ClassName: string;
402
526
  }
403
527
  /**
@@ -407,6 +531,9 @@ export declare class FlowGraphAsinhBlock extends FlowGraphUnaryOperationBlock<an
407
531
  export declare class FlowGraphAcoshBlock extends FlowGraphUnaryOperationBlock<any, any> {
408
532
  constructor(config?: IFlowGraphBlockConfiguration);
409
533
  private _polymorphicAcosh;
534
+ /**
535
+ * the class name of the block.
536
+ */
410
537
  static ClassName: string;
411
538
  }
412
539
  /**
@@ -416,6 +543,9 @@ export declare class FlowGraphAcoshBlock extends FlowGraphUnaryOperationBlock<an
416
543
  export declare class FlowGraphAtanhBlock extends FlowGraphUnaryOperationBlock<any, any> {
417
544
  constructor(config?: IFlowGraphBlockConfiguration);
418
545
  private _polymorphicAtanh;
546
+ /**
547
+ * the class name of the block.
548
+ */
419
549
  static ClassName: string;
420
550
  }
421
551
  /**
@@ -425,6 +555,9 @@ export declare class FlowGraphAtanhBlock extends FlowGraphUnaryOperationBlock<an
425
555
  export declare class FlowGraphExpBlock extends FlowGraphUnaryOperationBlock<any, any> {
426
556
  constructor(config?: IFlowGraphBlockConfiguration);
427
557
  private _polymorphicExp;
558
+ /**
559
+ * the class name of the block.
560
+ */
428
561
  static ClassName: string;
429
562
  }
430
563
  /**
@@ -434,6 +567,9 @@ export declare class FlowGraphExpBlock extends FlowGraphUnaryOperationBlock<any,
434
567
  export declare class FlowGraphLogBlock extends FlowGraphUnaryOperationBlock<any, any> {
435
568
  constructor(config?: IFlowGraphBlockConfiguration);
436
569
  private _polymorphicLog;
570
+ /**
571
+ * the class name of the block.
572
+ */
437
573
  static ClassName: string;
438
574
  }
439
575
  /**
@@ -443,6 +579,9 @@ export declare class FlowGraphLogBlock extends FlowGraphUnaryOperationBlock<any,
443
579
  export declare class FlowGraphLog2Block extends FlowGraphUnaryOperationBlock<any, any> {
444
580
  constructor(config?: IFlowGraphBlockConfiguration);
445
581
  private _polymorphicLog2;
582
+ /**
583
+ * the class name of the block.
584
+ */
446
585
  static ClassName: string;
447
586
  }
448
587
  /**
@@ -452,6 +591,9 @@ export declare class FlowGraphLog2Block extends FlowGraphUnaryOperationBlock<any
452
591
  export declare class FlowGraphLog10Block extends FlowGraphUnaryOperationBlock<any, any> {
453
592
  constructor(config?: IFlowGraphBlockConfiguration);
454
593
  private _polymorphicLog10;
594
+ /**
595
+ * the class name of the block.
596
+ */
455
597
  static ClassName: string;
456
598
  }
457
599
  /**
@@ -461,6 +603,9 @@ export declare class FlowGraphLog10Block extends FlowGraphUnaryOperationBlock<an
461
603
  export declare class FlowGraphSqrtBlock extends FlowGraphUnaryOperationBlock<any, any> {
462
604
  constructor(config?: IFlowGraphBlockConfiguration);
463
605
  private _polymorphicSqrt;
606
+ /**
607
+ * the class name of the block.
608
+ */
464
609
  static ClassName: string;
465
610
  }
466
611
  /**
@@ -470,6 +615,9 @@ export declare class FlowGraphSqrtBlock extends FlowGraphUnaryOperationBlock<any
470
615
  export declare class FlowGraphCubeRootBlock extends FlowGraphUnaryOperationBlock<any, any> {
471
616
  constructor(config?: IFlowGraphBlockConfiguration);
472
617
  private _polymorphicCubeRoot;
618
+ /**
619
+ * the class name of the block.
620
+ */
473
621
  static ClassName: string;
474
622
  }
475
623
  /**
@@ -479,6 +627,9 @@ export declare class FlowGraphCubeRootBlock extends FlowGraphUnaryOperationBlock
479
627
  export declare class FlowGraphPowBlock extends FlowGraphBinaryOperationBlock<any, any, any> {
480
628
  constructor(config?: IFlowGraphBlockConfiguration);
481
629
  private _polymorphicPow;
630
+ /**
631
+ * the class name of the block.
632
+ */
482
633
  static ClassName: string;
483
634
  }
484
635
  /**
@@ -488,6 +639,9 @@ export declare class FlowGraphPowBlock extends FlowGraphBinaryOperationBlock<any
488
639
  export declare class FlowGraphLengthBlock extends FlowGraphUnaryOperationBlock<any, number> {
489
640
  constructor(config?: IFlowGraphBlockConfiguration);
490
641
  private _polymorphicLength;
642
+ /**
643
+ * the class name of the block.
644
+ */
491
645
  static ClassName: string;
492
646
  }
493
647
  /**
@@ -497,6 +651,9 @@ export declare class FlowGraphLengthBlock extends FlowGraphUnaryOperationBlock<a
497
651
  export declare class FlowGraphNormalizeBlock extends FlowGraphUnaryOperationBlock<any, any> {
498
652
  constructor(config?: IFlowGraphBlockConfiguration);
499
653
  private _polymorphicNormalize;
654
+ /**
655
+ * the class name of the block.
656
+ */
500
657
  static ClassName: string;
501
658
  }
502
659
  /**
@@ -505,6 +662,9 @@ export declare class FlowGraphNormalizeBlock extends FlowGraphUnaryOperationBloc
505
662
  */
506
663
  export declare class FlowGraphCrossBlock extends FlowGraphBinaryOperationBlock<Vector3, Vector3, Vector3> {
507
664
  constructor(config?: IFlowGraphBlockConfiguration);
665
+ /**
666
+ * the class name of the block.
667
+ */
508
668
  static ClassName: string;
509
669
  }
510
670
  /**
@@ -513,6 +673,9 @@ export declare class FlowGraphCrossBlock extends FlowGraphBinaryOperationBlock<V
513
673
  */
514
674
  export declare class FlowGraphRotate2DBlock extends FlowGraphBinaryOperationBlock<Vector2, number, Vector2> {
515
675
  constructor(config?: IFlowGraphBlockConfiguration);
676
+ /**
677
+ * the class name of the block.
678
+ */
516
679
  static ClassName: string;
517
680
  }
518
681
  /**
@@ -521,6 +684,9 @@ export declare class FlowGraphRotate2DBlock extends FlowGraphBinaryOperationBloc
521
684
  */
522
685
  export declare class FlowGraphRotate3DBlock extends FlowGraphTernaryOperationBlock<Vector3, Vector3, number, Vector3> {
523
686
  constructor(config?: IFlowGraphBlockConfiguration);
687
+ /**
688
+ * the class name of the block.
689
+ */
524
690
  static ClassName: string;
525
691
  }
526
692
  /**
@@ -529,6 +695,9 @@ export declare class FlowGraphRotate3DBlock extends FlowGraphTernaryOperationBlo
529
695
  */
530
696
  export declare class FlowGraphTransposeBlock extends FlowGraphUnaryOperationBlock<Matrix, Matrix> {
531
697
  constructor(config?: IFlowGraphBlockConfiguration);
698
+ /**
699
+ * the class name of the block.
700
+ */
532
701
  static ClassName: string;
533
702
  }
534
703
  /**
@@ -537,6 +706,9 @@ export declare class FlowGraphTransposeBlock extends FlowGraphUnaryOperationBloc
537
706
  */
538
707
  export declare class FlowGraphDeterminantBlock extends FlowGraphUnaryOperationBlock<Matrix, number> {
539
708
  constructor(config?: IFlowGraphBlockConfiguration);
709
+ /**
710
+ * the class name of the block.
711
+ */
540
712
  static ClassName: string;
541
713
  }
542
714
  /**
@@ -545,6 +717,9 @@ export declare class FlowGraphDeterminantBlock extends FlowGraphUnaryOperationBl
545
717
  */
546
718
  export declare class FlowGraphInvertMatrixBlock extends FlowGraphUnaryOperationBlock<Matrix, Matrix> {
547
719
  constructor(config?: IFlowGraphBlockConfiguration);
720
+ /**
721
+ * the class name of the block.
722
+ */
548
723
  static ClassName: string;
549
724
  }
550
725
  /**
@@ -553,6 +728,9 @@ export declare class FlowGraphInvertMatrixBlock extends FlowGraphUnaryOperationB
553
728
  */
554
729
  export declare class FlowGraphMatMulBlock extends FlowGraphBinaryOperationBlock<Matrix, Matrix, Matrix> {
555
730
  constructor(config?: IFlowGraphBlockConfiguration);
731
+ /**
732
+ * the class name of the block.
733
+ */
556
734
  static ClassName: string;
557
735
  }
558
736
  /**
@@ -561,6 +739,9 @@ export declare class FlowGraphMatMulBlock extends FlowGraphBinaryOperationBlock<
561
739
  */
562
740
  export declare class FlowGraphBitwiseNotBlock extends FlowGraphUnaryOperationBlock<FlowGraphInteger, FlowGraphInteger> {
563
741
  constructor(config?: IFlowGraphBlockConfiguration);
742
+ /**
743
+ * the class name of the block.
744
+ */
564
745
  static ClassName: string;
565
746
  }
566
747
  /**
@@ -569,6 +750,9 @@ export declare class FlowGraphBitwiseNotBlock extends FlowGraphUnaryOperationBlo
569
750
  */
570
751
  export declare class FlowGraphBitwiseAndBlock extends FlowGraphBinaryOperationBlock<FlowGraphInteger, FlowGraphInteger, FlowGraphInteger> {
571
752
  constructor(config?: IFlowGraphBlockConfiguration);
753
+ /**
754
+ * the class name of the block.
755
+ */
572
756
  static ClassName: string;
573
757
  }
574
758
  /**
@@ -577,6 +761,9 @@ export declare class FlowGraphBitwiseAndBlock extends FlowGraphBinaryOperationBl
577
761
  */
578
762
  export declare class FlowGraphBitwiseOrBlock extends FlowGraphBinaryOperationBlock<FlowGraphInteger, FlowGraphInteger, FlowGraphInteger> {
579
763
  constructor(config?: IFlowGraphBlockConfiguration);
764
+ /**
765
+ * the class name of the block.
766
+ */
580
767
  static ClassName: string;
581
768
  }
582
769
  /**
@@ -585,6 +772,9 @@ export declare class FlowGraphBitwiseOrBlock extends FlowGraphBinaryOperationBlo
585
772
  */
586
773
  export declare class FlowGraphBitwiseXorBlock extends FlowGraphBinaryOperationBlock<FlowGraphInteger, FlowGraphInteger, FlowGraphInteger> {
587
774
  constructor(config?: IFlowGraphBlockConfiguration);
775
+ /**
776
+ * the class name of the block.
777
+ */
588
778
  static ClassName: string;
589
779
  }
590
780
  /**
@@ -593,6 +783,9 @@ export declare class FlowGraphBitwiseXorBlock extends FlowGraphBinaryOperationBl
593
783
  */
594
784
  export declare class FlowGraphBitwiseLeftShiftBlock extends FlowGraphBinaryOperationBlock<FlowGraphInteger, FlowGraphInteger, FlowGraphInteger> {
595
785
  constructor(config?: IFlowGraphBlockConfiguration);
786
+ /**
787
+ * the class name of the block.
788
+ */
596
789
  static ClassName: string;
597
790
  }
598
791
  /**
@@ -601,6 +794,9 @@ export declare class FlowGraphBitwiseLeftShiftBlock extends FlowGraphBinaryOpera
601
794
  */
602
795
  export declare class FlowGraphBitwiseRightShiftBlock extends FlowGraphBinaryOperationBlock<FlowGraphInteger, FlowGraphInteger, FlowGraphInteger> {
603
796
  constructor(config?: IFlowGraphBlockConfiguration);
797
+ /**
798
+ * the class name of the block.
799
+ */
604
800
  static ClassName: string;
605
801
  }
606
802
  /**
@@ -609,6 +805,9 @@ export declare class FlowGraphBitwiseRightShiftBlock extends FlowGraphBinaryOper
609
805
  */
610
806
  export declare class FlowGraphCountLeadingZerosBlock extends FlowGraphUnaryOperationBlock<FlowGraphInteger, FlowGraphInteger> {
611
807
  constructor(config?: IFlowGraphBlockConfiguration);
808
+ /**
809
+ * the class name of the block.
810
+ */
612
811
  static ClassName: string;
613
812
  }
614
813
  /**
@@ -617,6 +816,9 @@ export declare class FlowGraphCountLeadingZerosBlock extends FlowGraphUnaryOpera
617
816
  */
618
817
  export declare class FlowGraphCountTrailingZerosBlock extends FlowGraphUnaryOperationBlock<FlowGraphInteger, FlowGraphInteger> {
619
818
  constructor(config?: IFlowGraphBlockConfiguration);
819
+ /**
820
+ * the class name of the block.
821
+ */
620
822
  static ClassName: string;
621
823
  }
622
824
  /**
@@ -625,5 +827,8 @@ export declare class FlowGraphCountTrailingZerosBlock extends FlowGraphUnaryOper
625
827
  */
626
828
  export declare class FlowGraphCountOneBitsBlock extends FlowGraphUnaryOperationBlock<FlowGraphInteger, FlowGraphInteger> {
627
829
  constructor(config?: IFlowGraphBlockConfiguration);
830
+ /**
831
+ * the class name of the block.
832
+ */
628
833
  static ClassName: string;
629
834
  }