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:
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
|
||||
* @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
|
||||
|
|
Loading…
Reference in a new issue