# Set Position 2D (px)

## Overview

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

**Set Position 2D (px) Node** sets 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 Set Position 2D (px) Node Attributes.](https://926825830-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKQhJdUBr7YQzfIwmpAZ9%2Fuploads%2Fgit-blob-fdf6752c4671baf0393860a7239338c514580bd9%2Fnode-set-position-2d-attr.png?alt=media)

| Attribute  | Type         | Description                                                                                                   |
| ---------- | ------------ | ------------------------------------------------------------------------------------------------------------- |
| `Object`   | **ObjectID** | The target **Object** whose `Position` you wish to set, if one is not provided in the `Object ID` **Socket**. |
| `Position` | **Vector2**  | The desired `Position` values of the **Object**, if one is not provided in the `Position` **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 set.                            |
| `Position`        | **Vector2**  | A 2-dimensional **Vector** that contains X and Y `Position` values of the target **Object**. |

## 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. |

## See Also

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