public class MouseJointDef extends JointDef
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.
|
Vec2 |
target
The initial world target point.
|
Constructor and Description |
---|
MouseJointDef() |
public final Vec2 target
public float maxForce
public float frequencyHz
public float dampingRatio
Copyright © 2017. All Rights Reserved.