mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Create GDExtension classes for PhysicsServer2D
This allows a 2D physics server created entirely from GDExtension. Based on the structure of PhysicsServer3DExtension by reduz.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user