This version of Unity is unsupported.

AnchoredJoint2D.autoConfigureConnectedAnchor

public bool autoConfigureConnectedAnchor;

Description

Should the connectedAnchor be calculated automatically?

When true, the connectedAnchor property will be calculated automatically to match the world position of the anchor property. When false, the position of the connected anchor can be configured using the connectedAnchor property.

See Also: anchor, connectedAnchor.