rhodonite 0.11.2 → 0.11.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (513) hide show
  1. package/VERSION-FILE +1 -1
  2. package/dist/cjs/effekseer/EffekseerComponent.d.ts +1 -1
  3. package/dist/cjs/foundation/components/Animation/AnimationComponent.d.ts +1 -1
  4. package/dist/cjs/foundation/components/BlendShape/BlendShapeComponent.d.ts +1 -1
  5. package/dist/cjs/foundation/components/Camera/CameraComponent.d.ts +1 -1
  6. package/dist/cjs/foundation/components/CameraController/CameraControllerComponent.d.ts +1 -1
  7. package/dist/cjs/foundation/components/Light/LightComponent.d.ts +1 -1
  8. package/dist/cjs/foundation/components/Mesh/MeshComponent.d.ts +1 -1
  9. package/dist/cjs/foundation/components/MeshRenderer/MeshRendererComponent.d.ts +1 -2
  10. package/dist/cjs/foundation/components/Physics/PhysicsComponent.d.ts +1 -1
  11. package/dist/cjs/foundation/components/SceneGraph/SceneGraphComponent.d.ts +1 -1
  12. package/dist/cjs/foundation/components/Skeletal/SkeletalComponent.d.ts +1 -1
  13. package/dist/cjs/foundation/components/Transform/TransformComponent.d.ts +1 -1
  14. package/dist/cjs/foundation/components/Vrm/VrmComponent.d.ts +1 -1
  15. package/dist/cjs/foundation/definitions/Blend.d.ts +11 -0
  16. package/dist/cjs/foundation/definitions/ProcessApproach.d.ts +2 -0
  17. package/dist/cjs/foundation/geometry/Frustum.d.ts +6 -2
  18. package/dist/cjs/foundation/geometry/shapes/Cube.d.ts +2 -2
  19. package/dist/cjs/foundation/helpers/MaterialHelper.d.ts +11 -13
  20. package/dist/cjs/foundation/helpers/RenderPassHelper.d.ts +2 -2
  21. package/dist/cjs/foundation/helpers/RenderableHelper.d.ts +2 -11
  22. package/dist/cjs/foundation/importer/ModelConverter.d.ts +2 -1
  23. package/dist/cjs/foundation/importer/Vrm0xImporter.d.ts +2 -0
  24. package/dist/cjs/foundation/importer/VrmImporter.d.ts +2 -0
  25. package/dist/cjs/foundation/materials/contents/ColorGradingUsingLUTsMaterialContent.d.ts +1 -1
  26. package/dist/cjs/foundation/materials/contents/CustomMaterialContent.d.ts +3 -5
  27. package/dist/cjs/foundation/materials/contents/DepthEncodeMaterialContent.d.ts +1 -1
  28. package/dist/cjs/foundation/materials/contents/DetectHighLuminanceMaterialContent.d.ts +1 -1
  29. package/dist/cjs/foundation/materials/contents/EntityUIDOutputMaterialContent.d.ts +1 -1
  30. package/dist/cjs/foundation/materials/contents/EnvConstantMaterialContent.d.ts +1 -1
  31. package/dist/cjs/foundation/materials/contents/FurnaceTestMaterialContent.d.ts +1 -1
  32. package/dist/cjs/foundation/materials/contents/GaussianBlurForEncodedDepthMaterialContent.d.ts +1 -1
  33. package/dist/cjs/foundation/materials/contents/GaussianBlurMaterialContent.d.ts +1 -1
  34. package/dist/cjs/foundation/materials/contents/MToonMaterialContent.d.ts +3 -2
  35. package/dist/cjs/foundation/materials/contents/MatCapMaterialContent.d.ts +3 -2
  36. package/dist/cjs/foundation/materials/contents/ShaderityMaterialContent.d.ts +1 -1
  37. package/dist/cjs/foundation/materials/contents/ShadowMapDecodeClassicMaterialContent.d.ts +1 -1
  38. package/dist/cjs/foundation/materials/contents/SynthesizeHdrMaterialContent.d.ts +1 -1
  39. package/dist/cjs/foundation/materials/contents/VarianceShadowMapDecodeClassicMaterialContent.d.ts +1 -1
  40. package/dist/cjs/foundation/materials/contents/index.d.ts +0 -1
  41. package/dist/cjs/foundation/materials/core/AbstractMaterialContent.d.ts +4 -18
  42. package/dist/cjs/foundation/materials/core/AbstractShaderNode.d.ts +6 -4
  43. package/dist/cjs/foundation/materials/core/DummyTextures.d.ts +17 -0
  44. package/dist/cjs/foundation/materials/core/Material.d.ts +16 -25
  45. package/dist/cjs/foundation/materials/core/MaterialRepository.d.ts +4 -3
  46. package/dist/cjs/foundation/materials/core/ShaderHandler.d.ts +19 -0
  47. package/dist/cjs/foundation/materials/core/index.d.ts +1 -0
  48. package/dist/cjs/foundation/math/MutableVector4.d.ts +2 -0
  49. package/dist/cjs/foundation/math/Transform3D.d.ts +5 -1
  50. package/dist/cjs/foundation/renderer/CGAPIResourceRepository.d.ts +53 -16
  51. package/dist/cjs/foundation/renderer/CGAPIStrategy.d.ts +10 -0
  52. package/dist/cjs/foundation/renderer/RenderingCommonMethods.d.ts +2 -0
  53. package/dist/cjs/foundation/renderer/index.d.ts +1 -0
  54. package/dist/cjs/foundation/renderer/pipelines/ForwardRenderPipeline.d.ts +1 -0
  55. package/dist/cjs/foundation/system/SystemState.d.ts +1 -2
  56. package/dist/cjs/foundation/textures/AbstractTexture.d.ts +2 -9
  57. package/dist/cjs/foundation/textures/RenderTargetTexture.d.ts +1 -6
  58. package/dist/cjs/foundation/textures/Sampler.d.ts +27 -0
  59. package/dist/cjs/foundation/textures/Texture.d.ts +7 -49
  60. package/dist/cjs/foundation/textures/VideoTexture.d.ts +2 -14
  61. package/dist/cjs/foundation/textures/index.d.ts +1 -0
  62. package/dist/cjs/index.cjs +2180 -2183
  63. package/dist/cjs/types/CommonTypes.d.ts +1 -0
  64. package/dist/cjs/types/glTF2ForOutput.d.ts +1 -2
  65. package/dist/cjs/webgl/WebGLContextWrapper.d.ts +11 -2
  66. package/dist/cjs/webgl/WebGLExtension.d.ts +2 -0
  67. package/dist/cjs/webgl/WebGLResourceRepository.d.ts +46 -84
  68. package/dist/cjs/webgl/WebGLStereoUtil.d.ts +14 -0
  69. package/dist/cjs/webgl/WebGLStrategy.d.ts +3 -14
  70. package/dist/cjs/webgl/WebGLStrategyCommonMethod.d.ts +2 -2
  71. package/dist/cjs/webgl/WebGLStrategyDataTexture.d.ts +15 -7
  72. package/dist/cjs/webgl/WebGLStrategyUniform.d.ts +14 -7
  73. package/dist/cjs/webgpu/WebGPUStrategyBasic.d.ts +14 -0
  74. package/dist/cjs/webgpu/WebGpuResourceRepository.d.ts +42 -9
  75. package/dist/cjs/xr/WebARSystem.d.ts +2 -2
  76. package/dist/cjs/xr/WebXRInput.d.ts +1 -1
  77. package/dist/cjs/xr/WebXRSystem.d.ts +10 -5
  78. package/dist/cjs/xr/getModule.d.ts +2 -0
  79. package/dist/cjs/xr/index.d.ts +1 -0
  80. package/dist/esm/effekseer/EffekseerComponent.d.ts +1 -1
  81. package/dist/esm/foundation/components/Animation/AnimationComponent.d.ts +1 -1
  82. package/dist/esm/foundation/components/BlendShape/BlendShapeComponent.d.ts +1 -1
  83. package/dist/esm/foundation/components/Camera/CameraComponent.d.ts +1 -1
  84. package/dist/esm/foundation/components/CameraController/CameraControllerComponent.d.ts +1 -1
  85. package/dist/esm/foundation/components/Light/LightComponent.d.ts +1 -1
  86. package/dist/esm/foundation/components/Mesh/MeshComponent.d.ts +1 -1
  87. package/dist/esm/foundation/components/MeshRenderer/MeshRendererComponent.d.ts +1 -2
  88. package/dist/esm/foundation/components/Physics/PhysicsComponent.d.ts +1 -1
  89. package/dist/esm/foundation/components/SceneGraph/SceneGraphComponent.d.ts +1 -1
  90. package/dist/esm/foundation/components/Skeletal/SkeletalComponent.d.ts +1 -1
  91. package/dist/esm/foundation/components/Transform/TransformComponent.d.ts +1 -1
  92. package/dist/esm/foundation/components/Vrm/VrmComponent.d.ts +1 -1
  93. package/dist/esm/foundation/definitions/Blend.d.ts +11 -0
  94. package/dist/esm/foundation/definitions/ProcessApproach.d.ts +2 -0
  95. package/dist/esm/foundation/geometry/Frustum.d.ts +6 -2
  96. package/dist/esm/foundation/geometry/shapes/Cube.d.ts +2 -2
  97. package/dist/esm/foundation/helpers/MaterialHelper.d.ts +11 -13
  98. package/dist/esm/foundation/helpers/RenderPassHelper.d.ts +2 -2
  99. package/dist/esm/foundation/helpers/RenderableHelper.d.ts +2 -11
  100. package/dist/esm/foundation/importer/ModelConverter.d.ts +2 -1
  101. package/dist/esm/foundation/importer/Vrm0xImporter.d.ts +2 -0
  102. package/dist/esm/foundation/importer/VrmImporter.d.ts +2 -0
  103. package/dist/esm/foundation/materials/contents/ColorGradingUsingLUTsMaterialContent.d.ts +1 -1
  104. package/dist/esm/foundation/materials/contents/CustomMaterialContent.d.ts +3 -5
  105. package/dist/esm/foundation/materials/contents/DepthEncodeMaterialContent.d.ts +1 -1
  106. package/dist/esm/foundation/materials/contents/DetectHighLuminanceMaterialContent.d.ts +1 -1
  107. package/dist/esm/foundation/materials/contents/EntityUIDOutputMaterialContent.d.ts +1 -1
  108. package/dist/esm/foundation/materials/contents/EnvConstantMaterialContent.d.ts +1 -1
  109. package/dist/esm/foundation/materials/contents/FurnaceTestMaterialContent.d.ts +1 -1
  110. package/dist/esm/foundation/materials/contents/GaussianBlurForEncodedDepthMaterialContent.d.ts +1 -1
  111. package/dist/esm/foundation/materials/contents/GaussianBlurMaterialContent.d.ts +1 -1
  112. package/dist/esm/foundation/materials/contents/MToonMaterialContent.d.ts +3 -2
  113. package/dist/esm/foundation/materials/contents/MatCapMaterialContent.d.ts +3 -2
  114. package/dist/esm/foundation/materials/contents/ShaderityMaterialContent.d.ts +1 -1
  115. package/dist/esm/foundation/materials/contents/ShadowMapDecodeClassicMaterialContent.d.ts +1 -1
  116. package/dist/esm/foundation/materials/contents/SynthesizeHdrMaterialContent.d.ts +1 -1
  117. package/dist/esm/foundation/materials/contents/VarianceShadowMapDecodeClassicMaterialContent.d.ts +1 -1
  118. package/dist/esm/foundation/materials/contents/index.d.ts +0 -1
  119. package/dist/esm/foundation/materials/core/AbstractMaterialContent.d.ts +4 -18
  120. package/dist/esm/foundation/materials/core/AbstractShaderNode.d.ts +6 -4
  121. package/dist/esm/foundation/materials/core/DummyTextures.d.ts +17 -0
  122. package/dist/esm/foundation/materials/core/Material.d.ts +16 -25
  123. package/dist/esm/foundation/materials/core/MaterialRepository.d.ts +4 -3
  124. package/dist/esm/foundation/materials/core/ShaderHandler.d.ts +19 -0
  125. package/dist/esm/foundation/materials/core/index.d.ts +1 -0
  126. package/dist/esm/foundation/math/MutableVector4.d.ts +2 -0
  127. package/dist/esm/foundation/math/Transform3D.d.ts +5 -1
  128. package/dist/esm/foundation/renderer/CGAPIResourceRepository.d.ts +53 -16
  129. package/dist/esm/foundation/renderer/CGAPIStrategy.d.ts +10 -0
  130. package/dist/esm/foundation/renderer/RenderingCommonMethods.d.ts +2 -0
  131. package/dist/esm/foundation/renderer/index.d.ts +1 -0
  132. package/dist/esm/foundation/renderer/pipelines/ForwardRenderPipeline.d.ts +1 -0
  133. package/dist/esm/foundation/system/SystemState.d.ts +1 -2
  134. package/dist/esm/foundation/textures/AbstractTexture.d.ts +2 -9
  135. package/dist/esm/foundation/textures/RenderTargetTexture.d.ts +1 -6
  136. package/dist/esm/foundation/textures/Sampler.d.ts +27 -0
  137. package/dist/esm/foundation/textures/Texture.d.ts +7 -49
  138. package/dist/esm/foundation/textures/VideoTexture.d.ts +2 -14
  139. package/dist/esm/foundation/textures/index.d.ts +1 -0
  140. package/dist/esm/index.js +1 -1
  141. package/dist/esm/types/CommonTypes.d.ts +1 -0
  142. package/dist/esm/types/glTF2ForOutput.d.ts +1 -2
  143. package/dist/esm/webgl/WebGLContextWrapper.d.ts +11 -2
  144. package/dist/esm/webgl/WebGLExtension.d.ts +2 -0
  145. package/dist/esm/webgl/WebGLResourceRepository.d.ts +46 -84
  146. package/dist/esm/webgl/WebGLStereoUtil.d.ts +14 -0
  147. package/dist/esm/webgl/WebGLStrategy.d.ts +3 -14
  148. package/dist/esm/webgl/WebGLStrategyCommonMethod.d.ts +2 -2
  149. package/dist/esm/webgl/WebGLStrategyDataTexture.d.ts +15 -7
  150. package/dist/esm/webgl/WebGLStrategyUniform.d.ts +14 -7
  151. package/dist/esm/webgpu/WebGPUStrategyBasic.d.ts +14 -0
  152. package/dist/esm/webgpu/WebGpuResourceRepository.d.ts +42 -9
  153. package/dist/esm/xr/WebARSystem.d.ts +2 -2
  154. package/dist/esm/xr/WebXRInput.d.ts +1 -1
  155. package/dist/esm/xr/WebXRSystem.d.ts +10 -5
  156. package/dist/esm/xr/getModule.d.ts +2 -0
  157. package/dist/esm/xr/index.d.ts +1 -0
  158. package/dist/esmdev/cjs.d.ts +2 -0
  159. package/dist/esmdev/effekseer/EffekseerComponent.d.ts +72 -0
  160. package/dist/esmdev/effekseer/index.d.ts +2 -0
  161. package/dist/esmdev/effekseer/main.d.ts +5 -0
  162. package/dist/esmdev/foundation/cameras/AbstractCameraController.d.ts +14 -0
  163. package/dist/esmdev/foundation/cameras/ICameraController.d.ts +9 -0
  164. package/dist/esmdev/foundation/cameras/OrbitCameraController.d.ts +135 -0
  165. package/dist/esmdev/foundation/cameras/WalkThroughCameraController.d.ts +77 -0
  166. package/dist/esmdev/foundation/cameras/index.d.ts +4 -0
  167. package/dist/esmdev/foundation/components/Animation/AnimationComponent.d.ts +116 -0
  168. package/dist/esmdev/foundation/components/Animation/AnimationConstants.d.ts +1 -0
  169. package/dist/esmdev/foundation/components/Animation/IAnimationEntity.d.ts +4 -0
  170. package/dist/esmdev/foundation/components/Animation/index.d.ts +3 -0
  171. package/dist/esmdev/foundation/components/BlendShape/BlendShapeComponent.d.ts +26 -0
  172. package/dist/esmdev/foundation/components/BlendShape/IBlendShapeEntity.d.ts +4 -0
  173. package/dist/esmdev/foundation/components/BlendShape/index.d.ts +2 -0
  174. package/dist/esmdev/foundation/components/Camera/CameraComponent.d.ts +150 -0
  175. package/dist/esmdev/foundation/components/Camera/ICameraEntity.d.ts +4 -0
  176. package/dist/esmdev/foundation/components/Camera/index.d.ts +2 -0
  177. package/dist/esmdev/foundation/components/CameraController/CameraControllerComponent.d.ts +22 -0
  178. package/dist/esmdev/foundation/components/CameraController/ICameraControllerEntity.d.ts +4 -0
  179. package/dist/esmdev/foundation/components/CameraController/index.d.ts +2 -0
  180. package/dist/esmdev/foundation/components/ComponentTypes.d.ts +47 -0
  181. package/dist/esmdev/foundation/components/Light/ILightEntity.d.ts +4 -0
  182. package/dist/esmdev/foundation/components/Light/LightComponent.d.ts +46 -0
  183. package/dist/esmdev/foundation/components/Light/index.d.ts +2 -0
  184. package/dist/esmdev/foundation/components/Mesh/IMeshEntity.d.ts +4 -0
  185. package/dist/esmdev/foundation/components/Mesh/MeshComponent.d.ts +56 -0
  186. package/dist/esmdev/foundation/components/Mesh/index.d.ts +2 -0
  187. package/dist/esmdev/foundation/components/MeshRenderer/IMeshRendererEntity.d.ts +4 -0
  188. package/dist/esmdev/foundation/components/MeshRenderer/MeshRendererComponent.d.ts +56 -0
  189. package/dist/esmdev/foundation/components/MeshRenderer/index.d.ts +2 -0
  190. package/dist/esmdev/foundation/components/Physics/IPhysicsEntity.d.ts +4 -0
  191. package/dist/esmdev/foundation/components/Physics/PhysicsComponent.d.ts +20 -0
  192. package/dist/esmdev/foundation/components/Physics/index.d.ts +2 -0
  193. package/dist/esmdev/foundation/components/SceneGraph/ISceneGraphEntity.d.ts +18 -0
  194. package/dist/esmdev/foundation/components/SceneGraph/SceneGraphComponent.d.ts +163 -0
  195. package/dist/esmdev/foundation/components/SceneGraph/index.d.ts +2 -0
  196. package/dist/esmdev/foundation/components/Skeletal/AnimationRetarget/AbsoluteAnimation.d.ts +11 -0
  197. package/dist/esmdev/foundation/components/Skeletal/AnimationRetarget/AnimationRetarget.d.ts +8 -0
  198. package/dist/esmdev/foundation/components/Skeletal/AnimationRetarget/GlobalRetarget.d.ts +13 -0
  199. package/dist/esmdev/foundation/components/Skeletal/AnimationRetarget/GlobalRetarget2.d.ts +11 -0
  200. package/dist/esmdev/foundation/components/Skeletal/AnimationRetarget/index.d.ts +4 -0
  201. package/dist/esmdev/foundation/components/Skeletal/ISkeletalEntity.d.ts +4 -0
  202. package/dist/esmdev/foundation/components/Skeletal/SkeletalComponent.d.ts +72 -0
  203. package/dist/esmdev/foundation/components/Skeletal/index.d.ts +3 -0
  204. package/dist/esmdev/foundation/components/Transform/ITransformEntity.d.ts +27 -0
  205. package/dist/esmdev/foundation/components/Transform/TransformComponent.d.ts +128 -0
  206. package/dist/esmdev/foundation/components/Transform/index.d.ts +2 -0
  207. package/dist/esmdev/foundation/components/Vrm/IVrmEntity.d.ts +4 -0
  208. package/dist/esmdev/foundation/components/Vrm/VrmComponent.d.ts +33 -0
  209. package/dist/esmdev/foundation/components/Vrm/index.d.ts +2 -0
  210. package/dist/esmdev/foundation/components/WellKnownComponentTIDs.d.ts +16 -0
  211. package/dist/esmdev/foundation/components/index.d.ts +14 -0
  212. package/dist/esmdev/foundation/core/Component.d.ts +247 -0
  213. package/dist/esmdev/foundation/core/ComponentRepository.d.ts +72 -0
  214. package/dist/esmdev/foundation/core/Config.d.ts +19 -0
  215. package/dist/esmdev/foundation/core/Entity.d.ts +124 -0
  216. package/dist/esmdev/foundation/core/EntityRepository.d.ts +68 -0
  217. package/dist/esmdev/foundation/core/GlobalDataRepository.d.ts +38 -0
  218. package/dist/esmdev/foundation/core/MemoryManager.d.ts +34 -0
  219. package/dist/esmdev/foundation/core/RnObject.d.ts +116 -0
  220. package/dist/esmdev/foundation/core/index.d.ts +8 -0
  221. package/dist/esmdev/foundation/definitions/AlphaMode.d.ts +17 -0
  222. package/dist/esmdev/foundation/definitions/AnimationAttribute.d.ts +14 -0
  223. package/dist/esmdev/foundation/definitions/AnimationInterpolation.d.ts +15 -0
  224. package/dist/esmdev/foundation/definitions/BasisCompressionType.d.ts +26 -0
  225. package/dist/esmdev/foundation/definitions/Blend.d.ts +11 -0
  226. package/dist/esmdev/foundation/definitions/BoneDataType.d.ts +13 -0
  227. package/dist/esmdev/foundation/definitions/BufferUse.d.ts +13 -0
  228. package/dist/esmdev/foundation/definitions/CameraControllerType.d.ts +11 -0
  229. package/dist/esmdev/foundation/definitions/CameraType.d.ts +12 -0
  230. package/dist/esmdev/foundation/definitions/ComponentType.d.ts +42 -0
  231. package/dist/esmdev/foundation/definitions/CompositionType.d.ts +62 -0
  232. package/dist/esmdev/foundation/definitions/CompressionTextureType.d.ts +48 -0
  233. package/dist/esmdev/foundation/definitions/FileType.d.ts +17 -0
  234. package/dist/esmdev/foundation/definitions/HdriFormat.d.ts +15 -0
  235. package/dist/esmdev/foundation/definitions/LightType.d.ts +13 -0
  236. package/dist/esmdev/foundation/definitions/PixelFormat.d.ts +11 -0
  237. package/dist/esmdev/foundation/definitions/PrimitiveMode.d.ts +15 -0
  238. package/dist/esmdev/foundation/definitions/ProcessApproach.d.ts +19 -0
  239. package/dist/esmdev/foundation/definitions/ProcessStage.d.ts +18 -0
  240. package/dist/esmdev/foundation/definitions/RenderBufferTarget.d.ts +27 -0
  241. package/dist/esmdev/foundation/definitions/ShaderNode.d.ts +11 -0
  242. package/dist/esmdev/foundation/definitions/ShaderSemantics.d.ts +160 -0
  243. package/dist/esmdev/foundation/definitions/ShaderSemanticsInfo.d.ts +34 -0
  244. package/dist/esmdev/foundation/definitions/ShaderType.d.ts +13 -0
  245. package/dist/esmdev/foundation/definitions/ShaderVariableType.d.ts +11 -0
  246. package/dist/esmdev/foundation/definitions/ShaderVariableUpdateInterval.d.ts +12 -0
  247. package/dist/esmdev/foundation/definitions/ShadingModel.d.ts +12 -0
  248. package/dist/esmdev/foundation/definitions/ShadowMap.d.ts +11 -0
  249. package/dist/esmdev/foundation/definitions/TextureParameter.d.ts +41 -0
  250. package/dist/esmdev/foundation/definitions/VertexAttribute.d.ts +81 -0
  251. package/dist/esmdev/foundation/definitions/Visibility.d.ts +12 -0
  252. package/dist/esmdev/foundation/definitions/index.d.ts +30 -0
  253. package/dist/esmdev/foundation/enhanced_js_objects/Array.d.ts +15 -0
  254. package/dist/esmdev/foundation/enhanced_js_objects/index.d.ts +1 -0
  255. package/dist/esmdev/foundation/exporter/Gltf2Exporter.d.ts +82 -0
  256. package/dist/esmdev/foundation/exporter/Gltf2ExporterEffekseer.d.ts +3 -0
  257. package/dist/esmdev/foundation/exporter/index.d.ts +2 -0
  258. package/dist/esmdev/foundation/geometry/ComplexVertexAttribute.d.ts +18 -0
  259. package/dist/esmdev/foundation/geometry/Frustum.d.ts +35 -0
  260. package/dist/esmdev/foundation/geometry/ISemanticVertexAttribute.d.ts +10 -0
  261. package/dist/esmdev/foundation/geometry/Mesh.d.ts +130 -0
  262. package/dist/esmdev/foundation/geometry/Primitive.d.ts +98 -0
  263. package/dist/esmdev/foundation/geometry/SimpleVertexAttribute.d.ts +16 -0
  264. package/dist/esmdev/foundation/geometry/index.d.ts +8 -0
  265. package/dist/esmdev/foundation/geometry/shapes/Axis.d.ts +17 -0
  266. package/dist/esmdev/foundation/geometry/shapes/Cube.d.ts +20 -0
  267. package/dist/esmdev/foundation/geometry/shapes/Grid.d.ts +25 -0
  268. package/dist/esmdev/foundation/geometry/shapes/IShape.d.ts +4 -0
  269. package/dist/esmdev/foundation/geometry/shapes/Joint.d.ts +15 -0
  270. package/dist/esmdev/foundation/geometry/shapes/Line.d.ts +21 -0
  271. package/dist/esmdev/foundation/geometry/shapes/Plane.d.ts +28 -0
  272. package/dist/esmdev/foundation/geometry/shapes/Sphere.d.ts +21 -0
  273. package/dist/esmdev/foundation/geometry/shapes/index.d.ts +8 -0
  274. package/dist/esmdev/foundation/geometry/types/GeometryTypes.d.ts +59 -0
  275. package/dist/esmdev/foundation/geometry/types/index.d.ts +1 -0
  276. package/dist/esmdev/foundation/gizmos/AABBGizmo.d.ts +29 -0
  277. package/dist/esmdev/foundation/gizmos/Gizmo.d.ts +38 -0
  278. package/dist/esmdev/foundation/gizmos/LocatorGizmo.d.ts +28 -0
  279. package/dist/esmdev/foundation/gizmos/ScaleGizmo.d.ts +90 -0
  280. package/dist/esmdev/foundation/gizmos/TranslationGizmo.d.ts +72 -0
  281. package/dist/esmdev/foundation/gizmos/index.d.ts +5 -0
  282. package/dist/esmdev/foundation/helpers/EntityHelper.d.ts +46 -0
  283. package/dist/esmdev/foundation/helpers/MaterialHelper.d.ts +193 -0
  284. package/dist/esmdev/foundation/helpers/MeshHelper.d.ts +22 -0
  285. package/dist/esmdev/foundation/helpers/RenderPassHelper.d.ts +15 -0
  286. package/dist/esmdev/foundation/helpers/RenderableHelper.d.ts +21 -0
  287. package/dist/esmdev/foundation/helpers/index.d.ts +5 -0
  288. package/dist/esmdev/foundation/importer/AnimationAssigner.d.ts +19 -0
  289. package/dist/esmdev/foundation/importer/DrcPointCloudImporter.d.ts +71 -0
  290. package/dist/esmdev/foundation/importer/FormatDetector.d.ts +5 -0
  291. package/dist/esmdev/foundation/importer/Gltf2Importer.d.ts +47 -0
  292. package/dist/esmdev/foundation/importer/GltfImporter.d.ts +36 -0
  293. package/dist/esmdev/foundation/importer/ILoaderExtension.d.ts +11 -0
  294. package/dist/esmdev/foundation/importer/ModelConverter.d.ts +93 -0
  295. package/dist/esmdev/foundation/importer/RhodoniteImportExtension.d.ts +7 -0
  296. package/dist/esmdev/foundation/importer/Vrm0xImporter.d.ts +35 -0
  297. package/dist/esmdev/foundation/importer/VrmImporter.d.ts +24 -0
  298. package/dist/esmdev/foundation/importer/index.d.ts +10 -0
  299. package/dist/esmdev/foundation/index.d.ts +18 -0
  300. package/dist/esmdev/foundation/materials/contents/ColorGradingUsingLUTsMaterialContent.d.ts +17 -0
  301. package/dist/esmdev/foundation/materials/contents/CustomMaterialContent.d.ts +34 -0
  302. package/dist/esmdev/foundation/materials/contents/DepthEncodeMaterialContent.d.ts +21 -0
  303. package/dist/esmdev/foundation/materials/contents/DetectHighLuminanceMaterialContent.d.ts +18 -0
  304. package/dist/{esm/foundation/materials/contents/GammaCorrectionMaterialContent.d.ts → esmdev/foundation/materials/contents/EntityUIDOutputMaterialContent.d.ts} +2 -2
  305. package/dist/{cjs/foundation/materials/contents/GammaCorrectionMaterialContent.d.ts → esmdev/foundation/materials/contents/EnvConstantMaterialContent.d.ts} +5 -2
  306. package/dist/esmdev/foundation/materials/contents/FurnaceTestMaterialContent.d.ts +18 -0
  307. package/dist/esmdev/foundation/materials/contents/GaussianBlurForEncodedDepthMaterialContent.d.ts +28 -0
  308. package/dist/esmdev/foundation/materials/contents/GaussianBlurMaterialContent.d.ts +28 -0
  309. package/dist/esmdev/foundation/materials/contents/MToonMaterialContent.d.ts +55 -0
  310. package/dist/esmdev/foundation/materials/contents/MatCapMaterialContent.d.ts +16 -0
  311. package/dist/esmdev/foundation/materials/contents/ShaderityMaterialContent.d.ts +18 -0
  312. package/dist/esmdev/foundation/materials/contents/ShadowMapDecodeClassicMaterialContent.d.ts +42 -0
  313. package/dist/esmdev/foundation/materials/contents/SynthesizeHdrMaterialContent.d.ts +41 -0
  314. package/dist/esmdev/foundation/materials/contents/VarianceShadowMapDecodeClassicMaterialContent.d.ts +53 -0
  315. package/dist/esmdev/foundation/materials/contents/index.d.ts +15 -0
  316. package/dist/esmdev/foundation/materials/core/AbstractMaterialContent.d.ts +115 -0
  317. package/dist/esmdev/foundation/materials/core/AbstractShaderNode.d.ts +35 -0
  318. package/dist/esmdev/foundation/materials/core/DummyTextures.d.ts +17 -0
  319. package/dist/esmdev/foundation/materials/core/Material.d.ts +159 -0
  320. package/dist/esmdev/foundation/materials/core/MaterialRepository.d.ts +46 -0
  321. package/dist/esmdev/foundation/materials/core/MaterialTypes.d.ts +6 -0
  322. package/dist/esmdev/foundation/materials/core/ShaderGraphResolver.d.ts +16 -0
  323. package/dist/esmdev/foundation/materials/core/ShaderHandler.d.ts +19 -0
  324. package/dist/esmdev/foundation/materials/core/ShaderityUtility.d.ts +31 -0
  325. package/dist/esmdev/foundation/materials/core/index.d.ts +8 -0
  326. package/dist/esmdev/foundation/materials/index.d.ts +3 -0
  327. package/dist/esmdev/foundation/materials/nodes/AddShaderNode.d.ts +6 -0
  328. package/dist/esmdev/foundation/materials/nodes/AttributeNormalShaderNode.d.ts +4 -0
  329. package/dist/esmdev/foundation/materials/nodes/AttributePositionShaderNode.d.ts +4 -0
  330. package/dist/esmdev/foundation/materials/nodes/BlockBeginShaderNode.d.ts +9 -0
  331. package/dist/esmdev/foundation/materials/nodes/BlockEndShaderNode.d.ts +7 -0
  332. package/dist/esmdev/foundation/materials/nodes/ConstantVariableShaderNode.d.ts +7 -0
  333. package/dist/esmdev/foundation/materials/nodes/DotProductShaderNode.d.ts +6 -0
  334. package/dist/esmdev/foundation/materials/nodes/GreaterShaderNode.d.ts +6 -0
  335. package/dist/esmdev/foundation/materials/nodes/IfStatementShaderNode.d.ts +4 -0
  336. package/dist/esmdev/foundation/materials/nodes/MultiplyShaderNode.d.ts +6 -0
  337. package/dist/esmdev/foundation/materials/nodes/NormalMatrixShaderNode.d.ts +4 -0
  338. package/dist/esmdev/foundation/materials/nodes/NormalizeShaderNode.d.ts +6 -0
  339. package/dist/esmdev/foundation/materials/nodes/OutColorShaderNode.d.ts +4 -0
  340. package/dist/esmdev/foundation/materials/nodes/OutPositionShaderNode.d.ts +4 -0
  341. package/dist/esmdev/foundation/materials/nodes/ProjectionMatrixShaderNode.d.ts +4 -0
  342. package/dist/esmdev/foundation/materials/nodes/ScalarToVector4ShaderNode.d.ts +4 -0
  343. package/dist/esmdev/foundation/materials/nodes/TextureFetchMaterialNode.d.ts +6 -0
  344. package/dist/esmdev/foundation/materials/nodes/UniformDataShaderNode.d.ts +8 -0
  345. package/dist/esmdev/foundation/materials/nodes/VaryingInVariableShaderNode.d.ts +7 -0
  346. package/dist/esmdev/foundation/materials/nodes/VaryingOutVariableShaderNode.d.ts +7 -0
  347. package/dist/esmdev/foundation/materials/nodes/Vector3AndScalarToVector4ShaderNode.d.ts +4 -0
  348. package/dist/esmdev/foundation/materials/nodes/ViewMatrixShaderNode.d.ts +4 -0
  349. package/dist/esmdev/foundation/materials/nodes/WireframeMaterialNode.d.ts +4 -0
  350. package/dist/esmdev/foundation/materials/nodes/WorldMatrixShaderNode.d.ts +4 -0
  351. package/dist/esmdev/foundation/materials/nodes/index.d.ts +24 -0
  352. package/dist/esmdev/foundation/math/AABB.d.ts +97 -0
  353. package/dist/esmdev/foundation/math/AbstractMathNumber.d.ts +6 -0
  354. package/dist/esmdev/foundation/math/AbstractMatrix.d.ts +17 -0
  355. package/dist/esmdev/foundation/math/AbstractQuaternion.d.ts +27 -0
  356. package/dist/esmdev/foundation/math/AbstractVector.d.ts +25 -0
  357. package/dist/esmdev/foundation/math/ColorRgb.d.ts +29 -0
  358. package/dist/esmdev/foundation/math/ColorRgba.d.ts +35 -0
  359. package/dist/esmdev/foundation/math/IColor.d.ts +64 -0
  360. package/dist/esmdev/foundation/math/IMathNumber.d.ts +3 -0
  361. package/dist/esmdev/foundation/math/IMatrix.d.ts +228 -0
  362. package/dist/esmdev/foundation/math/IQuaternion.d.ts +66 -0
  363. package/dist/esmdev/foundation/math/IVector.d.ts +212 -0
  364. package/dist/esmdev/foundation/math/IdentityMatrix33.d.ts +40 -0
  365. package/dist/esmdev/foundation/math/IdentityMatrix44.d.ts +46 -0
  366. package/dist/esmdev/foundation/math/LogQuaternion.d.ts +20 -0
  367. package/dist/esmdev/foundation/math/MathClassUtil.d.ts +37 -0
  368. package/dist/esmdev/foundation/math/MathUtil.d.ts +55 -0
  369. package/dist/esmdev/foundation/math/Matrix22.d.ts +85 -0
  370. package/dist/esmdev/foundation/math/Matrix33.d.ts +105 -0
  371. package/dist/esmdev/foundation/math/Matrix44.d.ts +141 -0
  372. package/dist/esmdev/foundation/math/MutableColorRgb.d.ts +32 -0
  373. package/dist/esmdev/foundation/math/MutableColorRgba.d.ts +33 -0
  374. package/dist/esmdev/foundation/math/MutableMatrix22.d.ts +96 -0
  375. package/dist/esmdev/foundation/math/MutableMatrix33.d.ts +129 -0
  376. package/dist/esmdev/foundation/math/MutableMatrix44.d.ts +166 -0
  377. package/dist/esmdev/foundation/math/MutableQuaternion.d.ts +55 -0
  378. package/dist/esmdev/foundation/math/MutableScalar.d.ts +45 -0
  379. package/dist/esmdev/foundation/math/MutableVector2.d.ts +90 -0
  380. package/dist/esmdev/foundation/math/MutableVector3.d.ts +121 -0
  381. package/dist/esmdev/foundation/math/MutableVector4.d.ts +99 -0
  382. package/dist/esmdev/foundation/math/Quaternion.d.ts +73 -0
  383. package/dist/esmdev/foundation/math/Scalar.d.ts +51 -0
  384. package/dist/esmdev/foundation/math/Transform3D.d.ts +102 -0
  385. package/dist/esmdev/foundation/math/Vector2.d.ts +155 -0
  386. package/dist/esmdev/foundation/math/Vector3.d.ts +183 -0
  387. package/dist/esmdev/foundation/math/Vector4.d.ts +167 -0
  388. package/dist/esmdev/foundation/math/VectorN.d.ts +5 -0
  389. package/dist/esmdev/foundation/math/index.d.ts +38 -0
  390. package/dist/esmdev/foundation/math/raw/index.d.ts +1 -0
  391. package/dist/esmdev/foundation/math/raw/raw_extension.d.ts +69 -0
  392. package/dist/esmdev/foundation/math/shapes/MathSphere.d.ts +17 -0
  393. package/dist/esmdev/foundation/memory/Accessor.d.ts +130 -0
  394. package/dist/esmdev/foundation/memory/Buffer.d.ts +39 -0
  395. package/dist/esmdev/foundation/memory/BufferView.d.ts +64 -0
  396. package/dist/esmdev/foundation/memory/index.d.ts +3 -0
  397. package/dist/esmdev/foundation/misc/DataUtil.d.ts +118 -0
  398. package/dist/esmdev/foundation/misc/EnumIO.d.ts +33 -0
  399. package/dist/esmdev/foundation/misc/ImageUtil.d.ts +28 -0
  400. package/dist/esmdev/foundation/misc/Is.d.ts +31 -0
  401. package/dist/esmdev/foundation/misc/MiscUtil.d.ts +55 -0
  402. package/dist/esmdev/foundation/misc/Option.d.ts +84 -0
  403. package/dist/esmdev/foundation/misc/Result.d.ts +69 -0
  404. package/dist/esmdev/foundation/misc/RnPromise.d.ts +27 -0
  405. package/dist/esmdev/foundation/misc/Time.d.ts +16 -0
  406. package/dist/esmdev/foundation/misc/WeakOption.d.ts +63 -0
  407. package/dist/esmdev/foundation/misc/cache/Cache.d.ts +5 -0
  408. package/dist/esmdev/foundation/misc/cache/SymbolWeakMap.d.ts +33 -0
  409. package/dist/esmdev/foundation/misc/cache/cachify.d.ts +19 -0
  410. package/dist/esmdev/foundation/misc/cache/index.d.ts +3 -0
  411. package/dist/esmdev/foundation/misc/index.d.ts +11 -0
  412. package/dist/esmdev/foundation/physics/PhysicsStrategy.d.ts +2 -0
  413. package/dist/esmdev/foundation/physics/SphereCollider.d.ts +7 -0
  414. package/dist/esmdev/foundation/physics/VRMColliderGroup.d.ts +6 -0
  415. package/dist/esmdev/foundation/physics/VRMSpringBoneGroup.d.ts +14 -0
  416. package/dist/esmdev/foundation/physics/VRMSpringBonePhysicsStrategy.d.ts +37 -0
  417. package/dist/esmdev/foundation/physics/index.d.ts +5 -0
  418. package/dist/esmdev/foundation/renderer/CGAPIResourceRepository.d.ts +75 -0
  419. package/dist/esmdev/foundation/renderer/CGAPIStrategy.d.ts +10 -0
  420. package/dist/esmdev/foundation/renderer/Expression.d.ts +24 -0
  421. package/dist/esmdev/foundation/renderer/Frame.d.ts +64 -0
  422. package/dist/esmdev/foundation/renderer/FrameBuffer.d.ts +32 -0
  423. package/dist/esmdev/foundation/renderer/RenderPass.d.ts +136 -0
  424. package/dist/esmdev/foundation/renderer/RenderingCommonMethods.d.ts +2 -0
  425. package/dist/esmdev/foundation/renderer/index.d.ts +7 -0
  426. package/dist/esmdev/foundation/renderer/pipelines/ForwardRenderPipeline.d.ts +176 -0
  427. package/dist/esmdev/foundation/renderer/pipelines/index.d.ts +1 -0
  428. package/dist/esmdev/foundation/system/EventPubSub.d.ts +19 -0
  429. package/dist/esmdev/foundation/system/InputManager.d.ts +79 -0
  430. package/dist/esmdev/foundation/system/ModuleManager.d.ts +10 -0
  431. package/dist/esmdev/foundation/system/System.d.ts +119 -0
  432. package/dist/esmdev/foundation/system/SystemState.d.ts +3 -0
  433. package/dist/esmdev/foundation/system/index.d.ts +5 -0
  434. package/dist/esmdev/foundation/textures/AbstractTexture.d.ts +65 -0
  435. package/dist/esmdev/foundation/textures/CubeTexture.d.ts +33 -0
  436. package/dist/esmdev/foundation/textures/IRenderable.d.ts +10 -0
  437. package/dist/esmdev/foundation/textures/RenderBuffer.d.ts +23 -0
  438. package/dist/esmdev/foundation/textures/RenderTargetTexture.d.ts +37 -0
  439. package/dist/esmdev/foundation/textures/Sampler.d.ts +27 -0
  440. package/dist/esmdev/foundation/textures/Texture.d.ts +49 -0
  441. package/dist/esmdev/foundation/textures/TextureDataFloat.d.ts +20 -0
  442. package/dist/esmdev/foundation/textures/VideoTexture.d.ts +52 -0
  443. package/dist/esmdev/foundation/textures/index.d.ts +9 -0
  444. package/dist/esmdev/index.d.ts +8 -0
  445. package/dist/esmdev/index.js +64049 -0
  446. package/dist/esmdev/pbr/main.d.ts +4 -0
  447. package/dist/esmdev/types/AnimationTypes.d.ts +48 -0
  448. package/dist/esmdev/types/BasisTexture.d.ts +23 -0
  449. package/dist/esmdev/types/CommonTypes.d.ts +44 -0
  450. package/dist/esmdev/types/KTX2Texture.d.ts +67 -0
  451. package/dist/esmdev/types/RnM2.d.ts +364 -0
  452. package/dist/esmdev/types/TypeConverter.d.ts +1 -0
  453. package/dist/esmdev/types/TypeGenerators.d.ts +8 -0
  454. package/dist/{cjs/types/VRM.d.ts → esmdev/types/VRM0x.d.ts} +43 -39
  455. package/dist/esmdev/types/VRM1.d.ts +210 -0
  456. package/dist/esmdev/types/WebGLConstants.d.ts +2951 -0
  457. package/dist/esmdev/types/glTF1.d.ts +52 -0
  458. package/dist/esmdev/types/glTF2.d.ts +348 -0
  459. package/dist/esmdev/types/glTF2ForOutput.d.ts +46 -0
  460. package/dist/esmdev/types/index.d.ts +12 -0
  461. package/dist/esmdev/webgl/WebGLContextWrapper.d.ts +112 -0
  462. package/dist/esmdev/webgl/WebGLExtendedTypes.d.ts +15 -0
  463. package/dist/esmdev/webgl/WebGLExtension.d.ts +29 -0
  464. package/dist/esmdev/webgl/WebGLResourceRepository.d.ts +415 -0
  465. package/dist/esmdev/webgl/WebGLStereoUtil.d.ts +14 -0
  466. package/dist/esmdev/webgl/WebGLStrategy.d.ts +15 -0
  467. package/dist/esmdev/webgl/WebGLStrategyCommonMethod.d.ts +51 -0
  468. package/dist/{esm/webgl/WebGLStrategyFastest.d.ts → esmdev/webgl/WebGLStrategyDataTexture.d.ts} +17 -12
  469. package/dist/esmdev/webgl/WebGLStrategyUniform.d.ts +50 -0
  470. package/dist/esmdev/webgl/getRenderingStrategy.d.ts +4 -0
  471. package/dist/esmdev/webgl/index.d.ts +12 -0
  472. package/dist/esmdev/webgl/main.d.ts +18 -0
  473. package/dist/esmdev/webgl/shaders/GLSLShader.d.ts +21 -0
  474. package/dist/esmdev/webgl/shaders/index.d.ts +2 -0
  475. package/dist/esmdev/webgl/shaders/nodes/BlockBeginShader.d.ts +16 -0
  476. package/dist/esmdev/webgl/shaders/nodes/BlockEndShader.d.ts +16 -0
  477. package/dist/esmdev/webgl/shaders/nodes/ClassicShadingShader.d.ts +17 -0
  478. package/dist/esmdev/webgl/shaders/nodes/ConstantVariableShader.d.ts +18 -0
  479. package/dist/esmdev/webgl/shaders/nodes/EndShader.d.ts +17 -0
  480. package/dist/esmdev/webgl/shaders/nodes/IfStatementShader.d.ts +12 -0
  481. package/dist/esmdev/webgl/shaders/nodes/TextureFetchShader.d.ts +16 -0
  482. package/dist/esmdev/webgl/shaders/nodes/UniformDataShader.d.ts +20 -0
  483. package/dist/esmdev/webgl/shaders/nodes/VaryingVariableShader.d.ts +18 -0
  484. package/dist/esmdev/webgl/shaders/nodes/index.d.ts +9 -0
  485. package/dist/esmdev/webgl/textureLoader/KTX2TextureLoader.d.ts +21 -0
  486. package/dist/esmdev/webgl/textureLoader/index.d.ts +1 -0
  487. package/dist/esmdev/webgl/types/CommonTypes.d.ts +25 -0
  488. package/dist/esmdev/webgl/types/index.d.ts +1 -0
  489. package/dist/esmdev/webgpu/WebGPUStrategyBasic.d.ts +14 -0
  490. package/dist/esmdev/webgpu/WebGpuDeviceWrapper.d.ts +10 -0
  491. package/dist/esmdev/webgpu/WebGpuResourceRepository.d.ts +74 -0
  492. package/dist/esmdev/webgpu/index.d.ts +2 -0
  493. package/dist/esmdev/xr/WebARSystem.d.ts +70 -0
  494. package/dist/esmdev/xr/WebXRInput.d.ts +19 -0
  495. package/dist/esmdev/xr/WebXRSystem.d.ts +142 -0
  496. package/dist/esmdev/xr/getModule.d.ts +2 -0
  497. package/dist/esmdev/xr/index.d.ts +4 -0
  498. package/dist/esmdev/xr/main.d.ts +8 -0
  499. package/package.json +4 -1
  500. package/vendor/effekseer.d.ts +21 -0
  501. package/dist/cjs/foundation/importer/Gltf1Importer.d.ts +0 -46
  502. package/dist/cjs/foundation/materials/contents/PbrExtendedShadingMaterialContent.d.ts +0 -30
  503. package/dist/cjs/foundation/materials/contents/PbrShadingMaterialContent.d.ts +0 -41
  504. package/dist/cjs/index.cjs.LICENSE.txt +0 -43
  505. package/dist/cjs/sparkgear/SparkGearComponent.d.ts +0 -67
  506. package/dist/cjs/sparkgear/main.d.ts +0 -6
  507. package/dist/cjs/webgl/WebGLStrategyFastest.d.ts +0 -59
  508. package/dist/esm/foundation/importer/Gltf1Importer.d.ts +0 -46
  509. package/dist/esm/foundation/materials/contents/PbrExtendedShadingMaterialContent.d.ts +0 -30
  510. package/dist/esm/foundation/materials/contents/PbrShadingMaterialContent.d.ts +0 -41
  511. package/dist/esm/sparkgear/SparkGearComponent.d.ts +0 -67
  512. package/dist/esm/sparkgear/main.d.ts +0 -6
  513. package/dist/esm/types/VRM.d.ts +0 -160
