Class WorldObserver.WeldJointChange

java.lang.Object
net.dermetfan.gdx.physics.box2d.WorldObserver.JointChange<com.badlogic.gdx.physics.box2d.joints.WeldJoint>
net.dermetfan.gdx.physics.box2d.WorldObserver.WeldJointChange
All Implemented Interfaces:
com.badlogic.gdx.utils.Pool.Poolable, WorldObserver.Change<com.badlogic.gdx.physics.box2d.joints.WeldJoint>
Enclosing class:
WorldObserver

public static class WorldObserver.WeldJointChange extends WorldObserver.JointChange<com.badlogic.gdx.physics.box2d.joints.WeldJoint>
the changes of a WeldJoint
Since:
0.7.1
  • Field Details

    • newDampingRatio

      public Float newDampingRatio
    • newFrequency

      public Float newFrequency
  • Constructor Details

    • WeldJointChange

      public WeldJointChange()
  • Method Details