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 |
|---|---|
| EqualLimits | Represents a state where the joint limit is at the specified lower and upper limits (they are identical). |
| Inactive | Represents a state where the joint limit is inactive. |
| LowerLimit | Represents a state where the joint limit is at the specified lower limit. |
| UpperLimit | Represents a state where the joint limit is at the specified upper limit. |