Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


jointFriction

Allows you to specify the amount of friction that is applied as a result of the parent body moving relative to this body.
Read time 1 minuteLast updated 11 days ago

Definition

  • Type: Property
  • Namespace: UnityEngine
  • Assembly: UnityEngine.PhysicsModule
public float jointFriction { get; set; }

Remarks

This works alongside drive damping, linear damping and angular damping. The joint friction is proportional to the suspended load of the joint.
Unit of measurement - 1/s.