Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Joint.connectedAnchor

Switch to Manual
var connectedAnchor: Vector3;
Vector3 connectedAnchor;
connectedAnchor as Vector3

Description

Position of the anchor relative to the connected Rigidbody.

If /Joint.autoConfigureConnectedAnchor/ is not enabled, then this will be used to set the position of the anchor on the connected rigidbody. The position is given in local coordinates of the connected rigidbody, or in world coordinates if there is no connected rigidbody.