package/VERSION-FILE CHANGED
@@ -1,2 +1,2 @@
1
- v0.11.2-0-g1eb15417-dirty
1
+ v0.11.4-0-g10bcabdf-dirty
2
2
  main
@@ -65,7 +65,7 @@ export declare class EffekseerComponent extends Component {
65
65
  * @param base the target entity
66
66
  * @param _componentClass the component class to add
67
67
  */
68
- addThisComponentToEntity<EntityBase extends IEntity, SomeComponentClass extends typeof Component>(base: EntityBase, _componentClass: SomeComponentClass): (SomeComponentClass extends typeof import("..").VrmComponent ? import("..").IVrmEntityMethods : Exclude<SomeComponentClass extends typeof EffekseerComponent ? IEffekseerEntityMethods : Exclude<SomeComponentClass extends typeof import("..").PhysicsComponent ? import("..").IPhysicsEntityMethods : Exclude<SomeComponentClass extends typeof import("..").BlendShapeComponent ? import("..").IBlendShapeEntityMethods : Exclude<SomeComponentClass extends typeof import("..").SkeletalComponent ? import("..").ISkeletalEntityMethods : Exclude<SomeComponentClass extends typeof import("..").LightComponent ? import("..").ILightEntityMethods : Exclude<SomeComponentClass extends typeof CameraComponent ? import("..").ICameraEntityMethods : Exclude<SomeComponentClass extends typeof import("..").CameraControllerComponent ? import("..").ICameraControllerEntityMethods : Exclude<SomeComponentClass extends typeof import("..").MeshRendererComponent ? import("..").IMeshRendererEntityMethods : Exclude<SomeComponentClass extends typeof import("..").MeshComponent ? import("..").IMeshEntityMethods : Exclude<SomeComponentClass extends typeof SceneGraphComponent ? import("..").ISceneGraphEntityMethods : Exclude<SomeComponentClass extends typeof TransformComponent ? import("..").ITransformEntityMethods : Exclude<SomeComponentClass extends typeof import("..").AnimationComponent ? import("..").IAnimationEntityMethods : import("..").ITransformEntityMethods | import("..").ISceneGraphEntityMethods | import("..").ILightEntityMethods | import("..").IMeshEntityMethods | import("..").IMeshRendererEntityMethods | import("..").ICameraEntityMethods | import("..").ICameraControllerEntityMethods | import("..").ISkeletalEntityMethods | import("..").IBlendShapeEntityMethods | import("..").IPhysicsEntityMethods | IEffekseerEntityMethods | import("..").IVrmEntityMethods, import("..").ITransformEntityMethods>, import("..").ISceneGraphEntityMethods>, import("..").IMeshEntityMethods>, import("..").IMeshRendererEntityMethods>, import("..").ICameraControllerEntityMethods>, import("..").ICameraEntityMethods>, import("..").ILightEntityMethods>, import("..").ISkeletalEntityMethods>, import("..").IBlendShapeEntityMethods>, import("..").IPhysicsEntityMethods>, IEffekseerEntityMethods>, import("..").IVrmEntityMethods>) & EntityBase;
68
+ addThisComponentToEntity<EntityBase extends IEntity, SomeComponentClass extends typeof Component>(base: EntityBase, _componentClass: SomeComponentClass): (SomeComponentClass extends typeof import("..").VrmComponent ? import("..").IVrmEntityMethods : Exclude<SomeComponentClass extends typeof EffekseerComponent ? IEffekseerEntityMethods : Exclude<SomeComponentClass extends typeof import("..").PhysicsComponent ? import("..").IPhysicsEntityMethods : Exclude<SomeComponentClass extends typeof import("..").BlendShapeComponent ? import("..").IBlendShapeEntityMethods : Exclude<SomeComponentClass extends typeof import("..").SkeletalComponent ? import("..").ISkeletalEntityMethods : Exclude<SomeComponentClass extends typeof import("..").LightComponent ? import("..").ILightEntityMethods : Exclude<SomeComponentClass extends typeof CameraComponent ? import("..").ICameraEntityMethods : Exclude<SomeComponentClass extends typeof import("..").CameraControllerComponent ? import("..").ICameraControllerEntityMethods : Exclude<SomeComponentClass extends typeof import("..").MeshRendererComponent ? import("..").IMeshRendererEntityMethods : Exclude<SomeComponentClass extends typeof import("..").MeshComponent ? import("..").IMeshEntityMethods : Exclude<SomeComponentClass extends typeof SceneGraphComponent ? import("..").ISceneGraphEntityMethods : Exclude<SomeComponentClass extends typeof TransformComponent ? import("..").ITransformEntityMethods : Exclude<SomeComponentClass extends typeof import("..").AnimationComponent ? import("..").IAnimationEntityMethods : import("..").ITransformEntityMethods | import("..").ISceneGraphEntityMethods | import("..").IMeshEntityMethods | import("..").IMeshRendererEntityMethods | import("..").ILightEntityMethods | import("..").ICameraEntityMethods | import("..").ICameraControllerEntityMethods | import("..").ISkeletalEntityMethods | import("..").IBlendShapeEntityMethods | import("..").IPhysicsEntityMethods | IEffekseerEntityMethods | import("..").IVrmEntityMethods, import("..").ITransformEntityMethods>, import("..").ISceneGraphEntityMethods>, import("..").IMeshEntityMethods>, import("..").IMeshRendererEntityMethods>, import("..").ICameraControllerEntityMethods>, import("..").ICameraEntityMethods>, import("..").ILightEntityMethods>, import("..").ISkeletalEntityMethods>, import("..").IBlendShapeEntityMethods>, import("..").IPhysicsEntityMethods>, IEffekseerEntityMethods>, import("..").IVrmEntityMethods>) & EntityBase;
69
69
  }
