# Normal

> Normal of the contact point.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine](/engine/6000.0/script-reference/unityengine.md)
* **Assembly:** UnityEngine.PhysicsModule

> **Warning:**
>
> **Deprecated.** Please use ContactPairPoint.normal instead.
>
> **Upgrade to** [ContactPairPoint.normal](/engine/6000.0/script-reference/unityengine/contactpairpoint/normal-1.md)

```csharp
public Vector3 Normal { get; }
```

### Remarks

The normal direction points from the second Collider to the first Collider.
