connectedArticulationBody
A reference to an articulation body this joint connects to.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Property
- Namespace: UnityEngine
- Assembly: UnityEngine.PhysicsModule
public ArticulationBody connectedArticulationBody { get; set; }
Remarks
A joint can connect to only one of _connectedBody and _connectedArticulationBody. If both are set, _connectedBody takes precedence.