Class WorldObserver.FrictionJointChange

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

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

    • newMaxForce

      public Float newMaxForce
    • newMaxTorque

      public Float newMaxTorque
  • Constructor Details

    • FrictionJointChange

      public FrictionJointChange()
  • Method Details