# startTransform

> The transform representing link start position.

## Definition

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

> **Warning:**
>
> **Deprecated.** startTransform has been deprecated together with the class. Declare the object as NavMeshLink and use startTransform as before.

```csharp
public Transform startTransform { get; set; }
```
