0
0
Fork 0
mirror of https://github.com/liabru/matter-js.git synced 2024-11-23 09:26:51 -05:00

improved body.parts docs

This commit is contained in:
liabru 2023-03-19 23:33:48 +00:00
parent c1f9584e1f
commit 411af068c2

View file

@ -927,7 +927,7 @@ var Axes = require('../geometry/Axes');
/**
* _Read only_. Use `Body.setParts` to set.
*
* An array of bodies ('parts') that make up this body. The first body in this array must always be a self-reference to this `body`.
* An array of bodies (the 'parts') that make up this body (the 'parent'). The first body in this array must always be a self-reference to this `body`.
*
* The parts are fixed together and will move and rotate as a single rigid body.
*