|
Torque2D Reference
|
Joint definitions are used to construct joints. More...
#include <b2Joint.h>
Inheritance diagram for b2JointDef:Public Member Functions | |
| b2JointDef () | |
Public Attributes | |
| b2JointType | type |
| The joint type is set automatically for concrete joint types. More... | |
| void * | userData |
| Use this to attach application specific data to your joints. More... | |
| b2Body * | bodyA |
| The first attached body. More... | |
| b2Body * | bodyB |
| The second attached body. More... | |
| bool | collideConnected |
| Set this flag to true if the attached bodies should collide. More... | |
Joint definitions are used to construct joints.
|
inline |
| b2Body* bodyA |
The first attached body.
| b2Body* bodyB |
The second attached body.
| bool collideConnected |
Set this flag to true if the attached bodies should collide.
| b2JointType type |
The joint type is set automatically for concrete joint types.
| void* userData |
Use this to attach application specific data to your joints.
1.8.10