public class MouseJointDef extends JointDef
JointDef.JointType
Modifier and Type | Field and Description |
---|---|
float |
dampingRatio
The damping ratio.
|
float |
frequencyHz
The response speed.
|
float |
maxForce
The maximum constraint force that can be exerted to move the candidate body.
|
Vector2 |
target
The initial world target point.
|
bodyA, bodyB, collideConnected, type
Constructor and Description |
---|
MouseJointDef() |
public final Vector2 target
public float maxForce
public float frequencyHz
public float dampingRatio