# Get Position

This **Node** has different versions for [**Scenes**](https://docs.incari.com/incari-studio/2022.2/objects-and-types/project-objects/scene) and [**Scene2Ds**](https://docs.incari.com/incari-studio/2022.2/objects-and-types/project-objects/scene2d). Find in the tabs below the documentation for both versions.

{% tabs %}
{% tab title="Scene" %}

#### Overview

![The Get Position Node.](https://4267723012-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOEts3pBau6LMamSYhGZp%2Fuploads%2Fgit-blob-7573f46d415b2ad4946305b623693d7a89dddd2b%2Fgetpositionupdatedimage.png?alt=media)

**Get Position** returns the $$X$$, $$Y$$, and $$Z$$ positions of an **Object** in a **Scene**.

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

#### 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 **Scene 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`         | **Vector3** | A 3-dimensional **Vector** that contains the $$X$$, $$Y$$, and $$Z$$ positions of the target **Scene Object**.                         |
| {% endtab %}       |             |                                                                                                                                        |

{% tab title="Scene2D" %}

#### Overview

![The Get Position Node.](https://4267723012-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOEts3pBau6LMamSYhGZp%2Fuploads%2Fgit-blob-de0277bf046b4911e599c1a5c2d143157d250c31%2Fgetpositionnode2d.png?alt=media)

**Get Position** returns the $$X$$ and $$Y$$ positions of an **Object** in a **Scene2D**.

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

#### 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 **Scene2D 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 $$X$$ and $$Y$$ positions of the target **Scene2D Object**.                                   |
| {% endtab %}       |             |                                                                                                                                        |
| {% endtabs %}      |             |                                                                                                                                        |

## See Also

* [**Get Rotation**](https://docs.incari.com/incari-studio/2022.2/toolbox/incari/object/get-rotation)
* [**Get Scale**](https://docs.incari.com/incari-studio/2022.2/toolbox/incari/object/get-scale)
* [**Set Position**](https://docs.incari.com/incari-studio/2022.2/toolbox/incari/object/set-position)

## External Links

* [*Position (geometry)*](https://en.wikipedia.org/wiki/Position_\(geometry\)) on Wikipedia.
