From d22ff48b3d34c805a6328fa5b615f1ac586d3090 Mon Sep 17 00:00:00 2001 From: Ricardo Buring Date: Sun, 4 Sep 2022 10:32:21 +0200 Subject: Create GDExtension classes for PhysicsServer2D This allows a 2D physics server created entirely from GDExtension. Based on the structure of PhysicsServer3DExtension by reduz. --- doc/classes/PhysicsServer2D.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/classes/PhysicsServer2D.xml') 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 @@ + + Sets the resting length of the spring joint. The joint will always try to go to back this length when pulled apart. -- cgit v1.2.3