GetTargetVelocity(int)
Get the target velocity the solver should aim reaching at a particular contact point in this contact pair.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.PhysicsModule
public Vector3 GetTargetVelocity(int i)
Parameters
Index of the contact point.
Returns
Type | Description |
|---|---|
| Vector3 | The target velocity at a contact point. |