Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ArticulationJointType

The type of the joint that restricts movement of the two connected articulation bodies.
Read time 1 minuteLast updated 6 days ago

Definition

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

Fields

Value

Description

FixedJointFixed joint doesn't allow any relative movement of the connected bodies.
PrismaticJointPrismatic joint only allows relative translation of the connection bodies along one specified axis.
RevoluteJointRevolute joint allows rotational movement around the X axis of the parent's anchor.
SphericalJointSpherical joint only allows relative rotations of the two connected bodies.