@newkrok/nape-js 3.3.35 → 3.3.37
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +4719 -7252
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +4719 -7252
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -2031,7 +2031,7 @@ declare class Body extends Interactor {
|
|
|
2031
2031
|
* ZPP_Compound — Internal compound representation for the nape physics engine.
|
|
2032
2032
|
*
|
|
2033
2033
|
* Hierarchical grouping of bodies, constraints, and other compounds.
|
|
2034
|
-
* Extends ZPP_Interactor (
|
|
2034
|
+
* Extends ZPP_Interactor (extracted to ZPP_Interactor.ts — methods copied at init time).
|
|
2035
2035
|
*
|
|
2036
2036
|
* Converted from nape-compiled.js lines 55195–55521.
|
|
2037
2037
|
*/
|
package/dist/index.d.ts
CHANGED
|
@@ -2031,7 +2031,7 @@ declare class Body extends Interactor {
|
|
|
2031
2031
|
* ZPP_Compound — Internal compound representation for the nape physics engine.
|
|
2032
2032
|
*
|
|
2033
2033
|
* Hierarchical grouping of bodies, constraints, and other compounds.
|
|
2034
|
-
* Extends ZPP_Interactor (
|
|
2034
|
+
* Extends ZPP_Interactor (extracted to ZPP_Interactor.ts — methods copied at init time).
|
|
2035
2035
|
*
|
|
2036
2036
|
* Converted from nape-compiled.js lines 55195–55521.
|
|
2037
2037
|
*/
|