GrooveJoint2D

Inherits: Joint2D < Node2D < CanvasItem < Node < Object

Groove constraint for 2D physics.

Description

Groove constraint for 2D physics. This is useful for making a body “slide” through a segment placed in another.

Properties

floatinitial_offset25.0
floatlength50.0

Property Descriptions

Default25.0
Setterset_initial_offset(value)
Getterget_initial_offset()

The body B’s initial anchor position defined by the joint’s origin and a local offset initial_offset along the joint’s Y axis (along the groove).


Default50.0
Setterset_length(value)
Getterget_length()

The groove’s length. The groove is from the joint’s origin towards length along the joint’s local Y axis.