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

updated docs for collisionFilter

This commit is contained in:
liabru 2014-07-29 15:30:10 +01:00
parent cee8d55a32
commit 9f10f88831

View file

@ -709,7 +709,8 @@ var Body = {};
*/
/**
* An Integer `Number`, see `body.collisionFilter` for more information.
* An Integer `Number`, that specifies the collision group this body belongs to.
* See `body.collisionFilter` for more information.
*
* @property collisionFilter.group
* @type object
@ -728,7 +729,8 @@ var Body = {};
*/
/**
* An Integer `Number`, see `body.collisionFilter` for more information.
* A bit mask that specifies the collision categories this body may collide with.
* See `body.collisionFilter` for more information.
*
* @property collisionFilter.mask
* @type object