Joint.anchor

var anchor : Vector3

Description

The Position of the anchor around which the joints motion is constrained.

The Position is defined in local space.

JavaScript
hingeJoint.anchor = Vector3 (2, 0, 0);