70
70
  export interface IEffekseerEntityMethods {
71
71
  getEffekseer(): EffekseerComponent;
@@ -103,7 +103,7 @@ export declare class AnimationComponent extends Component {
103
103
  * @param base the target entity
104
104
  * @param _componentClass the component class to add
105
105
  */
106
- addThisComponentToEntity<EntityBase extends IEntity, SomeComponentClass extends typeof Component>(base: EntityBase, _componentClass: SomeComponentClass): (SomeComponentClass extends typeof import("..").VrmComponent ? import("..").IVrmEntityMethods : Exclude<SomeComponentClass extends typeof EffekseerComponent ? import("../../../effekseer").IEffekseerEntityMethods : Exclude<SomeComponentClass extends typeof import("..").PhysicsComponent ? import("..").IPhysicsEntityMethods : Exclude<SomeComponentClass extends typeof BlendShapeComponent ? import("..").IBlendShapeEntityMethods : Exclude<SomeComponentClass extends typeof SkeletalComponent ? ISkeletalEntityMethods : Exclude<SomeComponentClass extends typeof import("..").LightComponent ? import("..").ILightEntityMethods : Exclude<SomeComponentClass extends typeof import("..").CameraComponent ? import("..").ICameraEntityMethods : Exclude<SomeComponentClass extends typeof import("..").CameraControllerComponent ? import("..").ICameraControllerEntityMethods : Exclude<SomeComponentClass extends typeof import("..").MeshRendererComponent ? import("..").IMeshRendererEntityMethods : Exclude<SomeComponentClass extends typeof import("..").MeshComponent ? import("..").IMeshEntityMethods : Exclude<SomeComponentClass extends typeof SceneGraphComponent ? import("../SceneGraph").ISceneGraphEntityMethods : Exclude<SomeComponentClass extends typeof TransformComponent ? import("..").ITransformEntityMethods : Exclude<SomeComponentClass extends typeof AnimationComponent ? import("./IAnimationEntity").IAnimationEntityMethods : import("..").ITransformEntityMethods | import("../SceneGraph").ISceneGraphEntityMethods | import("..").ILightEntityMethods | import("..").IMeshEntityMethods | import("..").IMeshRendererEntityMethods | import("..").ICameraEntityMethods | import("..").ICameraControllerEntityMethods | ISkeletalEntityMethods | import("..").IBlendShapeEntityMethods | import("..").IPhysicsEntityMethods | import("../../../effekseer").IEffekseerEntityMethods | import("..").IVrmEntityMethods, import("..").ITransformEntityMethods>, import("../SceneGraph").ISceneGraphEntityMethods>, import("..").IMeshEntityMethods>, import("..").IMeshRendererEntityMethods>, import("..").ICameraControllerEntityMethods>, import("..").ICameraEntityMethods>, import("..").ILightEntityMethods>, ISkeletalEntityMethods>, import("..").IBlendShapeEntityMethods>, import("..").IPhysicsEntityMethods>, import("../../../effekseer").IEffekseerEntityMethods>, import("..").IVrmEntityMethods>) & EntityBase;
106
+ addThisComponentToEntity<EntityBase extends IEntity, SomeComponentClass extends typeof Component>(base: EntityBase, _componentClass: SomeComponentClass): (SomeComponentClass extends typeof import("..").VrmComponent ? import("..").IVrmEntityMethods : Exclude<SomeComponentClass extends typeof EffekseerComponent ? import("../../../effekseer").IEffekseerEntityMethods : Exclude<SomeComponentClass extends typeof import("..").PhysicsComponent ? import("..").IPhysicsEntityMethods : Exclude<SomeComponentClass extends typeof BlendShapeComponent ? import("..").IBlendShapeEntityMethods : Exclude<SomeComponentClass extends typeof SkeletalComponent ? ISkeletalEntityMethods : Exclude<SomeComponentClass extends typeof import("..").LightComponent ? import("..").ILightEntityMethods : Exclude<SomeComponentClass extends typeof import("..").CameraComponent ? import("..").ICameraEntityMethods : Exclude<SomeComponentClass extends typeof import("..").CameraControllerComponent ? import("..").ICameraControllerEntityMethods : Exclude<SomeComponentClass extends typeof import("..").MeshRendererComponent ? import("..").IMeshRendererEntityMethods : Exclude<SomeComponentClass extends typeof import("..").MeshComponent ? import("..").IMeshEntityMethods : Exclude<SomeComponentClass extends typeof SceneGraphComponent ? import("../SceneGraph").ISceneGraphEntityMethods : Exclude<SomeComponentClass extends typeof TransformComponent ? import("..").ITransformEntityMethods : Exclude<SomeComponentClass extends typeof AnimationComponent ? import("./IAnimationEntity").IAnimationEntityMethods : import("..").ITransformEntityMethods | import("../SceneGraph").ISceneGraphEntityMethods | import("..").IMeshEntityMethods | import("..").IMeshRendererEntityMethods | import("..").ILightEntityMethods | import("..").ICameraEntityMethods | import("..").ICameraControllerEntityMethods | ISkeletalEntityMethods | import("..").IBlendShapeEntityMethods | import("..").IPhysicsEntityMethods | import("../../../effekseer").IEffekseerEntityMethods | import("..").IVrmEntityMethods, import("..").ITransformEntityMethods>, import("../SceneGraph").ISceneGraphEntityMethods>, import("..").IMeshEntityMethods>, import("..").IMeshRendererEntityMethods>, import("..").ICameraControllerEntityMethods>, import("..").ICameraEntityMethods>, import("..").ILightEntityMethods>, ISkeletalEntityMethods>, import("..").IBlendShapeEntityMethods>, import("..").IPhysicsEntityMethods>, import("../../../effekseer").IEffekseerEntityMethods>, import("..").IVrmEntityMethods>) & EntityBase;
107
107
  addKeyFrame(trackName: AnimationTrackName, pathName: AnimationPathName, frameToInsert: Index, fps: number): boolean;
108
108
  addKeyFrameWithValue(trackName: AnimationTrackName, pathName: AnimationPathName, frameToInsert: Index, output: Array<number>, fps: number): boolean;
109
109
  deleteKeysAtFrame(trackName: AnimationTrackName, pathName: AnimationPathName, frameToDelete: Index, fps: number): boolean;
@@ -22,5 +22,5 @@ export declare class BlendShapeComponent extends Component {
22
22
  * @param base the target entity
23
23
  * @param _componentClass the component class to add
24
24
  */
25
- addThisComponentToEntity<EntityBase extends IEntity, SomeComponentClass extends typeof Component>(base: EntityBase, _componentClass: SomeComponentClass): (SomeComponentClass extends typeof import("..").VrmComponent ? import("..").IVrmEntityMethods : Exclude<SomeComponentClass extends typeof import("../../..").EffekseerComponent ? import("../../..").IEffekseerEntityMethods : Exclude<SomeComponentClass extends typeof import("..").PhysicsComponent ? import("..").IPhysicsEntityMethods : Exclude<SomeComponentClass extends typeof BlendShapeComponent ? import("./IBlendShapeEntity").IBlendShapeEntityMethods : Exclude<SomeComponentClass extends typeof import("..").SkeletalComponent ? import("..").ISkeletalEntityMethods : Exclude<SomeComponentClass extends typeof import("..").LightComponent ? import("..").ILightEntityMethods : Exclude<SomeComponentClass extends typeof import("..").CameraComponent ? import("..").ICameraEntityMethods : Exclude<SomeComponentClass extends typeof import("..").CameraControllerComponent ? import("..").ICameraControllerEntityMethods : Exclude<SomeComponentClass extends typeof import("..").MeshRendererComponent ? import("..").IMeshRendererEntityMethods : Exclude<SomeComponentClass extends typeof import("..").MeshComponent ? import("..").IMeshEntityMethods : Exclude<SomeComponentClass extends typeof import("..").SceneGraphComponent ? import("..").ISceneGraphEntityMethods : Exclude<SomeComponentClass extends typeof import("..").TransformComponent ? import("..").ITransformEntityMethods : Exclude<SomeComponentClass extends typeof import("..").AnimationComponent ? import("..").IAnimationEntityMethods : import("..").ITransformEntityMethods | import("..").ISceneGraphEntityMethods | import("..").ILightEntityMethods | import("..").IMeshEntityMethods | import("..").IMeshRendererEntityMethods | import("..").ICameraEntityMethods | import("..").ICameraControllerEntityMethods | import("..").ISkeletalEntityMethods | import("./IBlendShapeEntity").IBlendShapeEntityMethods | import("..").IPhysicsEntityMethods | import("../../..").IEffekseerEntityMethods | import("..").IVrmEntityMethods, import("..").ITransformEntityMethods>, import("..").ISceneGraphEntityMethods>, import("..").IMeshEntityMethods>, import("..").IMeshRendererEntityMethods>, import("..").ICameraControllerEntityMethods>, import("..").ICameraEntityMethods>, import("..").ILightEntityMethods>, import("..").ISkeletalEntityMethods>, import("./IBlendShapeEntity").IBlendShapeEntityMethods>, import("..").IPhysicsEntityMethods>, import("../../..").IEffekseerEntityMethods>, import("..").IVrmEntityMethods>) & EntityBase;
25
+ addThisComponentToEntity<EntityBase extends IEntity, SomeComponentClass extends typeof Component>(base: EntityBase, _componentClass: SomeComponentClass): (SomeComponentClass extends typeof import("..").VrmComponent ? import("..").IVrmEntityMethods : Exclude<SomeComponentClass extends typeof import("../../..").EffekseerComponent ? import("../../..").IEffekseerEntityMethods : Exclude<SomeComponentClass extends typeof import("..").PhysicsComponent ? import("..").IPhysicsEntityMethods : Exclude<SomeComponentClass extends typeof BlendShapeComponent ? import("./IBlendShapeEntity").IBlendShapeEntityMethods : Exclude<SomeComponentClass extends typeof import("..").SkeletalComponent ? import("..").ISkeletalEntityMethods : Exclude<SomeComponentClass extends typeof import("..").LightComponent ? import("..").ILightEntityMethods : Exclude<SomeComponentClass extends typeof import("..").CameraComponent ? import("..").ICameraEntityMethods : Exclude<SomeComponentClass extends typeof import("..").CameraControllerComponent ? import("..").ICameraControllerEntityMethods : Exclude<SomeComponentClass extends typeof import("..").MeshRendererComponent ? import("..").IMeshRendererEntityMethods : Exclude<SomeComponentClass extends typeof import("..").MeshComponent ? import("..").IMeshEntityMethods : Exclude<SomeComponentClass extends typeof import("..").SceneGraphComponent ? import("..").ISceneGraphEntityMethods : Exclude<SomeComponentClass extends typeof import("..").TransformComponent ? import("..").ITransformEntityMethods : Exclude<SomeComponentClass extends typeof import("..").AnimationComponent ? import("..").IAnimationEntityMethods : import("..").ITransformEntityMethods | import("..").ISceneGraphEntityMethods | import("..").IMeshEntityMethods | import("..").IMeshRendererEntityMethods | import("..").ILightEntityMethods | import("..").ICameraEntityMethods | import("..").ICameraControllerEntityMethods | import("..").ISkeletalEntityMethods | import("./IBlendShapeEntity").IBlendShapeEntityMethods | import("..").IPhysicsEntityMethods | import("../../..").IEffekseerEntityMethods | import("..").IVrmEntityMethods, import("..").ITransformEntityMethods>, import("..").ISceneGraphEntityMethods>, import("..").IMeshEntityMethods>, import("..").IMeshRendererEntityMethods>, import("..").ICameraControllerEntityMethods>, import("..").ICameraEntityMethods>, import("..").ILightEntityMethods>, import("..").ISkeletalEntityMethods>, import("./IBlendShapeEntity").IBlendShapeEntityMethods>, import("..").IPhysicsEntityMethods>, import("../../..").IEffekseerEntityMethods>, import("..").IVrmEntityMethods>) & EntityBase;
26
26
  }
@@ -146,5 +146,5 @@ export declare class CameraComponent extends Component {
146
146
  * @param base the target entity
147
147
  * @param _componentClass the component class to add
148
148
  */
149
- addThisComponentToEntity<EntityBaseClass extends IEntity, SomeComponentClass extends typeof Component>(base: EntityBaseClass, _componentClass: SomeComponentClass): (SomeComponentClass extends typeof import("..").VrmComponent ? import("..").IVrmEntityMethods : Exclude<SomeComponentClass extends typeof import("../../..").EffekseerComponent ? import("../../..").IEffekseerEntityMethods : Exclude<SomeComponentClass extends typeof import("..").PhysicsComponent ? import("..").IPhysicsEntityMethods : Exclude<SomeComponentClass extends typeof import("..").BlendShapeComponent ? import("..").IBlendShapeEntityMethods : Exclude<SomeComponentClass extends typeof import("..").SkeletalComponent ? import("..").ISkeletalEntityMethods : Exclude<SomeComponentClass extends typeof import("..").LightComponent ? import("..").ILightEntityMethods : Exclude<SomeComponentClass extends typeof CameraComponent ? import("./ICameraEntity").ICameraEntityMethods : Exclude<SomeComponentClass extends typeof CameraControllerComponent ? import("..").ICameraControllerEntityMethods : Exclude<SomeComponentClass extends typeof import("..").MeshRendererComponent ? import("..").IMeshRendererEntityMethods : Exclude<SomeComponentClass extends typeof import("..").MeshComponent ? import("..").IMeshEntityMethods : Exclude<SomeComponentClass extends typeof SceneGraphComponent ? import("..").ISceneGraphEntityMethods : Exclude<SomeComponentClass extends typeof import("..").TransformComponent ? import("..").ITransformEntityMethods : Exclude<SomeComponentClass extends typeof import("..").AnimationComponent ? import("..").IAnimationEntityMethods : import("..").ITransformEntityMethods | import("..").ISceneGraphEntityMethods | import("..").ILightEntityMethods | import("..").IMeshEntityMethods | import("..").IMeshRendererEntityMethods | import("./ICameraEntity").ICameraEntityMethods | import("..").ICameraControllerEntityMethods | import("..").ISkeletalEntityMethods | import("..").IBlendShapeEntityMethods | import("..").IPhysicsEntityMethods | import("../../..").IEffekseerEntityMethods | import("..").IVrmEntityMethods, import("..").ITransformEntityMethods>, import("..").ISceneGraphEntityMethods>, import("..").IMeshEntityMethods>, import("..").IMeshRendererEntityMethods>, import("..").ICameraControllerEntityMethods>, import("./ICameraEntity").ICameraEntityMethods>, import("..").ILightEntityMethods>, import("..").ISkeletalEntityMethods>, import("..").IBlendShapeEntityMethods>, import("..").IPhysicsEntityMethods>, import("../../..").IEffekseerEntityMethods>, import("..").IVrmEntityMethods>) & EntityBaseClass;
149
+ addThisComponentToEntity<EntityBaseClass extends IEntity, SomeComponentClass extends typeof Component>(base: EntityBaseClass, _componentClass: SomeComponentClass): (SomeComponentClass extends typeof import("..").VrmComponent ? import("..").IVrmEntityMethods : Exclude<SomeComponentClass extends typeof import("../../..").EffekseerComponent ? import("../../..").IEffekseerEntityMethods : Exclude<SomeComponentClass extends typeof import("..").PhysicsComponent ? import("..").IPhysicsEntityMethods : Exclude<SomeComponentClass extends typeof import("..").BlendShapeComponent ? import("..").IBlendShapeEntityMethods : Exclude<SomeComponentClass extends typeof import("..").SkeletalComponent ? import("..").ISkeletalEntityMethods : Exclude<SomeComponentClass extends typeof import("..").LightComponent ? import("..").ILightEntityMethods : Exclude<SomeComponentClass extends typeof CameraComponent ? import("./ICameraEntity").ICameraEntityMethods : Exclude<SomeComponentClass extends typeof CameraControllerComponent ? import("..").ICameraControllerEntityMethods : Exclude<SomeComponentClass extends typeof import("..").MeshRendererComponent ? import("..").IMeshRendererEntityMethods : Exclude<SomeComponentClass extends typeof import("..").MeshComponent ? import("..").IMeshEntityMethods : Exclude<SomeComponentClass extends typeof SceneGraphComponent ? import("..").ISceneGraphEntityMethods : Exclude<SomeComponentClass extends typeof import("..").TransformComponent ? import("..").ITransformEntityMethods : Exclude<SomeComponentClass extends typeof import("..").AnimationComponent ? import("..").IAnimationEntityMethods : import("..").ITransformEntityMethods | import("..").ISceneGraphEntityMethods | import("..").IMeshEntityMethods | import("..").IMeshRendererEntityMethods | import("..").ILightEntityMethods | import("./ICameraEntity").ICameraEntityMethods | import("..").ICameraControllerEntityMethods | import("..").ISkeletalEntityMethods | import("..").IBlendShapeEntityMethods | import("..").IPhysicsEntityMethods | import("../../..").IEffekseerEntityMethods | import("..").IVrmEntityMethods, import("..").ITransformEntityMethods>, import("..").ISceneGraphEntityMethods>, import("..").IMeshEntityMethods>, import("..").IMeshRendererEntityMethods>, import("..").ICameraControllerEntityMethods>, import("./ICameraEntity").ICameraEntityMethods>, import("..").ILightEntityMethods>, import("..").ISkeletalEntityMethods>, import("..").IBlendShapeEntityMethods>, import("..").IPhysicsEntityMethods>, import("../../..").IEffekseerEntityMethods>, import("..").IVrmEntityMethods>) & EntityBaseClass;
150
150
  }
@@ -18,5 +18,5 @@ export declare class CameraControllerComponent extends Component {
18
18
  static get componentTID(): ComponentTID;
19
19
  $create(): void;
20
20
  $logic(): void;
21
- addThisComponentToEntity<EntityBase extends IEntity, SomeComponentClass extends typeof Component>(base: EntityBase, _componentClass: SomeComponentClass): (SomeComponentClass extends typeof import("..").VrmComponent ? import("..").IVrmEntityMethods : Exclude<SomeComponentClass extends typeof import("../../..").EffekseerComponent ? import("../../..").IEffekseerEntityMethods : Exclude<SomeComponentClass extends typeof import("..").PhysicsComponent ? import("..").IPhysicsEntityMethods : Exclude<SomeComponentClass extends typeof import("..").BlendShapeComponent ? import("..").IBlendShapeEntityMethods : Exclude<SomeComponentClass extends typeof import("..").SkeletalComponent ? import("..").ISkeletalEntityMethods : Exclude<SomeComponentClass extends typeof import("..").LightComponent ? import("..").ILightEntityMethods : Exclude<SomeComponentClass extends typeof CameraComponent ? import("..").ICameraEntityMethods : Exclude<SomeComponentClass extends typeof CameraControllerComponent ? import("./ICameraControllerEntity").ICameraControllerEntityMethods : Exclude<SomeComponentClass extends typeof import("..").MeshRendererComponent ? import("..").IMeshRendererEntityMethods : Exclude<SomeComponentClass extends typeof import("..").MeshComponent ? import("..").IMeshEntityMethods : Exclude<SomeComponentClass extends typeof import("..").SceneGraphComponent ? import("..").ISceneGraphEntityMethods : Exclude<SomeComponentClass extends typeof import("..").TransformComponent ? import("..").ITransformEntityMethods : Exclude<SomeComponentClass extends typeof import("..").AnimationComponent ? import("..").IAnimationEntityMethods : import("..").ITransformEntityMethods | import("..").ISceneGraphEntityMethods | import("..").ILightEntityMethods | import("..").IMeshEntityMethods | import("..").IMeshRendererEntityMethods | import("..").ICameraEntityMethods | import("./ICameraControllerEntity").ICameraControllerEntityMethods | import("..").ISkeletalEntityMethods | import("..").IBlendShapeEntityMethods | import("..").IPhysicsEntityMethods | import("../../..").IEffekseerEntityMethods | import("..").IVrmEntityMethods, import("..").ITransformEntityMethods>, import("..").ISceneGraphEntityMethods>, import("..").IMeshEntityMethods>, import("..").IMeshRendererEntityMethods>, import("./ICameraControllerEntity").ICameraControllerEntityMethods>, import("..").ICameraEntityMethods>, import("..").ILightEntityMethods>, import("..").ISkeletalEntityMethods>, import("..").IBlendShapeEntityMethods>, import("..").IPhysicsEntityMethods>, import("../../..").IEffekseerEntityMethods>, import("..").IVrmEntityMethods>) & EntityBase;
21
+ addThisComponentToEntity<EntityBase extends IEntity, SomeComponentClass extends typeof Component>(base: EntityBase, _componentClass: SomeComponentClass): (SomeComponentClass extends typeof import("..").VrmComponent ? import("..").IVrmEntityMethods : Exclude<SomeComponentClass extends typeof import("../../..").EffekseerComponent ? import("../../..").IEffekseerEntityMethods : Exclude<SomeComponentClass extends typeof import("..").PhysicsComponent ? import("..").IPhysicsEntityMethods : Exclude<SomeComponentClass extends typeof import("..").BlendShapeComponent ? import("..").IBlendShapeEntityMethods : Exclude<SomeComponentClass extends typeof import("..").SkeletalComponent ? import("..").ISkeletalEntityMethods : Exclude<SomeComponentClass extends typeof import("..").LightComponent ? import("..").ILightEntityMethods : Exclude<SomeComponentClass extends typeof CameraComponent ? import("..").ICameraEntityMethods : Exclude<SomeComponentClass extends typeof CameraControllerComponent ? import("./ICameraControllerEntity").ICameraControllerEntityMethods : Exclude<SomeComponentClass extends typeof import("..").MeshRendererComponent ? import("..").IMeshRendererEntityMethods : Exclude<SomeComponentClass extends typeof import("..").MeshComponent ? import("..").IMeshEntityMethods : Exclude<SomeComponentClass extends typeof import("..").SceneGraphComponent ? import("..").ISceneGraphEntityMethods : Exclude<SomeComponentClass extends typeof import("..").TransformComponent ? import("..").ITransformEntityMethods : Exclude<SomeComponentClass extends typeof import("..").AnimationComponent ? import("..").IAnimationEntityMethods : import("..").ITransformEntityMethods | import("..").ISceneGraphEntityMethods | import("..").IMeshEntityMethods | import("..").IMeshRendererEntityMethods | import("..").ILightEntityMethods | import("..").ICameraEntityMethods | import("./ICameraControllerEntity").ICameraControllerEntityMethods | import("..").ISkeletalEntityMethods | import("..").IBlendShapeEntityMethods | import("..").IPhysicsEntityMethods | import("../../..").IEffekseerEntityMethods | import("..").IVrmEntityMethods, import("..").ITransformEntityMethods>, import("..").ISceneGraphEntityMethods>, import("..").IMeshEntityMethods>, import("..").IMeshRendererEntityMethods>, import("./ICameraControllerEntity").ICameraControllerEntityMethods>, import("..").ICameraEntityMethods>, import("..").ILightEntityMethods>, import("..").ISkeletalEntityMethods>, import("..").IBlendShapeEntityMethods>, import("..").IPhysicsEntityMethods>, import("../../..").IEffekseerEntityMethods>, import("..").IVrmEntityMethods>) & EntityBase;
22
22
  }
@@ -42,5 +42,5 @@ export declare class LightComponent extends Component {
42
42
  * @returns the entity which has this component
43
43
  */
44
44
  get entity(): ILightEntity;
45
- addThisComponentToEntity<EntityBase extends IEntity, SomeComponentClass extends typeof Component>(base: EntityBase, _componentClass: SomeComponentClass): (SomeComponentClass extends typeof import("..").VrmComponent ? import("..").IVrmEntityMethods : Exclude<SomeComponentClass extends typeof import("../../..").EffekseerComponent ? import("../../..").IEffekseerEntityMethods : Exclude<SomeComponentClass extends typeof import("..").PhysicsComponent ? import("..").IPhysicsEntityMethods : Exclude<SomeComponentClass extends typeof import("..").BlendShapeComponent ? import("..").IBlendShapeEntityMethods : Exclude<SomeComponentClass extends typeof import("..").SkeletalComponent ? import("..").ISkeletalEntityMethods : Exclude<SomeComponentClass extends typeof LightComponent ? import("./ILightEntity").ILightEntityMethods : Exclude<SomeComponentClass extends typeof import("..").CameraComponent ? import("..").ICameraEntityMethods : Exclude<SomeComponentClass extends typeof import("..").CameraControllerComponent ? import("..").ICameraControllerEntityMethods : Exclude<SomeComponentClass extends typeof import("..").MeshRendererComponent ? import("..").IMeshRendererEntityMethods : Exclude<SomeComponentClass extends typeof import("..").MeshComponent ? import("..").IMeshEntityMethods : Exclude<SomeComponentClass extends typeof SceneGraphComponent ? import("..").ISceneGraphEntityMethods : Exclude<SomeComponentClass extends typeof import("..").TransformComponent ? import("..").ITransformEntityMethods : Exclude<SomeComponentClass extends typeof import("..").AnimationComponent ? import("..").IAnimationEntityMethods : import("..").ITransformEntityMethods | import("..").ISceneGraphEntityMethods | import("./ILightEntity").ILightEntityMethods | import("..").IMeshEntityMethods | import("..").IMeshRendererEntityMethods | import("..").ICameraEntityMethods | import("..").ICameraControllerEntityMethods | import("..").ISkeletalEntityMethods | import("..").IBlendShapeEntityMethods | import("..").IPhysicsEntityMethods | import("../../..").IEffekseerEntityMethods | import("..").IVrmEntityMethods, import("..").ITransformEntityMethods>, import("..").ISceneGraphEntityMethods>, import("..").IMeshEntityMethods>, import("..").IMeshRendererEntityMethods>, import("..").ICameraControllerEntityMethods>, import("..").ICameraEntityMethods>, import("./ILightEntity").ILightEntityMethods>, import("..").ISkeletalEntityMethods>, import("..").IBlendShapeEntityMethods>, import("..").IPhysicsEntityMethods>, import("../../..").IEffekseerEntityMethods>, import("..").IVrmEntityMethods>) & EntityBase;
45
+ addThisComponentToEntity<EntityBase extends IEntity, SomeComponentClass extends typeof Component>(base: EntityBase, _componentClass: SomeComponentClass): (SomeComponentClass extends typeof import("..").VrmComponent ? import("..").IVrmEntityMethods : Exclude<SomeComponentClass extends typeof import("../../..").EffekseerComponent ? import("../../..").IEffekseerEntityMethods : Exclude<SomeComponentClass extends typeof import("..").PhysicsComponent ? import("..").IPhysicsEntityMethods : Exclude<SomeComponentClass extends typeof import("..").BlendShapeComponent ? import("..").IBlendShapeEntityMethods : Exclude<SomeComponentClass extends typeof import("..").SkeletalComponent ? import("..").ISkeletalEntityMethods : Exclude<SomeComponentClass extends typeof LightComponent ? import("./ILightEntity").ILightEntityMethods : Exclude<SomeComponentClass extends typeof import("..").CameraComponent ? import("..").ICameraEntityMethods : Exclude<SomeComponentClass extends typeof import("..").CameraControllerComponent ? import("..").ICameraControllerEntityMethods : Exclude<SomeComponentClass extends typeof import("..").MeshRendererComponent ? import("..").IMeshRendererEntityMethods : Exclude<SomeComponentClass extends typeof import("..").MeshComponent ? import("..").IMeshEntityMethods : Exclude<SomeComponentClass extends typeof SceneGraphComponent ? import("..").ISceneGraphEntityMethods : Exclude<SomeComponentClass extends typeof import("..").TransformComponent ? import("..").ITransformEntityMethods : Exclude<SomeComponentClass extends typeof import("..").AnimationComponent ? import("..").IAnimationEntityMethods : import("..").ITransformEntityMethods | import("..").ISceneGraphEntityMethods | import("..").IMeshEntityMethods | import("..").IMeshRendererEntityMethods | import("./ILightEntity").ILightEntityMethods | import("..").ICameraEntityMethods | import("..").ICameraControllerEntityMethods | import("..").ISkeletalEntityMethods | import("..").IBlendShapeEntityMethods | import("..").IPhysicsEntityMethods | import("../../..").IEffekseerEntityMethods | import("..").IVrmEntityMethods, import("..").ITransformEntityMethods>, import("..").ISceneGraphEntityMethods>, import("..").IMeshEntityMethods>, import("..").IMeshRendererEntityMethods>, import("..").ICameraControllerEntityMethods>, import("..").ICameraEntityMethods>, import("./ILightEntity").ILightEntityMethods>, import("..").ISkeletalEntityMethods>, import("..").IBlendShapeEntityMethods>, import("..").IPhysicsEntityMethods>, import("../../..").IEffekseerEntityMethods>, import("..").IVrmEntityMethods>) & EntityBase;
46
46
  }
@@ -52,5 +52,5 @@ export declare class MeshComponent extends Component {
52
52
  * @param base the target entity
53
53
  * @param _componentClass the component class to add
54
54
  */
55
- addThisComponentToEntity<EntityBase extends IEntity, SomeComponentClass extends typeof Component>(base: EntityBase, _componentClass: SomeComponentClass): (SomeComponentClass extends typeof import("..").VrmComponent ? import("..").IVrmEntityMethods : Exclude<SomeComponentClass extends typeof import("../../..").EffekseerComponent ? import("../../..").IEffekseerEntityMethods : Exclude<SomeComponentClass extends typeof import("..").PhysicsComponent ? import("..").IPhysicsEntityMethods : Exclude<SomeComponentClass extends typeof BlendShapeComponent ? import("..").IBlendShapeEntityMethods : Exclude<SomeComponentClass extends typeof import("..").SkeletalComponent ? import("..").ISkeletalEntityMethods : Exclude<SomeComponentClass extends typeof import("..").LightComponent ? import("..").ILightEntityMethods : Exclude<SomeComponentClass extends typeof CameraComponent ? import("..").ICameraEntityMethods : Exclude<SomeComponentClass extends typeof import("..").CameraControllerComponent ? import("..").ICameraControllerEntityMethods : Exclude<SomeComponentClass extends typeof import("..").MeshRendererComponent ? import("..").IMeshRendererEntityMethods : Exclude<SomeComponentClass extends typeof MeshComponent ? import("./IMeshEntity").IMeshEntityMethods : Exclude<SomeComponentClass extends typeof SceneGraphComponent ? import("..").ISceneGraphEntityMethods : Exclude<SomeComponentClass extends typeof import("..").TransformComponent ? import("..").ITransformEntityMethods : Exclude<SomeComponentClass extends typeof import("..").AnimationComponent ? import("..").IAnimationEntityMethods : import("..").ITransformEntityMethods | import("..").ISceneGraphEntityMethods | import("..").ILightEntityMethods | import("./IMeshEntity").IMeshEntityMethods | import("..").IMeshRendererEntityMethods | import("..").ICameraEntityMethods | import("..").ICameraControllerEntityMethods | import("..").ISkeletalEntityMethods | import("..").IBlendShapeEntityMethods | import("..").IPhysicsEntityMethods | import("../../..").IEffekseerEntityMethods | import("..").IVrmEntityMethods, import("..").ITransformEntityMethods>, import("..").ISceneGraphEntityMethods>, import("./IMeshEntity").IMeshEntityMethods>, import("..").IMeshRendererEntityMethods>, import("..").ICameraControllerEntityMethods>, import("..").ICameraEntityMethods>, import("..").ILightEntityMethods>, import("..").ISkeletalEntityMethods>, import("..").IBlendShapeEntityMethods>, import("..").IPhysicsEntityMethods>, import("../../..").IEffekseerEntityMethods>, import("..").IVrmEntityMethods>) & EntityBase;
55
+ addThisComponentToEntity<EntityBase extends IEntity, SomeComponentClass extends typeof Component>(base: EntityBase, _componentClass: SomeComponentClass): (SomeComponentClass extends typeof import("..").VrmComponent ? import("..").IVrmEntityMethods : Exclude<SomeComponentClass extends typeof import("../../..").EffekseerComponent ? import("../../..").IEffekseerEntityMethods : Exclude<SomeComponentClass extends typeof import("..").PhysicsComponent ? import("..").IPhysicsEntityMethods : Exclude<SomeComponentClass extends typeof BlendShapeComponent ? import("..").IBlendShapeEntityMethods : Exclude<SomeComponentClass extends typeof import("..").SkeletalComponent ? import("..").ISkeletalEntityMethods : Exclude<SomeComponentClass extends typeof import("..").LightComponent ? import("..").ILightEntityMethods : Exclude<SomeComponentClass extends typeof CameraComponent ? import("..").ICameraEntityMethods : Exclude<SomeComponentClass extends typeof import("..").CameraControllerComponent ? import("..").ICameraControllerEntityMethods : Exclude<SomeComponentClass extends typeof import("..").MeshRendererComponent ? import("..").IMeshRendererEntityMethods : Exclude<SomeComponentClass extends typeof MeshComponent ? import("./IMeshEntity").IMeshEntityMethods : Exclude<SomeComponentClass extends typeof SceneGraphComponent ? import("..").ISceneGraphEntityMethods : Exclude<SomeComponentClass extends typeof import("..").TransformComponent ? import("..").ITransformEntityMethods : Exclude<SomeComponentClass extends typeof import("..").AnimationComponent ? import("..").IAnimationEntityMethods : import("..").ITransformEntityMethods | import("..").ISceneGraphEntityMethods | import("./IMeshEntity").IMeshEntityMethods | import("..").IMeshRendererEntityMethods | import("..").ILightEntityMethods | import("..").ICameraEntityMethods | import("..").ICameraControllerEntityMethods | import("..").ISkeletalEntityMethods | import("..").IBlendShapeEntityMethods | import("..").IPhysicsEntityMethods | import("../../..").IEffekseerEntityMethods | import("..").IVrmEntityMethods, import("..").ITransformEntityMethods>, import("..").ISceneGraphEntityMethods>, import("./IMeshEntity").IMeshEntityMethods>, import("..").IMeshRendererEntityMethods>, import("..").ICameraControllerEntityMethods>, import("..").ICameraEntityMethods>, import("..").ILightEntityMethods>, import("..").ISkeletalEntityMethods>, import("..").IBlendShapeEntityMethods>, import("..").IPhysicsEntityMethods>, import("../../..").IEffekseerEntityMethods>, import("..").IVrmEntityMethods>) & EntityBase;
56
56
  }
@@ -3,7 +3,6 @@ import { MeshComponent } from '../Mesh/MeshComponent';
3
3
  import { ProcessApproachEnum } from '../../definitions/ProcessApproach';
4
4
  import { ProcessStageEnum } from '../../definitions/ProcessStage';
5
5
  import { EntityRepository } from '../../core/EntityRepository';
6
- import { SceneGraphComponent } from '../SceneGraph/SceneGraphComponent';
7
6
  import { CameraComponent } from '../Camera/CameraComponent';
8
7
  import { CubeTexture } from '../../textures/CubeTexture';
9
8
  import { RenderPass } from '../../renderer/RenderPass';
@@ -53,5 +52,5 @@ export declare class MeshRendererComponent extends Component {
53
52
  * @param base the target entity
54
53
  * @param _componentClass the component class to add
55
54
  */
56
- addThisComponentToEntity<EntityBase extends IEntity, SomeComponentClass extends typeof Component>(base: EntityBase, _componentClass: SomeComponentClass): (SomeComponentClass extends typeof import("../Vrm/VrmComponent").VrmComponent ? import("../Vrm/IVrmEntity").IVrmEntityMethods : Exclude<SomeComponentClass extends typeof import("../../..").EffekseerComponent ? import("../../..").IEffekseerEntityMethods : Exclude<SomeComponentClass extends typeof import("../Physics/PhysicsComponent").PhysicsComponent ? import("../Physics/IPhysicsEntity").IPhysicsEntityMethods : Exclude<SomeComponentClass extends typeof import("../BlendShape/BlendShapeComponent").BlendShapeComponent ? import("../BlendShape/IBlendShapeEntity").IBlendShapeEntityMethods : Exclude<SomeComponentClass extends typeof import("../Skeletal/SkeletalComponent").SkeletalComponent ? import("../Skeletal/ISkeletalEntity").ISkeletalEntityMethods : Exclude<SomeComponentClass extends typeof import("../Light/LightComponent").LightComponent ? import("../Light/ILightEntity").ILightEntityMethods : Exclude<SomeComponentClass extends typeof CameraComponent ? import("../Camera/ICameraEntity").ICameraEntityMethods : Exclude<SomeComponentClass extends typeof import("../CameraController/CameraControllerComponent").CameraControllerComponent ? import("../CameraController/ICameraControllerEntity").ICameraControllerEntityMethods : Exclude<SomeComponentClass extends typeof MeshRendererComponent ? import("./IMeshRendererEntity").IMeshRendererEntityMethods : Exclude<SomeComponentClass extends typeof MeshComponent ? import("../Mesh/IMeshEntity").IMeshEntityMethods : Exclude<SomeComponentClass extends typeof SceneGraphComponent ? import("../SceneGraph/ISceneGraphEntity").ISceneGraphEntityMethods : Exclude<SomeComponentClass extends typeof import("../Transform/TransformComponent").TransformComponent ? import("../Transform/ITransformEntity").ITransformEntityMethods : Exclude<SomeComponentClass extends typeof import("../Animation/AnimationComponent").AnimationComponent ? import("../Animation/IAnimationEntity").IAnimationEntityMethods : import("../Transform/ITransformEntity").ITransformEntityMethods | import("../SceneGraph/ISceneGraphEntity").ISceneGraphEntityMethods | import("../Light/ILightEntity").ILightEntityMethods | import("../Mesh/IMeshEntity").IMeshEntityMethods | import("./IMeshRendererEntity").IMeshRendererEntityMethods | import("../Camera/ICameraEntity").ICameraEntityMethods | import("../CameraController/ICameraControllerEntity").ICameraControllerEntityMethods | import("../Skeletal/ISkeletalEntity").ISkeletalEntityMethods | import("../BlendShape/IBlendShapeEntity").IBlendShapeEntityMethods | import("../Physics/IPhysicsEntity").IPhysicsEntityMethods | import("../../..").IEffekseerEntityMethods | import("../Vrm/IVrmEntity").IVrmEntityMethods, import("../Transform/ITransformEntity").ITransformEntityMethods>, import("../SceneGraph/ISceneGraphEntity").ISceneGraphEntityMethods>, import("../Mesh/IMeshEntity").IMeshEntityMethods>, import("./IMeshRendererEntity").IMeshRendererEntityMethods>, import("../CameraController/ICameraControllerEntity").ICameraControllerEntityMethods>, import("../Camera/ICameraEntity").ICameraEntityMethods>, import("../Light/ILightEntity").ILightEntityMethods>, import("../Skeletal/ISkeletalEntity").ISkeletalEntityMethods>, import("../BlendShape/IBlendShapeEntity").IBlendShapeEntityMethods>, import("../Physics/IPhysicsEntity").IPhysicsEntityMethods>, import("../../..").IEffekseerEntityMethods>, import("../Vrm/IVrmEntity").IVrmEntityMethods>) & EntityBase;
55
+ addThisComponentToEntity<EntityBase extends IEntity, SomeComponentClass extends typeof Component>(base: EntityBase, _componentClass: SomeComponentClass): (SomeComponentClass extends typeof import("..").VrmComponent ? import("..").IVrmEntityMethods : Exclude<SomeComponentClass extends typeof import("../../..").EffekseerComponent ? import("../../..").IEffekseerEntityMethods : Exclude<SomeComponentClass extends typeof import("..").PhysicsComponent ? import("..").IPhysicsEntityMethods : Exclude<SomeComponentClass extends typeof import("..").BlendShapeComponent ? import("..").IBlendShapeEntityMethods : Exclude<SomeComponentClass extends typeof import("..").SkeletalComponent ? import("..").ISkeletalEntityMethods : Exclude<SomeComponentClass extends typeof import("..").LightComponent ? import("..").ILightEntityMethods : Exclude<SomeComponentClass extends typeof CameraComponent ? import("..").ICameraEntityMethods : Exclude<SomeComponentClass extends typeof import("..").CameraControllerComponent ? import("..").ICameraControllerEntityMethods : Exclude<SomeComponentClass extends typeof MeshRendererComponent ? import("./IMeshRendererEntity").IMeshRendererEntityMethods : Exclude<SomeComponentClass extends typeof MeshComponent ? import("..").IMeshEntityMethods : Exclude<SomeComponentClass extends typeof import("..").SceneGraphComponent ? import("..").ISceneGraphEntityMethods : Exclude<SomeComponentClass extends typeof import("..").TransformComponent ? import("..").ITransformEntityMethods : Exclude<SomeComponentClass extends typeof import("..").AnimationComponent ? import("..").IAnimationEntityMethods : import("..").ITransformEntityMethods | import("..").ISceneGraphEntityMethods | import("..").IMeshEntityMethods | import("./IMeshRendererEntity").IMeshRendererEntityMethods | import("..").ILightEntityMethods | import("..").ICameraEntityMethods | import("..").ICameraControllerEntityMethods | import("..").ISkeletalEntityMethods | import("..").IBlendShapeEntityMethods | import("..").IPhysicsEntityMethods | import("../../..").IEffekseerEntityMethods | import("..").IVrmEntityMethods, import("..").ITransformEntityMethods>, import("..").ISceneGraphEntityMethods>, import("..").IMeshEntityMethods>, import("./IMeshRendererEntity").IMeshRendererEntityMethods>, import("..").ICameraControllerEntityMethods>, import("..").ICameraEntityMethods>, import("..").ILightEntityMethods>, import("..").ISkeletalEntityMethods>, import("..").IBlendShapeEntityMethods>, import("..").IPhysicsEntityMethods>, import("../../..").IEffekseerEntityMethods>, import("..").IVrmEntityMethods>) & EntityBase;
57
56
  }
@@ -16,5 +16,5 @@ export declare class PhysicsComponent extends Component {
16
16
  * @param base the target entity
17
17
  * @param _componentClass the component class to add
18
18
  */
19
- addThisComponentToEntity<EntityBase extends IEntity, SomeComponentClass extends typeof Component>(base: EntityBase, _componentClass: SomeComponentClass): (SomeComponentClass extends typeof import("..").VrmComponent ? import("..").IVrmEntityMethods : Exclude<SomeComponentClass extends typeof import("../../..").EffekseerComponent ? import("../../..").IEffekseerEntityMethods : Exclude<SomeComponentClass extends typeof PhysicsComponent ? import("./IPhysicsEntity").IPhysicsEntityMethods : Exclude<SomeComponentClass extends typeof import("..").BlendShapeComponent ? import("..").IBlendShapeEntityMethods : Exclude<SomeComponentClass extends typeof import("..").SkeletalComponent ? import("..").ISkeletalEntityMethods : Exclude<SomeComponentClass extends typeof import("..").LightComponent ? import("..").ILightEntityMethods : Exclude<SomeComponentClass extends typeof import("..").CameraComponent ? import("..").ICameraEntityMethods : Exclude<SomeComponentClass extends typeof import("..").CameraControllerComponent ? import("..").ICameraControllerEntityMethods : Exclude<SomeComponentClass extends typeof import("..").MeshRendererComponent ? import("..").IMeshRendererEntityMethods : Exclude<SomeComponentClass extends typeof import("..").MeshComponent ? import("..").IMeshEntityMethods : Exclude<SomeComponentClass extends typeof import("..").SceneGraphComponent ? import("..").ISceneGraphEntityMethods : Exclude<SomeComponentClass extends typeof import("..").TransformComponent ? import("..").ITransformEntityMethods : Exclude<SomeComponentClass extends typeof import("..").AnimationComponent ? import("..").IAnimationEntityMethods : import("..").ITransformEntityMethods | import("..").ISceneGraphEntityMethods | import("..").ILightEntityMethods | import("..").IMeshEntityMethods | import("..").IMeshRendererEntityMethods | import("..").ICameraEntityMethods | import("..").ICameraControllerEntityMethods | import("..").ISkeletalEntityMethods | import("..").IBlendShapeEntityMethods | import("./IPhysicsEntity").IPhysicsEntityMethods | import("../../..").IEffekseerEntityMethods | import("..").IVrmEntityMethods, import("..").ITransformEntityMethods>, import("..").ISceneGraphEntityMethods>, import("..").IMeshEntityMethods>, import("..").IMeshRendererEntityMethods>, import("..").ICameraControllerEntityMethods>, import("..").ICameraEntityMethods>, import("..").ILightEntityMethods>, import("..").ISkeletalEntityMethods>, import("..").IBlendShapeEntityMethods>, import("./IPhysicsEntity").IPhysicsEntityMethods>, import("../../..").IEffekseerEntityMethods>, import("..").IVrmEntityMethods>) & EntityBase;
19
+ addThisComponentToEntity<EntityBase extends IEntity, SomeComponentClass extends typeof Component>(base: EntityBase, _componentClass: SomeComponentClass): (SomeComponentClass extends typeof import("..").VrmComponent ? import("..").IVrmEntityMethods : Exclude<SomeComponentClass extends typeof import("../../..").EffekseerComponent ? import("../../..").IEffekseerEntityMethods : Exclude<SomeComponentClass extends typeof PhysicsComponent ? import("./IPhysicsEntity").IPhysicsEntityMethods : Exclude<SomeComponentClass extends typeof import("..").BlendShapeComponent ? import("..").IBlendShapeEntityMethods : Exclude<SomeComponentClass extends typeof import("..").SkeletalComponent ? import("..").ISkeletalEntityMethods : Exclude<SomeComponentClass extends typeof import("..").LightComponent ? import("..").ILightEntityMethods : Exclude<SomeComponentClass extends typeof import("..").CameraComponent ? import("..").ICameraEntityMethods : Exclude<SomeComponentClass extends typeof import("..").CameraControllerComponent ? import("..").ICameraControllerEntityMethods : Exclude<SomeComponentClass extends typeof import("..").MeshRendererComponent ? import("..").IMeshRendererEntityMethods : Exclude<SomeComponentClass extends typeof import("..").MeshComponent ? import("..").IMeshEntityMethods : Exclude<SomeComponentClass extends typeof import("..").SceneGraphComponent ? import("..").ISceneGraphEntityMethods : Exclude<SomeComponentClass extends typeof import("..").TransformComponent ? import("..").ITransformEntityMethods : Exclude<SomeComponentClass extends typeof import("..").AnimationComponent ? import("..").IAnimationEntityMethods : import("..").ITransformEntityMethods | import("..").ISceneGraphEntityMethods | import("..").IMeshEntityMethods | import("..").IMeshRendererEntityMethods | import("..").ILightEntityMethods | import("..").ICameraEntityMethods | import("..").ICameraControllerEntityMethods | import("..").ISkeletalEntityMethods | import("..").IBlendShapeEntityMethods | import("./IPhysicsEntity").IPhysicsEntityMethods | import("../../..").IEffekseerEntityMethods | import("..").IVrmEntityMethods, import("..").ITransformEntityMethods>, import("..").ISceneGraphEntityMethods>, import("..").IMeshEntityMethods>, import("..").IMeshRendererEntityMethods>, import("..").ICameraControllerEntityMethods>, import("..").ICameraEntityMethods>, import("..").ILightEntityMethods>, import("..").ISkeletalEntityMethods>, import("..").IBlendShapeEntityMethods>, import("./IPhysicsEntity").IPhysicsEntityMethods>, import("../../..").IEffekseerEntityMethods>, import("..").IVrmEntityMethods>) & EntityBase;
20
20
  }
@@ -159,5 +159,5 @@ export declare class SceneGraphComponent extends Component {
159
159
  * @param base the target entity
160
160
  * @param _componentClass the component class to add
161
161
  */
162
- addThisComponentToEntity<EntityBase extends IEntity, SomeComponentClass extends typeof Component>(base: EntityBase, _componentClass: SomeComponentClass): (SomeComponentClass extends typeof import("..").VrmComponent ? import("..").IVrmEntityMethods : Exclude<SomeComponentClass extends typeof import("../../..").EffekseerComponent ? import("../../..").IEffekseerEntityMethods : Exclude<SomeComponentClass extends typeof import("..").PhysicsComponent ? import("..").IPhysicsEntityMethods : Exclude<SomeComponentClass extends typeof import("..").BlendShapeComponent ? import("..").IBlendShapeEntityMethods : Exclude<SomeComponentClass extends typeof import("..").SkeletalComponent ? import("..").ISkeletalEntityMethods : Exclude<SomeComponentClass extends typeof import("..").LightComponent ? import("..").ILightEntityMethods : Exclude<SomeComponentClass extends typeof CameraComponent ? import("..").ICameraEntityMethods : Exclude<SomeComponentClass extends typeof import("..").CameraControllerComponent ? import("..").ICameraControllerEntityMethods : Exclude<SomeComponentClass extends typeof import("..").MeshRendererComponent ? import("..").IMeshRendererEntityMethods : Exclude<SomeComponentClass extends typeof MeshComponent ? import("..").IMeshEntityMethods : Exclude<SomeComponentClass extends typeof SceneGraphComponent ? import("./ISceneGraphEntity").ISceneGraphEntityMethods : Exclude<SomeComponentClass extends typeof import("..").TransformComponent ? import("..").ITransformEntityMethods : Exclude<SomeComponentClass extends typeof import("..").AnimationComponent ? import("..").IAnimationEntityMethods : import("..").ITransformEntityMethods | import("./ISceneGraphEntity").ISceneGraphEntityMethods | import("..").ILightEntityMethods | import("..").IMeshEntityMethods | import("..").IMeshRendererEntityMethods | import("..").ICameraEntityMethods | import("..").ICameraControllerEntityMethods | import("..").ISkeletalEntityMethods | import("..").IBlendShapeEntityMethods | import("..").IPhysicsEntityMethods | import("../../..").IEffekseerEntityMethods | import("..").IVrmEntityMethods, import("..").ITransformEntityMethods>, import("./ISceneGraphEntity").ISceneGraphEntityMethods>, import("..").IMeshEntityMethods>, import("..").IMeshRendererEntityMethods>, import("..").ICameraControllerEntityMethods>, import("..").ICameraEntityMethods>, import("..").ILightEntityMethods>, import("..").ISkeletalEntityMethods>, import("..").IBlendShapeEntityMethods>, import("..").IPhysicsEntityMethods>, import("../../..").IEffekseerEntityMethods>, import("..").IVrmEntityMethods>) & EntityBase;
162
+ addThisComponentToEntity<EntityBase extends IEntity, SomeComponentClass extends typeof Component>(base: EntityBase, _componentClass: SomeComponentClass): (SomeComponentClass extends typeof import("..").VrmComponent ? import("..").IVrmEntityMethods : Exclude<SomeComponentClass extends typeof import("../../..").EffekseerComponent ? import("../../..").IEffekseerEntityMethods : Exclude<SomeComponentClass extends typeof import("..").PhysicsComponent ? import("..").IPhysicsEntityMethods : Exclude<SomeComponentClass extends typeof import("..").BlendShapeComponent ? import("..").IBlendShapeEntityMethods : Exclude<SomeComponentClass extends typeof import("..").SkeletalComponent ? import("..").ISkeletalEntityMethods : Exclude<SomeComponentClass extends typeof import("..").LightComponent ? import("..").ILightEntityMethods : Exclude<SomeComponentClass extends typeof CameraComponent ? import("..").ICameraEntityMethods : Exclude<SomeComponentClass extends typeof import("..").CameraControllerComponent ? import("..").ICameraControllerEntityMethods : Exclude<SomeComponentClass extends typeof import("..").MeshRendererComponent ? import("..").IMeshRendererEntityMethods : Exclude<SomeComponentClass extends typeof MeshComponent ? import("..").IMeshEntityMethods : Exclude<SomeComponentClass extends typeof SceneGraphComponent ? import("./ISceneGraphEntity").ISceneGraphEntityMethods : Exclude<SomeComponentClass extends typeof import("..").TransformComponent ? import("..").ITransformEntityMethods : Exclude<SomeComponentClass extends typeof import("..").AnimationComponent ? import("..").IAnimationEntityMethods : import("..").ITransformEntityMethods | import("./ISceneGraphEntity").ISceneGraphEntityMethods | import("..").IMeshEntityMethods | import("..").IMeshRendererEntityMethods | import("..").ILightEntityMethods | import("..").ICameraEntityMethods | import("..").ICameraControllerEntityMethods | import("..").ISkeletalEntityMethods | import("..").IBlendShapeEntityMethods | import("..").IPhysicsEntityMethods | import("../../..").IEffekseerEntityMethods | import("..").IVrmEntityMethods, import("..").ITransformEntityMethods>, import("./ISceneGraphEntity").ISceneGraphEntityMethods>, import("..").IMeshEntityMethods>, import("..").IMeshRendererEntityMethods>, import("..").ICameraControllerEntityMethods>, import("..").ICameraEntityMethods>, import("..").ILightEntityMethods>, import("..").ISkeletalEntityMethods>, import("..").IBlendShapeEntityMethods>, import("..").IPhysicsEntityMethods>, import("../../..").IEffekseerEntityMethods>, import("..").IVrmEntityMethods>) & EntityBase;
163
163
  }
@@ -67,6 +67,6 @@ export declare class SkeletalComponent extends Component {
67
67
  * @param base the target entity
68
68
  * @param _componentClass the component class to add
69
69
  */
70
- addThisComponentToEntity<EntityBase extends IEntity, SomeComponentClass extends typeof Component>(base: EntityBase, _componentClass: SomeComponentClass): (SomeComponentClass extends typeof import("..").VrmComponent ? import("..").IVrmEntityMethods : Exclude<SomeComponentClass extends typeof import("../../..").EffekseerComponent ? import("../../..").IEffekseerEntityMethods : Exclude<SomeComponentClass extends typeof import("..").PhysicsComponent ? import("..").IPhysicsEntityMethods : Exclude<SomeComponentClass extends typeof import("..").BlendShapeComponent ? import("..").IBlendShapeEntityMethods : Exclude<SomeComponentClass extends typeof SkeletalComponent ? import("./ISkeletalEntity").ISkeletalEntityMethods : Exclude<SomeComponentClass extends typeof import("..").LightComponent ? import("..").ILightEntityMethods : Exclude<SomeComponentClass extends typeof import("..").CameraComponent ? import("..").ICameraEntityMethods : Exclude<SomeComponentClass extends typeof import("..").CameraControllerComponent ? import("..").ICameraControllerEntityMethods : Exclude<SomeComponentClass extends typeof import("..").MeshRendererComponent ? import("..").IMeshRendererEntityMethods : Exclude<SomeComponentClass extends typeof import("..").MeshComponent ? import("..").IMeshEntityMethods : Exclude<SomeComponentClass extends typeof SceneGraphComponent ? import("..").ISceneGraphEntityMethods : Exclude<SomeComponentClass extends typeof import("..").TransformComponent ? import("..").ITransformEntityMethods : Exclude<SomeComponentClass extends typeof import("..").AnimationComponent ? import("..").IAnimationEntityMethods : import("..").ITransformEntityMethods | import("..").ISceneGraphEntityMethods | import("..").ILightEntityMethods | import("..").IMeshEntityMethods | import("..").IMeshRendererEntityMethods | import("..").ICameraEntityMethods | import("..").ICameraControllerEntityMethods | import("./ISkeletalEntity").ISkeletalEntityMethods | import("..").IBlendShapeEntityMethods | import("..").IPhysicsEntityMethods | import("../../..").IEffekseerEntityMethods | import("..").IVrmEntityMethods, import("..").ITransformEntityMethods>, import("..").ISceneGraphEntityMethods>, import("..").IMeshEntityMethods>, import("..").IMeshRendererEntityMethods>, import("..").ICameraControllerEntityMethods>, import("..").ICameraEntityMethods>, import("..").ILightEntityMethods>, import("./ISkeletalEntity").ISkeletalEntityMethods>, import("..").IBlendShapeEntityMethods>, import("..").IPhysicsEntityMethods>, import("../../..").IEffekseerEntityMethods>, import("..").IVrmEntityMethods>) & EntityBase;
70
+ addThisComponentToEntity<EntityBase extends IEntity, SomeComponentClass extends typeof Component>(base: EntityBase, _componentClass: SomeComponentClass): (SomeComponentClass extends typeof import("..").VrmComponent ? import("..").IVrmEntityMethods : Exclude<SomeComponentClass extends typeof import("../../..").EffekseerComponent ? import("../../..").IEffekseerEntityMethods : Exclude<SomeComponentClass extends typeof import("..").PhysicsComponent ? import("..").IPhysicsEntityMethods : Exclude<SomeComponentClass extends typeof import("..").BlendShapeComponent ? import("..").IBlendShapeEntityMethods : Exclude<SomeComponentClass extends typeof SkeletalComponent ? import("./ISkeletalEntity").ISkeletalEntityMethods : Exclude<SomeComponentClass extends typeof import("..").LightComponent ? import("..").ILightEntityMethods : Exclude<SomeComponentClass extends typeof import("..").CameraComponent ? import("..").ICameraEntityMethods : Exclude<SomeComponentClass extends typeof import("..").CameraControllerComponent ? import("..").ICameraControllerEntityMethods : Exclude<SomeComponentClass extends typeof import("..").MeshRendererComponent ? import("..").IMeshRendererEntityMethods : Exclude<SomeComponentClass extends typeof import("..").MeshComponent ? import("..").IMeshEntityMethods : Exclude<SomeComponentClass extends typeof SceneGraphComponent ? import("..").ISceneGraphEntityMethods : Exclude<SomeComponentClass extends typeof import("..").TransformComponent ? import("..").ITransformEntityMethods : Exclude<SomeComponentClass extends typeof import("..").AnimationComponent ? import("..").IAnimationEntityMethods : import("..").ITransformEntityMethods | import("..").ISceneGraphEntityMethods | import("..").IMeshEntityMethods | import("..").IMeshRendererEntityMethods | import("..").ILightEntityMethods | import("..").ICameraEntityMethods | import("..").ICameraControllerEntityMethods | import("./ISkeletalEntity").ISkeletalEntityMethods | import("..").IBlendShapeEntityMethods | import("..").IPhysicsEntityMethods | import("../../..").IEffekseerEntityMethods | import("..").IVrmEntityMethods, import("..").ITransformEntityMethods>, import("..").ISceneGraphEntityMethods>, import("..").IMeshEntityMethods>, import("..").IMeshRendererEntityMethods>, import("..").ICameraControllerEntityMethods>, import("..").ICameraEntityMethods>, import("..").ILightEntityMethods>, import("./ISkeletalEntity").ISkeletalEntityMethods>, import("..").IBlendShapeEntityMethods>, import("..").IPhysicsEntityMethods>, import("../../..").IEffekseerEntityMethods>, import("..").IVrmEntityMethods>) & EntityBase;
71
71
  _getInverseBindMatrices(sg: SceneGraphComponent): IMatrix44;
72
72
  }
@@ -124,5 +124,5 @@ export declare class TransformComponent extends Component {
124
124
  * @param base the target entity
125
125
  * @param _componentClass the component class to add
126
126
  */
127
- addThisComponentToEntity<EntityBase extends IEntity, SomeComponentClass extends typeof Component>(base: EntityBase, _componentClass: SomeComponentClass): (SomeComponentClass extends typeof import("..").VrmComponent ? import("..").IVrmEntityMethods : Exclude<SomeComponentClass extends typeof import("../../..").EffekseerComponent ? import("../../..").IEffekseerEntityMethods : Exclude<SomeComponentClass extends typeof import("..").PhysicsComponent ? import("..").IPhysicsEntityMethods : Exclude<SomeComponentClass extends typeof import("..").BlendShapeComponent ? import("..").IBlendShapeEntityMethods : Exclude<SomeComponentClass extends typeof import("..").SkeletalComponent ? import("..").ISkeletalEntityMethods : Exclude<SomeComponentClass extends typeof import("..").LightComponent ? import("..").ILightEntityMethods : Exclude<SomeComponentClass extends typeof import("..").CameraComponent ? import("..").ICameraEntityMethods : Exclude<SomeComponentClass extends typeof import("..").CameraControllerComponent ? import("..").ICameraControllerEntityMethods : Exclude<SomeComponentClass extends typeof import("..").MeshRendererComponent ? import("..").IMeshRendererEntityMethods : Exclude<SomeComponentClass extends typeof import("..").MeshComponent ? import("..").IMeshEntityMethods : Exclude<SomeComponentClass extends typeof SceneGraphComponent ? import("../SceneGraph").ISceneGraphEntityMethods : Exclude<SomeComponentClass extends typeof TransformComponent ? import("./ITransformEntity").ITransformEntityMethods : Exclude<SomeComponentClass extends typeof import("..").AnimationComponent ? import("..").IAnimationEntityMethods : import("./ITransformEntity").ITransformEntityMethods | import("../SceneGraph").ISceneGraphEntityMethods | import("..").ILightEntityMethods | import("..").IMeshEntityMethods | import("..").IMeshRendererEntityMethods | import("..").ICameraEntityMethods | import("..").ICameraControllerEntityMethods | import("..").ISkeletalEntityMethods | import("..").IBlendShapeEntityMethods | import("..").IPhysicsEntityMethods | import("../../..").IEffekseerEntityMethods | import("..").IVrmEntityMethods, import("./ITransformEntity").ITransformEntityMethods>, import("../SceneGraph").ISceneGraphEntityMethods>, import("..").IMeshEntityMethods>, import("..").IMeshRendererEntityMethods>, import("..").ICameraControllerEntityMethods>, import("..").ICameraEntityMethods>, import("..").ILightEntityMethods>, import("..").ISkeletalEntityMethods>, import("..").IBlendShapeEntityMethods>, import("..").IPhysicsEntityMethods>, import("../../..").IEffekseerEntityMethods>, import("..").IVrmEntityMethods>) & EntityBase;
127
+ addThisComponentToEntity<EntityBase extends IEntity, SomeComponentClass extends typeof Component>(base: EntityBase, _componentClass: SomeComponentClass): (SomeComponentClass extends typeof import("..").VrmComponent ? import("..").IVrmEntityMethods : Exclude<SomeComponentClass extends typeof import("../../..").EffekseerComponent ? import("../../..").IEffekseerEntityMethods : Exclude<SomeComponentClass extends typeof import("..").PhysicsComponent ? import("..").IPhysicsEntityMethods : Exclude<SomeComponentClass extends typeof import("..").BlendShapeComponent ? import("..").IBlendShapeEntityMethods : Exclude<SomeComponentClass extends typeof import("..").SkeletalComponent ? import("..").ISkeletalEntityMethods : Exclude<SomeComponentClass extends typeof import("..").LightComponent ? import("..").ILightEntityMethods : Exclude<SomeComponentClass extends typeof import("..").CameraComponent ? import("..").ICameraEntityMethods : Exclude<SomeComponentClass extends typeof import("..").CameraControllerComponent ? import("..").ICameraControllerEntityMethods : Exclude<SomeComponentClass extends typeof import("..").MeshRendererComponent ? import("..").IMeshRendererEntityMethods : Exclude<SomeComponentClass extends typeof import("..").MeshComponent ? import("..").IMeshEntityMethods : Exclude<SomeComponentClass extends typeof SceneGraphComponent ? import("../SceneGraph").ISceneGraphEntityMethods : Exclude<SomeComponentClass extends typeof TransformComponent ? import("./ITransformEntity").ITransformEntityMethods : Exclude<SomeComponentClass extends typeof import("..").AnimationComponent ? import("..").IAnimationEntityMethods : import("./ITransformEntity").ITransformEntityMethods | import("../SceneGraph").ISceneGraphEntityMethods | import("..").IMeshEntityMethods | import("..").IMeshRendererEntityMethods | import("..").ILightEntityMethods | import("..").ICameraEntityMethods | import("..").ICameraControllerEntityMethods | import("..").ISkeletalEntityMethods | import("..").IBlendShapeEntityMethods | import("..").IPhysicsEntityMethods | import("../../..").IEffekseerEntityMethods | import("..").IVrmEntityMethods, import("./ITransformEntity").ITransformEntityMethods>, import("../SceneGraph").ISceneGraphEntityMethods>, import("..").IMeshEntityMethods>, import("..").IMeshRendererEntityMethods>, import("..").ICameraControllerEntityMethods>, import("..").ICameraEntityMethods>, import("..").ILightEntityMethods>, import("..").ISkeletalEntityMethods>, import("..").IBlendShapeEntityMethods>, import("..").IPhysicsEntityMethods>, import("../../..").IEffekseerEntityMethods>, import("..").IVrmEntityMethods>) & EntityBase;
128
128
  }
@@ -29,5 +29,5 @@ export declare class VrmComponent extends Component {
29
29
  * @param base the target entity
30
30
  * @param _componentClass the component class to add
31
31
  */
32
- addThisComponentToEntity<EntityBase extends IEntity, SomeComponentClass extends typeof Component>(base: EntityBase, _componentClass: SomeComponentClass): (SomeComponentClass extends typeof VrmComponent ? import("./IVrmEntity").IVrmEntityMethods : Exclude<SomeComponentClass extends typeof import("../../..").EffekseerComponent ? import("../../..").IEffekseerEntityMethods : Exclude<SomeComponentClass extends typeof import("..").PhysicsComponent ? import("..").IPhysicsEntityMethods : Exclude<SomeComponentClass extends typeof BlendShapeComponent ? import("..").IBlendShapeEntityMethods : Exclude<SomeComponentClass extends typeof import("..").SkeletalComponent ? import("..").ISkeletalEntityMethods : Exclude<SomeComponentClass extends typeof import("..").LightComponent ? import("..").ILightEntityMethods : Exclude<SomeComponentClass extends typeof import("..").CameraComponent ? import("..").ICameraEntityMethods : Exclude<SomeComponentClass extends typeof import("..").CameraControllerComponent ? import("..").ICameraControllerEntityMethods : Exclude<SomeComponentClass extends typeof import("..").MeshRendererComponent ? import("..").IMeshRendererEntityMethods : Exclude<SomeComponentClass extends typeof import("..").MeshComponent ? import("..").IMeshEntityMethods : Exclude<SomeComponentClass extends typeof import("..").SceneGraphComponent ? import("..").ISceneGraphEntityMethods : Exclude<SomeComponentClass extends typeof import("..").TransformComponent ? import("..").ITransformEntityMethods : Exclude<SomeComponentClass extends typeof import("..").AnimationComponent ? import("..").IAnimationEntityMethods : import("..").ITransformEntityMethods | import("..").ISceneGraphEntityMethods | import("..").ILightEntityMethods | import("..").IMeshEntityMethods | import("..").IMeshRendererEntityMethods | import("..").ICameraEntityMethods | import("..").ICameraControllerEntityMethods | import("..").ISkeletalEntityMethods | import("..").IBlendShapeEntityMethods | import("..").IPhysicsEntityMethods | import("../../..").IEffekseerEntityMethods | import("./IVrmEntity").IVrmEntityMethods, import("..").ITransformEntityMethods>, import("..").ISceneGraphEntityMethods>, import("..").IMeshEntityMethods>, import("..").IMeshRendererEntityMethods>, import("..").ICameraControllerEntityMethods>, import("..").ICameraEntityMethods>, import("..").ILightEntityMethods>, import("..").ISkeletalEntityMethods>, import("..").IBlendShapeEntityMethods>, import("..").IPhysicsEntityMethods>, import("../../..").IEffekseerEntityMethods>, import("./IVrmEntity").IVrmEntityMethods>) & EntityBase;
32
+ addThisComponentToEntity<EntityBase extends IEntity, SomeComponentClass extends typeof Component>(base: EntityBase, _componentClass: SomeComponentClass): (SomeComponentClass extends typeof VrmComponent ? import("./IVrmEntity").IVrmEntityMethods : Exclude<SomeComponentClass extends typeof import("../../..").EffekseerComponent ? import("../../..").IEffekseerEntityMethods : Exclude<SomeComponentClass extends typeof import("..").PhysicsComponent ? import("..").IPhysicsEntityMethods : Exclude<SomeComponentClass extends typeof BlendShapeComponent ? import("..").IBlendShapeEntityMethods : Exclude<SomeComponentClass extends typeof import("..").SkeletalComponent ? import("..").ISkeletalEntityMethods : Exclude<SomeComponentClass extends typeof import("..").LightComponent ? import("..").ILightEntityMethods : Exclude<SomeComponentClass extends typeof import("..").CameraComponent ? import("..").ICameraEntityMethods : Exclude<SomeComponentClass extends typeof import("..").CameraControllerComponent ? import("..").ICameraControllerEntityMethods : Exclude<SomeComponentClass extends typeof import("..").MeshRendererComponent ? import("..").IMeshRendererEntityMethods : Exclude<SomeComponentClass extends typeof import("..").MeshComponent ? import("..").IMeshEntityMethods : Exclude<SomeComponentClass extends typeof import("..").SceneGraphComponent ? import("..").ISceneGraphEntityMethods : Exclude<SomeComponentClass extends typeof import("..").TransformComponent ? import("..").ITransformEntityMethods : Exclude<SomeComponentClass extends typeof import("..").AnimationComponent ? import("..").IAnimationEntityMethods : import("..").ITransformEntityMethods | import("..").ISceneGraphEntityMethods | import("..").IMeshEntityMethods | import("..").IMeshRendererEntityMethods | import("..").ILightEntityMethods | import("..").ICameraEntityMethods | import("..").ICameraControllerEntityMethods | import("..").ISkeletalEntityMethods | import("..").IBlendShapeEntityMethods | import("..").IPhysicsEntityMethods | import("../../..").IEffekseerEntityMethods | import("./IVrmEntity").IVrmEntityMethods, import("..").ITransformEntityMethods>, import("..").ISceneGraphEntityMethods>, import("..").IMeshEntityMethods>, import("..").IMeshRendererEntityMethods>, import("..").ICameraControllerEntityMethods>, import("..").ICameraEntityMethods>, import("..").ILightEntityMethods>, import("..").ISkeletalEntityMethods>, import("..").IBlendShapeEntityMethods>, import("..").IPhysicsEntityMethods>, import("../../..").IEffekseerEntityMethods>, import("./IVrmEntity").IVrmEntityMethods>) & EntityBase;
33
33
  }
@@ -0,0 +1,11 @@
1
+ import { EnumIO } from '../misc/EnumIO';
2
+ export declare type BlendEnum = EnumIO;
3
+ declare function from(index: number): BlendEnum;
4
+ export declare const Blend: Readonly<{
5
+ EquationFuncAdd: EnumIO;
6
+ One: EnumIO;
7
+ SrcAlpha: EnumIO;
8
+ OneMinusSrcAlpha: EnumIO;
9
+ from: typeof from;
10
+ }>;
11
+ export {};
@@ -10,8 +10,10 @@ export declare type ProcessApproachEnum = ProcessApproachClass;
10
10
  export declare const ProcessApproach: Readonly<{
11
11
  isDataTextureApproach: (processApproach: ProcessApproachEnum) => boolean;
12
12
  isUniformApproach: (processApproach: ProcessApproachEnum) => boolean;
13
+ isWebGpuApproach: (processApproach: ProcessApproachEnum) => boolean;
13
14
  None: ProcessApproachClass;
14
15
  Uniform: ProcessApproachClass;
15
16
  DataTexture: ProcessApproachClass;
17
+ WebGPU: ProcessApproachClass;
16
18
  isWebGL2Approach: (processApproach: ProcessApproachEnum) => boolean;
17
19
  }>;
@@ -1,7 +1,8 @@
1
+ import { Vector4 } from '../math/Vector4';
1
2
  import { Matrix44 } from '../math/Matrix44';
2
3
  import { MutableVector4 } from '../math/MutableVector4';
3
- import { MeshComponent } from '../components';
4
- import { Index } from '../../types';
4
+ import { MeshComponent } from '../components/Mesh/MeshComponent';
5
+ import { Index } from '../../types/CommonTypes';
5
6
  /**
6
7
  * The view frustum class.
7
8
  */
@@ -14,6 +15,9 @@ export declare class Frustum {
14
15
  zFar: MutableVector4;
15
16
  private __updated;
16
17
  private __vp;
18
+ private __invProjMat;
19
+ private __invViewMat;
20
+ corners: Vector4[];
17
21
  constructor();
18
22
  /**
19
23
  * Updates this view frustum data from the view and projection matrices.
@@ -1,6 +1,6 @@
1
1
  import { IColorRgba } from '../../math/IColor';
2
2
  import { IVector3 } from '../../math/IVector';
3
- import { IAnyPrimitiveDescriptor, Primitive } from '../Primitive';
3
+ import { IAnyPrimitiveDescriptor } from '../Primitive';
4
4
  import { IShape } from './IShape';
5
5
  export interface CubeDescriptor extends IAnyPrimitiveDescriptor {
6
6
  /** three width (width, height, depth) in (x, y, z) */
@@ -11,7 +11,7 @@ export interface CubeDescriptor extends IAnyPrimitiveDescriptor {
11
11
  /**
12
12
  * The Cube Primitive class
13
13
  */
14
- export declare class Cube extends Primitive implements IShape {
14
+ export declare class Cube extends IShape {
15
15
  /**
16
16
  * Generates a cube object
17
17
  * @param _desc a descriptor object of a Cube
@@ -1,6 +1,6 @@
1
1
  import { Material } from '../materials/core/Material';
2
2
  import { RenderPass } from '../renderer/RenderPass';
3
- import { AbstractMaterialContent } from '../materials/core/AbstractMaterialContent';
3
+ import type { AbstractMaterialContent } from '../materials/core/AbstractMaterialContent';
4
4
  import { Primitive } from '../geometry/Primitive';
5
5
  import { AbstractTexture } from '../textures/AbstractTexture';
6
6
  import { Texture } from '../textures/Texture';
@@ -9,10 +9,11 @@ import { Count } from '../../types/CommonTypes';
9
9
  import { ShaderityObject } from 'shaderity';
10
10
  import { IMeshRendererEntityMethods } from '../components/MeshRenderer/IMeshRendererEntity';
11
11
  import { Vrm0xMaterialProperty } from '../../types';
12
+ import { Sampler } from '../textures/Sampler';
12
13
  declare function createMaterial(materialName: string, materialNode?: AbstractMaterialContent, maxInstancesNumber?: Count): Material;
13
14
  declare function recreateMaterial(materialName: string, materialNode?: AbstractMaterialContent, maxInstancesNumber?: Count): Material;
14
15
  declare function createEmptyMaterial(): Material;
15
- declare function createPbrUberMaterial({ additionalName, isMorphing, isSkinning, isLighting, isClearCoat, isTransmission, isVolume, isSheen, isSpecular, isIridescence, isShadow, useTangentAttribute, useNormalTexture, alphaMode, maxInstancesNumber, }?: {
16
+ declare function createPbrUberMaterial({ additionalName, isMorphing, isSkinning, isLighting, isClearCoat, isTransmission, isVolume, isSheen, isSpecular, isIridescence, isShadow, useTangentAttribute, useNormalTexture, maxInstancesNumber, }?: {
16
17
  additionalName?: string | undefined;
17
18
  isMorphing?: boolean | undefined;
18
19
  isSkinning?: boolean | undefined;
@@ -26,30 +27,26 @@ declare function createPbrUberMaterial({ additionalName, isMorphing, isSkinning,
26
27
  isShadow?: boolean | undefined;
27
28
  useTangentAttribute?: boolean | undefined;
28
29
  useNormalTexture?: boolean | undefined;
29
- alphaMode?: import("../definitions/AlphaMode").AlphaModeEnum | undefined;
30
30
  maxInstancesNumber?: number | undefined;
31
31
  }): Material;
32
- declare function createClassicUberMaterial({ additionalName, isSkinning, isLighting, isMorphing, isShadow, alphaMode, maxInstancesNumber, }?: {
32
+ declare function createClassicUberMaterial({ additionalName, isSkinning, isLighting, isMorphing, isShadow, maxInstancesNumber, }?: {
33
33
  additionalName?: string | undefined;
34
34
  isSkinning?: boolean | undefined;
35
35
  isLighting?: boolean | undefined;
36
36
  isMorphing?: boolean | undefined;
37
37
  isShadow?: boolean | undefined;
38
- alphaMode?: import("../definitions/AlphaMode").AlphaModeEnum | undefined;
39
38
  maxInstancesNumber?: number | undefined;
40
39
  }): Material;
41
- declare function createDepthMomentEncodeMaterial({ additionalName, isSkinning, isMorphing, alphaMode, maxInstancesNumber, }?: {
40
+ declare function createDepthMomentEncodeMaterial({ additionalName, isSkinning, isMorphing, maxInstancesNumber, }?: {
42
41
  additionalName?: string | undefined;
43
42
  isSkinning?: boolean | undefined;
44
43
  isMorphing?: boolean | undefined;
45
- alphaMode?: import("../definitions/AlphaMode").AlphaModeEnum | undefined;
46
44
  maxInstancesNumber?: number | undefined;
47
45
  }): Material;
48
- declare function createFlatMaterial({ additionalName, isSkinning, isMorphing, alphaMode, maxInstancesNumber, }?: {
46
+ declare function createFlatMaterial({ additionalName, isSkinning, isMorphing, maxInstancesNumber, }?: {
49
47
  additionalName?: string | undefined;
50
48
  isSkinning?: boolean | undefined;
51
49
  isMorphing?: boolean | undefined;
52
- alphaMode?: import("../definitions/AlphaMode").AlphaModeEnum | undefined;
53
50
  maxInstancesNumber?: number | undefined;
54
51
  }): Material;
55
52
  declare function createEnvConstantMaterial({ additionalName, maxInstancesNumber, makeOutputSrgb, }?: {
@@ -127,18 +124,19 @@ declare function createSummedAreaTableMaterial({ additionalName, maxInstancesNum
127
124
  maxInstancesNumber?: number | undefined;
128
125
  noUseCameraTransform?: boolean | undefined;
129
126
  }): Material;
130
- declare function createMatCapMaterial({ additionalName, isSkinning, uri, texture, maxInstancesNumber, }: {
127
+ declare function createMatCapMaterial({ additionalName, isSkinning, uri, texture, sampler, maxInstancesNumber, }: {
131
128
  additionalName?: string;
132
129
  isSkinning?: boolean;
133
130
  uri?: string;
134
131
  texture?: Texture;
132
+ sampler?: Sampler;
135
133
  maxInstancesNumber?: Count;
136
134
  }): Material;
137
135
  declare function createEntityUIDOutputMaterial({ additionalName, maxInstancesNumber }?: {
138
136
  additionalName?: string | undefined;
139
137
  maxInstancesNumber?: number | undefined;
140
138
  }): Material;
141
- declare function createMToonMaterial({ additionalName, isMorphing, isSkinning, isLighting, useTangentAttribute, isOutline, materialProperties, textures, debugMode, maxInstancesNumber, makeOutputSrgb, }: {
139
+ declare function createMToonMaterial({ additionalName, isMorphing, isSkinning, isLighting, useTangentAttribute, isOutline, materialProperties, textures, samplers, debugMode, maxInstancesNumber, makeOutputSrgb, }: {
142
140
  additionalName?: string;
143
141
  isMorphing?: boolean;
144
142
  isSkinning?: boolean;
@@ -147,16 +145,16 @@ declare function createMToonMaterial({ additionalName, isMorphing, isSkinning, i
147
145
  isOutline?: boolean;
148
146
  materialProperties?: Vrm0xMaterialProperty;
149
147
  textures?: any[];
148
+ samplers?: Sampler[];
150
149
  debugMode?: any;
151
150
  maxInstancesNumber?: Count;
152
151
  makeOutputSrgb?: boolean;
153
152
  }): Material;
154
- declare function recreateCustomMaterial(vertexShaderStr: string, pixelShaderStr: string, { additionalName, isSkinning, isLighting, isMorphing, alphaMode, maxInstancesNumber, }?: {
153
+ declare function recreateCustomMaterial(vertexShaderStr: string, pixelShaderStr: string, { additionalName, isSkinning, isLighting, isMorphing, maxInstancesNumber, }?: {
155
154
  additionalName?: string | undefined;
156
155
  isSkinning?: boolean | undefined;
157
156
  isLighting?: boolean | undefined;
158
157
  isMorphing?: boolean | undefined;
159
- alphaMode?: import("../definitions/AlphaMode").AlphaModeEnum | undefined;
160
158
  maxInstancesNumber?: number | undefined;
161
159
  }): Material;
162
160
  declare function recreateShaderityMaterial(vertexShaderityObj: ShaderityObject, pixelShaderityObj: ShaderityObject, { additionalName, maxInstancesNumber }?: {
@@ -1,5 +1,5 @@
1
- import { Material } from '../materials';
2
- import { RenderPass } from '../renderer';
1
+ import { Material } from '../materials/core/Material';
2
+ import { RenderPass } from '../renderer/RenderPass';
3
3
  /**
4
4
  * Creates a RenderPass for Screen rendering.
5
5
  *
@@ -1,27 +1,18 @@
1
1
  import { FrameBuffer } from '../renderer/FrameBuffer';
2
- declare function createTexturesForRenderTarget(width: number, height: number, textureNum: number, { level, internalFormat, format, type, magFilter, minFilter, wrapS, wrapT, createDepthBuffer, isMSAA, sampleCountMSAA, anisotropy, }: {
2
+ declare function createTexturesForRenderTarget(width: number, height: number, textureNum: number, { level, internalFormat, format, type, createDepthBuffer, isMSAA, sampleCountMSAA, }: {
3
3
  level?: number | undefined;
4
4
  internalFormat?: import("..").EnumIO | undefined;
5
5
  format?: import("..").EnumIO | undefined;
6
6
  type?: import("../definitions/ComponentType").ComponentTypeEnum | undefined;
7
- magFilter?: import("..").EnumIO | undefined;
8
- minFilter?: import("..").EnumIO | undefined;
9
- wrapS?: import("..").EnumIO | undefined;
10
- wrapT?: import("..").EnumIO | undefined;
11
7
  createDepthBuffer?: boolean | undefined;
12
8
  isMSAA?: boolean | undefined;
13
9
  sampleCountMSAA?: number | undefined;
14
- anisotropy?: boolean | undefined;
15
10
  }): FrameBuffer;
16
- declare function createDepthBuffer(width: number, height: number, { level, internalFormat, format, type, magFilter, minFilter, wrapS, wrapT, }: {
11
+ declare function createDepthBuffer(width: number, height: number, { level, internalFormat, format, type, }: {
17
12
  level?: number | undefined;
18
13
  internalFormat?: import("..").EnumIO | undefined;
19
14
  format?: import("..").EnumIO | undefined;
20
15
  type?: import("../definitions/ComponentType").ComponentTypeEnum | undefined;
21
- magFilter?: import("..").EnumIO | undefined;
22
- minFilter?: import("..").EnumIO | undefined;
23
- wrapS?: import("..").EnumIO | undefined;
24
- wrapT?: import("..").EnumIO | undefined;
25
16
  }): FrameBuffer;
26
17
  export declare const RenderableHelper: Readonly<{
27
18
  createTexturesForRenderTarget: typeof createTexturesForRenderTarget;
@@ -5,6 +5,7 @@ import { Material } from '../materials/core/Material';
5
5
  import { Accessor } from '../memory/Accessor';
6
6
  import { RnM2, RnM2Accessor, RnM2Texture, RnM2TextureInfo, RnM2SparseIndices } from '../../types/RnM2';
7
7
  import { ISceneGraphEntity } from '../helpers/EntityHelper';
8
+ import { Sampler } from '../textures/Sampler';
8
9
  /**
9
10
  * A converter class from glTF2 model to Rhodonite Native data
10
11
  */
@@ -16,7 +17,6 @@ export declare class ModelConverter {
16
17
  private static __generateCameraEntity;
17
18
  private static __generateLightEntity;
18
19
  static convertToRhodoniteObject(gltfModel: RnM2): ISceneGraphEntity;
19
- static _setupCamera(gltfModel: RnM2): void;
20
20
  private static createRnBuffer;
21
21
  static _setupTransform(gltfModel: RnM2, groups: ISceneGraphEntity[]): void;
22
22
  static _setupHierarchy(gltfModel: RnM2, rnEntities: ISceneGraphEntity[]): void;
@@ -42,6 +42,7 @@ export declare class ModelConverter {
42
42
  private static __makeOutputSrgb;
43
43
  private static __getMaterialHash;
44
44
  private static __setupMaterial;
45
+ static _createSampler(texture: RnM2Texture): Sampler;
45
46
  static _createTexture(texture: RnM2Texture, gltfModel: RnM2, { autoDetectTransparency }?: {
46
47
  autoDetectTransparency?: boolean | undefined;
47
48
  }): Texture;
@@ -4,6 +4,7 @@ import { GltfLoadOption, RnM2 } from '../../types';
4
4
  import { RenderPass } from '../renderer/RenderPass';
5
5
  import { Texture } from '../textures/Texture';
6
6
  import { Err, IResult } from '../misc/Result';
7
+ import { Sampler } from '../textures/Sampler';
7
8
  /**
8
9
  * The VRM Importer class.
9
10
  * This class will be integrated into GltfImporter.
@@ -25,6 +26,7 @@ export declare class Vrm0xImporter {
25
26
  static _readSpringBone(gltfModel: Vrm0x): void;
26
27
  private static __addPhysicsComponentRecursively;
27
28
  static _createTextures(gltfModel: RnM2): Texture[];
29
+ static _createSamplers(gltfModel: RnM2): Sampler[];
28
30
  static _existOutlineMaterial(extensionsVRM: any): boolean;
29
31
  static _initializeMaterialProperties(gltfModel: RnM2, texturesLength: number): void;
30
32
  private static __initializeMToonMaterialProperties;
@@ -4,6 +4,7 @@ import { RenderPass } from '../renderer/RenderPass';
4
4
  import { Texture } from '../textures/Texture';
5
5
  import { Vrm1 } from '../../types/VRM1';
6
6
  import { Err, IResult } from '../misc/Result';
7
+ import { Sampler } from '../textures/Sampler';
7
8
  export declare class VrmImporter {
8
9
  private constructor();
9
10
  static __importVRM(gltfModel: RnM2, renderPasses: RenderPass[]): Promise<void>;
@@ -11,6 +12,7 @@ export declare class VrmImporter {
11
12
  static _readSpringBone(gltfModel: Vrm1): void;
12
13
  private static __addPhysicsComponentRecursively;
13
14
  static _createTextures(gltfModel: RnM2): Texture[];
15
+ static _createSamplers(gltfModel: RnM2): Sampler[];
14
16
  private static __initializeMToonMaterialProperties;
15
17
  static _getOptions(options?: GltfLoadOption): GltfLoadOption;
16
18
  /**
@@ -8,7 +8,7 @@ import { RenderingArg } from '../../../webgl/types/CommonTypes';
8
8
  export declare class ColorGradingUsingLUTsMaterialContent extends AbstractMaterialContent {
9
9
  static lookupTableTexture: ShaderSemanticsClass;
10
10
  constructor(targetRenderPass: RenderPass, colorAttachmentsNumber: Count, uri?: string, texture?: AbstractTexture);
11
- setCustomSettingParametersToGpu({ material, shaderProgram, firstTime, args, }: {
11
+ _setCustomSettingParametersToGpu({ material, shaderProgram, firstTime, args, }: {
12
12
  material: Material;
13
13
  shaderProgram: WebGLProgram;
14
14
  firstTime: boolean;