Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


JointLimitState2D

Represents the state of a joint limit.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Enum
  • Namespace: UnityEngine
  • Assembly: UnityEngine.Physics2DModule
public enum JointLimitState2D

Remarks

Fields

Value

Description

EqualLimitsRepresents a state where the joint limit is at the specified lower and upper limits (they are identical).
InactiveRepresents a state where the joint limit is inactive.
LowerLimitRepresents a state where the joint limit is at the specified lower limit.
UpperLimitRepresents a state where the joint limit is at the specified upper limit.