Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ConfigurableJointMotion

Constrains movement for a ConfigurableJoint along the 6 axes.
Read time 1 minuteLast updated 6 days ago

Definition

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

Fields

Value

Description

FreeMotion along the axis will be completely free and completely unconstrained.
LimitedMotion along the axis will be limited by the respective limit.
LockedMotion along the axis will be locked.