This version of Unity is unsupported.

RelativeJoint2D.angularOffset

Switch to Manual
public float angularOffset;

Description

The current angular offset between the Rigidbody2D that the joint connects.

The joint will attempt to maintain this angular offset between the connected Rigidbody2D using a maximum torque specified by maxTorque.

See Also: maxTorque, maxForce.