Skip to content

Commit

Permalink
updated docs for collisionFilter
Browse files Browse the repository at this point in the history
  • Loading branch information
liabru committed Jul 29, 2014
1 parent cee8d55 commit 9f10f88
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/body/Body.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 9f10f88

Please sign in to comment.