Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ArticulationDofLock

The lock type applied to a particular degree of freedom of an articulation body.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Enum
  • Namespace: UnityEngine
  • Assembly: UnityEngine.PhysicsModule
public enum ArticulationDofLock

Fields

Value

Description

FreeMotionThe relative motion of the two connected articulation bodies is unconstrained.
LimitedMotionThe relative motion of the two connected articulation bodies is limited to a certain range.
LockedMotionThe relative motion of the two connected articulation bodies is not allowed.