Package ea.actor

Class Joint<JointType extends org.jbox2d.dynamics.joints.Joint>

java.lang.Object
ea.actor.Joint<JointType>
Direct Known Subclasses:
DistanceJoint, PrismaticJoint, RevoluteJoint, RopeJoint, WeldJoint

@API public abstract class Joint<JointType extends org.jbox2d.dynamics.joints.Joint> extends Object
  • Constructor Details

    • Joint

      public Joint()
  • Method Details

    • setJoint

      @Internal public final void setJoint(JointType joint, ea.internal.physics.WorldHandler worldHandler)
      A joint might be removed and recreated, so we allow to set it here. If it is recreated, the old one has been automatically destroyed by the body destruction.
    • release

      @API public void release()
    • addReleaseListener

      @API public void addReleaseListener(Runnable runnable)