GetNormal(int)
Get the normal at a particular contact point in this contact pair.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.PhysicsModule
public Vector3 GetNormal(int i)
Parameters
Index of the contact point.
Returns
Type | Description |
|---|---|
| Vector3 | Normal at the contact point. |