SetMaxImpulse(int, float)
Set the maximum impulse that the solver can apply at a particular contact point in this contact pair.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.PhysicsModule
public void SetMaxImpulse(int i, float value)
Parameters
Remarks
Note that setting zero maximum impulse will be the same as disabling the contact point.