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
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addReleaseListener
(Runnable runnable) void
release()
final void
A joint might be removed and recreated, so we allow to set it here.
-
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
-