You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary
The following methods are undocumented both here and the LÖVE Wiki.
These will need to be added to the LÖVE Wiki before adding them here, as per the contributing guidelines.
However, the two filesystem methods, should they be documented? Or at they marked as internal-only?
love.filesystem
getExecutablePath
setFused
Video Object
Video:getPixelDimensions
Video:getPixelHeight
Video:getPixelWidth
Physics Objects
Body:getKinematicState
Body:setKinematicState
Contact:getTangentSpeed
Contact:isDestroyed
Contact:setTangentSpeed
DistanceJoint:getStiffness
DistanceJoint:setStiffness
Fixture:getType
MotorJoint:getCorrectionFactor
MotorJoint:getMaxForce
MotorJoint:getMaxTorque
MotorJoint:setCorrectionFactor
MotorJoint:setMaxForce
MotorJoint:setMaxTorque
MouseJoint:getStiffness
MouseJoint:setStiffness
PolygonShape:validate
WeldJoint:getStiffness
WeldJoint:setStiffness
WheelJoint:getSpringStiffness
WheelJoint:setSpringStiffness
The text was updated successfully, but these errors were encountered:
TurtleP
changed the title
love.physics Objects
Other Missing Items
Apr 8, 2022
Summary
The following methods are undocumented both here and the LÖVE Wiki.
These will need to be added to the LÖVE Wiki before adding them here, as per the contributing guidelines.
However, the two
filesystem
methods, should they be documented? Or at they marked as internal-only?love.filesystem
Video Object
Physics Objects
The text was updated successfully, but these errors were encountered: