# width

> If positive, the link will be rectangle aligned along the line from start to end.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine.AI](/engine/6000.3/script-reference/unityengine/ai.md)
* **Assembly:** UnityEngine.AIModule

```csharp
public float width { get; set; }
```

### Remarks

This allows paths to enter the link at any location along the end sides. If not positive, the link endpoints will be represented as points.
