Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


connectedAnchor

Position of the anchor relative to the connected Rigidbody.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Property
  • Namespace: UnityEngine
  • Assembly: UnityEngine.PhysicsModule
public Vector3 connectedAnchor { get; set; }

Remarks

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.