diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-09-05 12:44:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-05 12:44:58 +0200 |
commit | 6c818da55ef1f45eaed06e1413220af1d23a9c41 (patch) | |
tree | 2a5f85948dd22a7c38f67a70ba5e56a66b824a65 /doc/classes/PhysicsServer2D.xml | |
parent | 26c073aa1d9bb0db7a908decef68c0bb9ed6b21b (diff) | |
parent | d22ff48b3d34c805a6328fa5b615f1ac586d3090 (diff) |
Merge pull request #65321 from rburing/physics_server_2d_extension
Create GDExtension classes for PhysicsServer2D
Diffstat (limited to 'doc/classes/PhysicsServer2D.xml')
-rw-r--r-- | doc/classes/PhysicsServer2D.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/classes/PhysicsServer2D.xml b/doc/classes/PhysicsServer2D.xml index 5ae7423a71..4b588033c0 100644 --- a/doc/classes/PhysicsServer2D.xml +++ b/doc/classes/PhysicsServer2D.xml @@ -1058,6 +1058,8 @@ </constant> <constant name="JOINT_PARAM_MAX_FORCE" value="2" enum="JointParam"> </constant> + <constant name="PIN_JOINT_SOFTNESS" value="0" enum="PinJointParam"> + </constant> <constant name="DAMPED_SPRING_REST_LENGTH" value="0" enum="DampedSpringParam"> Sets the resting length of the spring joint. The joint will always try to go to back this length when pulled apart. </constant> |