Physics2DServerSingleton.pinJointCreate

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

struct Physics2DServerSingleton
@nogc nothrow
RID
pinJointCreate
(
in Vector2 anchor
,
in RID body_a
,
in RID body_b = RID.init
)

Meta