mirror of https://github.com/axmolengine/axmol.git
issue #12078: added physics group.
This commit is contained in:
parent
2a02510a9c
commit
56c848e341
|
@ -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
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -55,7 +55,7 @@ typedef struct CC_DLL PhysicsContactData
|
||||||
}PhysicsContactData;
|
}PhysicsContactData;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @addtogroup core
|
* @addtogroup physics
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
NS_CC_BEGIN
|
NS_CC_BEGIN
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @addtogroup core
|
* @addtogroup physics
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -40,7 +40,7 @@ class PhysicsBody;
|
||||||
class PhysicsWorld;
|
class PhysicsWorld;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @addtogroup core
|
* @addtogroup physics
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -59,7 +59,7 @@ typedef struct CC_DLL PhysicsMaterial
|
||||||
const PhysicsMaterial PHYSICSSHAPE_MATERIAL_DEFAULT;
|
const PhysicsMaterial PHYSICSSHAPE_MATERIAL_DEFAULT;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @addtogroup core
|
* @addtogroup physics
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -80,7 +80,7 @@ typedef std::function<bool(PhysicsWorld&, PhysicsShape&, void*)> PhysicsQueryRec
|
||||||
typedef PhysicsQueryRectCallbackFunc PhysicsQueryPointCallbackFunc;
|
typedef PhysicsQueryRectCallbackFunc PhysicsQueryPointCallbackFunc;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @addtogroup core
|
* @addtogroup physics
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue