LiquidFun
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Attributes | List of all members
b2JointDef Struct Reference

Joint definitions are used to construct joints. More...

#include <b2Joint.h>

Inherited by b2DistanceJointDef, b2FrictionJointDef, b2GearJointDef, b2MotorJointDef, b2MouseJointDef, b2PrismaticJointDef, b2PulleyJointDef, b2RevoluteJointDef, b2RopeJointDef, b2WeldJointDef, and b2WheelJointDef.

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.
 
b2BodybodyA
 The first attached body.
 
b2BodybodyB
 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: