Class JointDef

java.lang.Object
com.codename1.gaming.physics.box2d.dynamics.joints.JointDef
Direct Known Subclasses:
ConstantVolumeJointDef, DistanceJointDef, FrictionJointDef, GearJointDef, MouseJointDef, PrismaticJointDef, PulleyJointDef, RevoluteJointDef, RopeJointDef, WeldJointDef, WheelJointDef

public class JointDef extends Object
  • Field Details

    • type

      public JointType type
    • userData

      public Object userData
    • bodyA

      public Body bodyA
    • bodyB

      public Body bodyB
    • collideConnected

      public boolean collideConnected
  • Constructor Details

    • JointDef

      public JointDef()