Physics2DServerSingleton.dampedSpringJointCreate

Creates a damped spring joint between two bodies. If not specified, the second body is assumed to be the joint itself.

struct Physics2DServerSingleton
@nogc nothrow
RID
dampedSpringJointCreate
(
in Vector2 anchor_a
,
in Vector2 anchor_b
,
in RID body_a
,
in RID body_b = RID.init
)

Meta