DrawBits Enum
Module: cc
Index
e_aabbBite_pairBite_centerOfMassBite_jointBite_shapeBit
Details
e_aabbBit
Draw bounding boxes
| meta | description |
|---|---|
| Type | Number |
| Defined in | https:/github.com/cocos-creator/engine/blob/master/cocos2d/core/physics/CCPhysicsManager.js:609 |
e_pairBit
Draw broad-phase pairs
| meta | description |
|---|---|
| Type | Number |
| Defined in | https:/github.com/cocos-creator/engine/blob/master/cocos2d/core/physics/CCPhysicsManager.js:616 |
e_centerOfMassBit
Draw center of mass frame
| meta | description |
|---|---|
| Type | Number |
| Defined in | https:/github.com/cocos-creator/engine/blob/master/cocos2d/core/physics/CCPhysicsManager.js:623 |
e_jointBit
Draw joint connections
| meta | description |
|---|---|
| Type | Number |
| Defined in | https:/github.com/cocos-creator/engine/blob/master/cocos2d/core/physics/CCPhysicsManager.js:630 |
e_shapeBit
Draw shapes
| meta | description |
|---|---|
| Type | Number |
| Defined in | https:/github.com/cocos-creator/engine/blob/master/cocos2d/core/physics/CCPhysicsManager.js:637 |