SoftJointLimit
The limits defined by the CharacterJoint.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Struct
- Namespace: UnityEngine
- Assembly: UnityEngine.PhysicsModule
public struct SoftJointLimit
Properties
Property | Description |
|---|---|
| bounciness | When the joint hits the limit, it can be made to bounce off it. |
| contactDistance | Determines how far ahead in space the solver can "see" the joint limit. |
| limit | The limit position/angle of the joint (in degrees). |