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 |
|---|---|
| FreeMotion | The relative motion of the two connected articulation bodies is unconstrained. |
| LimitedMotion | The relative motion of the two connected articulation bodies is limited to a certain range. |
| LockedMotion | The relative motion of the two connected articulation bodies is not allowed. |