JointProjectionMode
Determines how to snap physics joints back to its constrained position when it drifts off too much.
Read time 1 minuteLast updated 2 days ago
Definition
- Type: Enum
- Namespace: UnityEngine
- Assembly: UnityEngine.PhysicsModule
public enum JointProjectionMode
Remarks
Additional Resources: ConfigurableJoint.
Fields
Value | Description |
|---|---|
| None | Don't snap at all. |
| PositionAndRotation | Snap both position and rotation. |