issue #12078: added physics group.

This commit is contained in:
linshun 2015-05-28 15:47:03 +08:00
parent 2a02510a9c
commit 56c848e341
6 changed files with 6 additions and 6 deletions

View File

@ -48,7 +48,7 @@ typedef Vec2 Vect;
const PhysicsMaterial PHYSICSBODY_MATERIAL_DEFAULT(0.1f, 0.5f, 0.5f); const PhysicsMaterial PHYSICSBODY_MATERIAL_DEFAULT(0.1f, 0.5f, 0.5f);
/** /**
* @addtogroup core * @addtogroup physics
* @{ * @{
*/ */

View File

@ -55,7 +55,7 @@ typedef struct CC_DLL PhysicsContactData
}PhysicsContactData; }PhysicsContactData;
/** /**
* @addtogroup core * @addtogroup physics
* @{ * @{
*/ */

View File

@ -35,7 +35,7 @@
NS_CC_BEGIN NS_CC_BEGIN
/** /**
* @addtogroup core * @addtogroup physics
* @{ * @{
*/ */

View File

@ -40,7 +40,7 @@ class PhysicsBody;
class PhysicsWorld; class PhysicsWorld;
/** /**
* @addtogroup core * @addtogroup physics
* @{ * @{
*/ */

View File

@ -59,7 +59,7 @@ typedef struct CC_DLL PhysicsMaterial
const PhysicsMaterial PHYSICSSHAPE_MATERIAL_DEFAULT; const PhysicsMaterial PHYSICSSHAPE_MATERIAL_DEFAULT;
/** /**
* @addtogroup core * @addtogroup physics
* @{ * @{
*/ */

View File

@ -80,7 +80,7 @@ typedef std::function<bool(PhysicsWorld&, PhysicsShape&, void*)> PhysicsQueryRec
typedef PhysicsQueryRectCallbackFunc PhysicsQueryPointCallbackFunc; typedef PhysicsQueryRectCallbackFunc PhysicsQueryPointCallbackFunc;
/** /**
* @addtogroup core * @addtogroup physics
* @{ * @{
*/ */