# localPosition

> Gets the pointer position in the current target's coordinate system.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine.UIElements](/engine/6000.7/script-reference/unityengine/uielements.md)
* **Assembly:** UnityEngine.UIElementsModule

```csharp
Vector3 localPosition { get; }
```

### Remarks

The value of this property changes during the propagation process for each element that receives the event along the propagation path.

Additional Resources: [\_currentTarget](/engine/6000.7/script-reference/unityengine/uielements/eventbase/currenttarget.md)
