MouseJoint
API reference for MouseJoint. Access via the 'physics' submodule.
Experimental API:
The physics submodule is a VERY experimental and new API that is highly susceptible to breaking changes in the future.
Inherits from Joint.
Properties
| Name | Description | Type |
|---|---|---|
max_force | The maximum constraint force. | float |
spring_damping_ratio | The spring damping ratio. | float |
spring_hz | The spring frequency in Hertz. | float |
target | The target point in world coordinates. | Vec2 |