# Get Position 2D (px)

## Overview

![The Get Position 2D (px) Node.](https://926825830-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKQhJdUBr7YQzfIwmpAZ9%2Fuploads%2Fgit-blob-d942c02e687a782957747c104153877720e2af24%2Fgetposition2dupdatedimage.png?alt=media)

The **Get Position 2D (px) Node** returns the X and Y values of a **2D Object's** *position*.

[**Scope**](https://docs.incari.com/incari-studio/2022.1/overview#scopes): **Scene**, **Function**, **Prefab**.

## Attributes

![The Get Position 2D (px) Node Attributes.](https://926825830-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKQhJdUBr7YQzfIwmpAZ9%2Fuploads%2Fgit-blob-888cb0186270bce191bb24798dd857ac00b1e4f0%2Fnode-get-position-2d-attr.png?alt=media)

| Attribute | Type         | Description                                                                                                      |
| --------- | ------------ | ---------------------------------------------------------------------------------------------------------------- |
| `Object`  | **ObjectID** | The target **Object** whose `Position` you wish to return, if one is not provided in the `Object ID` **Socket**. |

## Inputs

| Input             | Type         | Description                                                           |
| ----------------- | ------------ | --------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse**    | A standard **Input Pulse**, to trigger the execution of the **Node**. |
| `Object ID`       | **ObjectID** | The ID of the target **Object** whose `Position` you wish to return.  |

## Outputs

| Output             | Type        | Description                                                                                                                            |
| ------------------ | ----------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| *Pulse Output* (►) | **Pulse**   | A standard **Output Pulse**, to move onto the next **Node** along the **Logic Branch**, once this **Node** has finished its execution. |
| `Position`         | **Vector2** | A 2-dimensional **Vector** that contains the X and Y *position* values of the target **Object**.                                       |

## See Also

* [**Get Rotation 2D**](https://docs.incari.com/incari-studio/2022.1/toolbox/incari/object/get-rotation-pixel)
* [**Get Size 2D (px)**](https://docs.incari.com/incari-studio/2022.1/toolbox/incari/object/get-size-pixel)
