MouseJoint

For controlling objects with the mouse.

Constructors

love.physics.newMouseJointCreate a joint between a body and the mouse.

Functions

Joint:destroyExplicitly destroys the Joint.
Joint:getAnchorsGet the anchor points of the joint.
Joint:getCollideConnectedGets whether the connected Bodies collide.
Joint:getReactionForceReturns the reaction force on the second body.
Joint:getReactionTorqueReturns the reaction torque on the second body.
Joint:getTypeGets an string representing the type.
Joint:setCollideConnectedSets whether the connected Bodies should collide with each other.
MouseJoint:getDampingRatioReturns the damping ratio.Added since 0.8.0
MouseJoint:getFrequencyReturns the frequency.Added since 0.8.0
MouseJoint:getMaxForceGets the highest allowed force.
MouseJoint:getTargetGets the target point.
MouseJoint:setDampingRatioSets a new damping ratio.Added since 0.8.0
MouseJoint:setFrequencySets a new frequency.Added since 0.8.0
MouseJoint:setMaxForceSets the highest allowed force.
MouseJoint:setTargetSets the target point.

Supertypes

See Also


Other Languages

Personal tools