b2JointDef Struct Reference
Joint definitions are used to construct joints. More...
Inheritance diagram for b2JointDef:
Public Attributes | |
b2JointType | type |
The joint type is set automatically for concrete joint types. | |
void * | userData |
Use this to attach application specific data to your joints. | |
b2Body * | body1 |
The first attached body. | |
b2Body * | body2 |
The second attached body. | |
bool | collideConnected |
Set this flag to true if the attached bodies should collide. |
Detailed Description
Joint definitions are used to construct joints.The documentation for this struct was generated from the following file:
- b2Joint.h
Generated on Sun Apr 13 15:21:27 2008 for Box2D by 1.5.4