From 9f10f88831a72afa41ac89565c398eefdda78a8d Mon Sep 17 00:00:00 2001 From: liabru Date: Tue, 29 Jul 2014 15:30:10 +0100 Subject: [PATCH] updated docs for collisionFilter --- src/body/Body.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/body/Body.js b/src/body/Body.js index 4cbe2ff..e1621d9 100644 --- a/src/body/Body.js +++ b/src/body/Body.js @@ -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