diff options
author | Grosskopf <gerrit@familiegrosskopf.de> | 2017-10-14 12:19:03 +0200 |
---|---|---|
committer | Grosskopf <gerrit@familiegrosskopf.de> | 2017-10-14 22:17:26 +0200 |
commit | f8c7d32987c91026174e01fa8ea28ec064ef7e22 (patch) | |
tree | 6980363859a37ff70a471f87085ca3e01c87250b /doc/classes/PinJoint2D.xml | |
parent | abe47eaa630d48be9e47e6c3cad6c44829bb2249 (diff) | |
download | redot-engine-f8c7d32987c91026174e01fa8ea28ec064ef7e22.tar.gz |
Added documentation for 3D Joints, the 2D Pin Joint, and the Physicsservers, also a minor bugfix in the 3D Pinjoint.
Diffstat (limited to 'doc/classes/PinJoint2D.xml')
-rw-r--r-- | doc/classes/PinJoint2D.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/PinJoint2D.xml b/doc/classes/PinJoint2D.xml index 826a1684a4..009b0ec2f2 100644 --- a/doc/classes/PinJoint2D.xml +++ b/doc/classes/PinJoint2D.xml @@ -28,6 +28,7 @@ </methods> <members> <member name="softness" type="float" setter="set_softness" getter="get_softness"> + The higher this value, the more the bond to the pinned partner can flex. </member> </members> <constants> |