Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


connectedArticulationBody

A reference to an articulation body this joint connects to.
Read time 1 minuteLast updated 8 days ago

Definition

  • Type: Property
  • Namespace: UnityEngine
  • Assembly: UnityEngine.PhysicsModule
public ArticulationBody connectedArticulationBody { get; set; }

Remarks

A joint can connect to only one of Joint.connectedBody and Joint.connectedArticulationBody. If both are set, Joint.connectedBody takes precedence.