Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


jointType

The type of joint connecting this body to its parent body.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Property
  • Namespace: UnityEngine
  • Assembly: UnityEngine.PhysicsModule
public ArticulationJointType jointType { get; set; }

Remarks

Changing the joint type can affect the valid range for drive limits. If existing drive limits fall outside the new joint type's valid range, they are automatically clamped and a warning is logged.