Home | Trees | Indices | Help |
|
---|
|
Joint definitions are used to construct joints.
|
|||
b2JointDef |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
thisown The membership flag |
|||
type b2JointDef_type_get(b2JointDef self) -> b2JointType |
|||
body1 b2JointDef_body1_get(b2JointDef self) -> b2Body |
|||
body2 b2JointDef_body2_get(b2JointDef self) -> b2Body |
|||
collideConnected b2JointDef_collideConnected_get(b2JointDef self) -> bool |
|||
userData GetUserData(self) -> PyObject |
|
Joint definitions are used to construct joints.
|
|
Returns a dictionary representation of self, with dict(var=value [, ...]) additional_ignore can be specified to ignore certain properties. |
Return the name of the joint from: Unknown, Mouse, Gear, Distance, Prismatic, Pulley, Revolute |
|
thisownThe membership flag |
typeb2JointDef_type_get(b2JointDef self) -> b2JointType |
body1b2JointDef_body1_get(b2JointDef self) -> b2Body |
body2b2JointDef_body2_get(b2JointDef self) -> b2Body |
collideConnectedb2JointDef_collideConnected_get(b2JointDef self) -> bool |
userDataGetUserData(self) -> PyObject |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Feb 24 18:39:58 2009 | http://epydoc.sourceforge.net |