mirror of
https://github.com/liabru/matter-js.git
synced 2024-11-27 09:50:52 -05:00
updated docs for collisionFilter
This commit is contained in:
parent
cee8d55a32
commit
9f10f88831
1 changed files with 4 additions and 2 deletions
|
@ -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
|
* @property collisionFilter.group
|
||||||
* @type object
|
* @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
|
* @property collisionFilter.mask
|
||||||
* @type object
|
* @type object
|
||||||
|
|
Loading…
Reference in a new issue